e692aa37ef
From brad@ "just commit it" steven@
17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
$OpenBSD: patch-config_h_in,v 1.5 2007/10/01 22:03:29 merdely Exp $
|
|
--- config.h.in.orig Sun Jul 29 08:34:20 2007
|
|
+++ config.h.in Tue Jul 31 17:43:25 2007
|
|
@@ -154,6 +154,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
|
|
|