X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/8de34abdbe21c8401bf35781ca13d66f6c14e018..348683aa59f63ac110c129f808c91fc3156ee14f:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index a3fe290..5c718eb 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -72,9 +72,15 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY +/* Define this if you are using mod-helpserv */ +#undef HAVE_HELPSERV + /* 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 @@ -135,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 @@ -278,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 @@ -299,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