32ca6c6b08
the audio flavor has been removed for now as 2.x now requires gstreamer and the gstreamer version we have in-tree is not new enough. tested by ckuethe@ alek@ brad@ and a few others. ok alek@
17 lines
481 B
Plaintext
17 lines
481 B
Plaintext
$OpenBSD: patch-config_h_in,v 1.8 2006/10/31 19:32:51 brad Exp $
|
|
--- config.h.in.orig Wed Oct 18 15:59:47 2006
|
|
+++ config.h.in Sat Oct 21 00:08:06 2006
|
|
@@ -159,6 +159,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 to 1 if you have the <paths.h> header file. */
|
|
#undef HAVE_PATHS_H
|
|
|