openbsd-ports/net/pidgin/patches/patch-config_h_in
brad 8bd6e8e1ac Update to Pidgin 2.5.0.
"no worse than before" ckuethe@
2008-08-21 05:59:01 +00:00

17 lines
468 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.9 2008/08/21 05:59:01 brad Exp $
--- config.h.in.orig Mon Aug 18 21:55:29 2008
+++ config.h.in Wed Aug 20 00:48:34 2008
@@ -190,6 +190,12 @@
/* Define to 1 if you have the <nss.h> header file. */
#undef HAVE_NSS_H
+/* Define if you have OpenSSL */
+#undef HAVE_OPENSSL
+
+/* Define to 1 if you have the <openssl/ssl.h> header file. */
+#undef HAVE_OPENSSL_SSL_H
+
/* Define if we have Pango 1.4 or newer. */
#undef HAVE_PANGO14