openbsd-ports/net/pidgin/patches/patch-config_h_in
2008-04-04 22:39:09 +00:00

17 lines
470 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.8 2008/04/04 22:39:09 steven Exp $
--- config.h.in.orig Mon Mar 31 13:21:59 2008
+++ config.h.in Mon Mar 31 21:48:49 2008
@@ -172,6 +172,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