]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/config.h.in
Upgrading to GPL v3
[irc/evilnet/x3.git] / src / config.h.in
index ff810892f22b23bdd63d303d6c74aeb3175b7739..5c718eb3c3af79c4b5e9a020498568bd2e6c6b4b 100644 (file)
@@ -78,6 +78,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <ldap.h> header file. */
+#undef HAVE_LDAP_H
+
 /* Define to 1 if you have the `coredumper' library (-lcoredumper). */
 #undef HAVE_LIBCOREDUMPER
 
 /* Define to 1 if you have the <netinet/in.h> header file. */
 #undef HAVE_NETINET_IN_H
 
+/* Define to 1 if you have the <openssl/bio.h> header file. */
+#undef HAVE_OPENSSL_BIO_H
+
 /* Define to 1 if you have the `select' function. */
 #undef HAVE_SELECT
 
 /* Version number of package */
 #undef VERSION
 
+/* Define if LDAP libs are linked */
+#undef WITH_LDAP
+
 /* Define if using the Boehm GC to garbage collect and check memory leaks */
 #undef WITH_MALLOC_BOEHM_GC
 
 /* Define if using the P10 dialect of IRC */
 #undef WITH_PROTOCOL_P10
 
-/* Define if you have ldap */
-#undef WITH_LDAP
-
-/* Define if you have SSL */
+/* Define if SSL libs are linked */
 #undef WITH_SSL
 
 /* Define to empty if `const' does not conform to ANSI C. */
 
 /* type to use in place of socklen_t if not defined */
 #undef socklen_t
-