diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:52 +0100 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:52 +0100 |
commit | 36c2c9520cdf4e725d0597eaa28c350087f1d3c0 (patch) | |
tree | 9337d6a9fac555f4391cf529a6a3c805db0b6d3a /config.h.in | |
parent | f1532bfdd56dc641ae366f6ecd4c490c11117aac (diff) | |
download | lighttpd-36c2c9520cdf4e725d0597eaa28c350087f1d3c0.tar.gz |
Imported Upstream version 1.4.22upstream/1.4.22
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 33347ba..a874468 100644 --- a/config.h.in +++ b/config.h.in @@ -69,6 +69,9 @@ /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID +/* Define to 1 if you have the `gmtime_r' function. */ +#undef HAVE_GMTIME_R + /* Define to 1 if you have the `inet_ntoa' function. */ #undef HAVE_INET_NTOA @@ -171,7 +174,7 @@ /* Define to 1 if you have the `pathconf' function. */ #undef HAVE_PATHCONF -/* Define to 1 if you have the <pcre.h> header file. */ +/* pcre.h */ #undef HAVE_PCRE_H /* Define to 1 if you have the `poll' function. */ @@ -367,6 +370,9 @@ /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H +/* Using deprecated ldap api */ +#undef LDAP_DEPRECATED + /* lighttpd-version-id */ #undef LIGHTTPD_VERSION_ID |