X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/e166c31b0532e84a5d1a3e12db9ce8f3aca2a451..a6fa003552075b0cd7873939a555da6f2de6f332:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index 3cfa17b..5c718eb 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -78,6 +78,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LDAP_H + /* Define to 1 if you have the `coredumper' library (-lcoredumper). */ #undef HAVE_LIBCOREDUMPER @@ -138,6 +141,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H +/* Define to 1 if you have the header file. */ +#undef HAVE_OPENSSL_BIO_H + /* Define to 1 if you have the `select' function. */ #undef HAVE_SELECT @@ -281,6 +287,9 @@ /* 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 @@ -302,8 +311,8 @@ /* Define if using the P10 dialect of IRC */ #undef WITH_PROTOCOL_P10 -/* Define if you have ldap */ -#undef WITH_LDAP +/* Define if SSL libs are linked */ +#undef WITH_SSL /* Define to empty if `const' does not conform to ANSI C. */ #undef const @@ -316,4 +325,3 @@ /* type to use in place of socklen_t if not defined */ #undef socklen_t -