X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/73d4cc91d7e6df980ab421c7b3b44dc94f0b396a..348683aa59f63ac110c129f808c91fc3156ee14f:/src/config.h.in diff --git a/src/config.h.in b/src/config.h.in index ff81089..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,10 +311,7 @@ /* 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. */ @@ -319,4 +325,3 @@ /* type to use in place of socklen_t if not defined */ #undef socklen_t -