X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/3da28d8ef9eca73e00684e56a06b1d5c15c9bf67..a6fa003552075b0cd7873939a555da6f2de6f332:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index eb76912..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,6 +311,9 @@ /* Define if using the P10 dialect of IRC */ #undef WITH_PROTOCOL_P10 +/* Define if SSL libs are linked */ +#undef WITH_SSL + /* Define to empty if `const' does not conform to ANSI C. */ #undef const