config.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Use mmap if available */
  4. /* #undef ENABLE_MMAP */
  5. /* Define to 1 if you have the `arc4random_buf' function. */
  6. /* #undef HAVE_ARC4RANDOM_BUF */
  7. /* Define to 1 if you have the <attr/attributes.h> header file. */
  8. /* #undef HAVE_ATTR_ATTRIBUTES_H */
  9. /* libbrotlienc */
  10. /* #undef HAVE_BROTLI */
  11. /* brotli/encode.h */
  12. /* #undef HAVE_BROTLI_ENCODE_H */
  13. /* Define to 1 if you have the <bzlib.h> header file. */
  14. /* #undef HAVE_BZLIB_H */
  15. /* Define to 1 if you have the `chroot' function. */
  16. #define HAVE_CHROOT 1
  17. /* Define to 1 if you have the `clock_gettime' function. */
  18. #define HAVE_CLOCK_GETTIME 1
  19. /* Define to 1 if you have the `copy_file_range' function. */
  20. /* #undef HAVE_COPY_FILE_RANGE */
  21. /* crypt */
  22. /* #undef HAVE_CRYPT */
  23. /* Define to 1 if you have the <crypt.h> header file. */
  24. #define HAVE_CRYPT_H 1
  25. /* crypt_r */
  26. #define HAVE_CRYPT_R 1
  27. /* LibDBI support */
  28. /* #undef HAVE_DBI */
  29. /* Define to 1 if you have the <dbi/dbi.h> header file. */
  30. /* #undef HAVE_DBI_DBI_H */
  31. /* Define to 1 if you have the <dlfcn.h> header file. */
  32. #define HAVE_DLFCN_H 1
  33. /* elftc_copyfile */
  34. /* #undef HAVE_ELFTC_COPYFILE */
  35. /* Define to 1 if you have the `epoll_ctl' function. */
  36. #define HAVE_EPOLL_CTL 1
  37. /* Define to 1 if you have the <ev.h> header file. */
  38. /* #undef HAVE_EV_H */
  39. /* Define to 1 if you have the `explicit_bzero' function. */
  40. /* #undef HAVE_EXPLICIT_BZERO */
  41. /* Define to 1 if you have the `explicit_memset' function. */
  42. /* #undef HAVE_EXPLICIT_MEMSET */
  43. /* BSD extended attributes */
  44. /* #undef HAVE_EXTATTR */
  45. /* Define to 1 if you have the `FAMNoExists' function. */
  46. /* #undef HAVE_FAMNOEXISTS */
  47. /* fam.h */
  48. /* #undef HAVE_FAM_H */
  49. /* Define to 1 if you have the `fork' function. */
  50. #define HAVE_FORK 1
  51. /* Define to 1 if you have the `getentropy' function. */
  52. /* #undef HAVE_GETENTROPY */
  53. /* Define to 1 if you have the `getloadavg' function. */
  54. #define HAVE_GETLOADAVG 1
  55. /* Define to 1 if you have the <getopt.h> header file. */
  56. #define HAVE_GETOPT_H 1
  57. /* Define to 1 if you have the `getrandom' function. */
  58. /* #undef HAVE_GETRANDOM */
  59. /* Define to 1 if you have the `getrlimit' function. */
  60. #define HAVE_GETRLIMIT 1
  61. /* Define to 1 if you have the `getuid' function. */
  62. #define HAVE_GETUID 1
  63. /* Define to 1 if you have the `gmtime_r' function. */
  64. #define HAVE_GMTIME_R 1
  65. /* gnutls/crypto.h */
  66. /* #undef HAVE_GNUTLS_CRYPTO_H */
  67. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  68. /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
  69. /* Define to 1 if you have the `inet_aton' function. */
  70. #define HAVE_INET_ATON 1
  71. /* Define to 1 if you have the `inet_pton' function. */
  72. #define HAVE_INET_PTON 1
  73. /* Define to 1 if you have the <inttypes.h> header file. */
  74. #define HAVE_INTTYPES_H 1
  75. /* Whether to enable IPv6 support */
  76. #define HAVE_IPV6 1
  77. /* Define to 1 if you have the `issetugid' function. */
  78. /* #undef HAVE_ISSETUGID */
  79. /* Define to 1 if you have the `jrand48' function. */
  80. #define HAVE_JRAND48 1
  81. /* Define to 1 if you have the `kqueue' function. */
  82. /* #undef HAVE_KQUEUE */
  83. /* libgssapi_krb5 */
  84. /* #undef HAVE_KRB5 */
  85. /* Define to 1 if you have the <lber.h> header file. */
  86. /* #undef HAVE_LBER_H */
  87. /* Define to 1 if you have the <ldap.h> header file. */
  88. /* #undef HAVE_LDAP_H */
  89. /* libbz2 */
  90. /* #undef HAVE_LIBBZ2 */
  91. /* libdl */
  92. #define HAVE_LIBDL 1
  93. /* libelftc */
  94. /* #undef HAVE_LIBELFTC */
  95. /* Define to 1 if you have the <libelftc.h> header file. */
  96. /* #undef HAVE_LIBELFTC_H */
  97. /* libev support */
  98. /* #undef HAVE_LIBEV */
  99. /* libfam */
  100. /* #undef HAVE_LIBFAM */
  101. /* liblber */
  102. /* #undef HAVE_LIBLBER */
  103. /* libldap */
  104. /* #undef HAVE_LIBLDAP */
  105. /* Have libmbedcrypto library */
  106. /* #undef HAVE_LIBMBEDCRYPTO */
  107. /* Have libmbedtls library */
  108. /* #undef HAVE_LIBMBEDTLS */
  109. /* Have libmbedx509 library */
  110. /* #undef HAVE_LIBMBEDX509 */
  111. /* Have libssl */
  112. #define HAVE_LIBSSL 1
  113. /* Have libunwind support */
  114. /* #undef HAVE_LIBUNWIND */
  115. /* libuuid */
  116. /* #undef HAVE_LIBUUID */
  117. /* libxml2 */
  118. /* #undef HAVE_LIBXML2 */
  119. /* libxml.h */
  120. /* #undef HAVE_LIBXML_H */
  121. /* libz */
  122. /* #undef HAVE_LIBZ */
  123. /* Define to 1 if you have the <linux/random.h> header file. */
  124. #define HAVE_LINUX_RANDOM_H 1
  125. /* Define to 1 if you have the `localtime_r' function. */
  126. #define HAVE_LOCALTIME_R 1
  127. /* Define to 1 if you have the `lstat' function. */
  128. #define HAVE_LSTAT 1
  129. /* lua.h */
  130. /* #undef HAVE_LUA_H */
  131. /* Define to 1 if you have the `madvise' function. */
  132. #define HAVE_MADVISE 1
  133. /* Define to 1 if you have the <malloc.h> header file. */
  134. #define HAVE_MALLOC_H 1
  135. /* Define to 1 if you have the `malloc_trim' function. */
  136. #define HAVE_MALLOC_TRIM 1
  137. /* Define to 1 if you have the `mallopt' function. */
  138. #define HAVE_MALLOPT 1
  139. /* libmaxminddb */
  140. /* #undef HAVE_MAXMINDDB */
  141. /* Define to 1 if you have the <maxminddb.h> header file. */
  142. /* #undef HAVE_MAXMINDDB_H */
  143. /* Define to 1 if you have the <mbedtls/ssl.h> header file. */
  144. /* #undef HAVE_MBEDTLS_SSL_H */
  145. /* Define to 1 if you have the <memory.h> header file. */
  146. #define HAVE_MEMORY_H 1
  147. /* Define to 1 if you have the `mempcpy' function. */
  148. #define HAVE_MEMPCPY 1
  149. /* Define to 1 if you have the `memset_s' function. */
  150. /* #undef HAVE_MEMSET_S */
  151. /* Define to 1 if you have the `mkostemp' function. */
  152. #define HAVE_MKOSTEMP 1
  153. /* Define to 1 if you have the `mmap' function. */
  154. #define HAVE_MMAP 1
  155. /* mysql support */
  156. /* #undef HAVE_MYSQL */
  157. /* Define to 1 if you have the <nettle/nettle-types.h> header file. */
  158. /* #undef HAVE_NETTLE_NETTLE_TYPES_H */
  159. /* nss3/nss.h */
  160. /* #undef HAVE_NSS3_NSS_H */
  161. /* nss/nss.h */
  162. /* #undef HAVE_NSS_NSS_H */
  163. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  164. #define HAVE_OPENSSL_SSL_H 1
  165. /* libpam */
  166. /* #undef HAVE_PAM */
  167. /* libpcre */
  168. #define HAVE_PCRE 1
  169. /* pcre.h */
  170. /* #undef HAVE_PCRE2_H */
  171. /* pcre.h */
  172. #define HAVE_PCRE_H 1
  173. /* pgsql support */
  174. /* #undef HAVE_PGSQL */
  175. /* Define to 1 if you have the `pipe2' function. */
  176. #define HAVE_PIPE2 1
  177. /* Define to 1 if you have the `poll' function. */
  178. #define HAVE_POLL 1
  179. /* Define to 1 if you have the <poll.h> header file. */
  180. #define HAVE_POLL_H 1
  181. /* Define to 1 if you have the `port_create' function. */
  182. /* #undef HAVE_PORT_CREATE */
  183. /* Define to 1 if you have the <port.h> header file. */
  184. /* #undef HAVE_PORT_H */
  185. /* Define to 1 if you have the `pread' function. */
  186. #define HAVE_PREAD 1
  187. /* Define to 1 if you have the `preadv' function. */
  188. #define HAVE_PREADV 1
  189. /* Define to 1 if you have the <priv.h> header file. */
  190. /* #undef HAVE_PRIV_H */
  191. /* Define to 1 if you have the <pwd.h> header file. */
  192. #define HAVE_PWD_H 1
  193. /* Define to 1 if you have the `pwrite' function. */
  194. #define HAVE_PWRITE 1
  195. /* Define to 1 if you have the `pwritev' function. */
  196. #define HAVE_PWRITEV 1
  197. /* LibSASL support */
  198. /* #undef HAVE_SASL */
  199. /* Define to 1 if you have the <sasl/sasl.h> header file. */
  200. /* #undef HAVE_SASL_SASL_H */
  201. /* Define to 1 if you have the <security/pam_appl.h> header file. */
  202. /* #undef HAVE_SECURITY_PAM_APPL_H */
  203. /* Define to 1 if you have the `select' function. */
  204. /* #undef HAVE_SELECT */
  205. /* Define to 1 if you have the `sendfile' function. */
  206. #define HAVE_SENDFILE 1
  207. /* Define to 1 if you have the `sendfile64' function. */
  208. #define HAVE_SENDFILE64 1
  209. /* solaris sendfilev */
  210. /* #undef HAVE_SENDFILEV */
  211. /* broken sendfile */
  212. /* #undef HAVE_SENDFILE_BROKEN */
  213. /* Define to 1 if you have the `setpflags' function. */
  214. /* #undef HAVE_SETPFLAGS */
  215. /* Define to 1 if you have the `sigaction' function. */
  216. #define HAVE_SIGACTION 1
  217. /* Define to 1 if you have the `signal' function. */
  218. #define HAVE_SIGNAL 1
  219. /* Define to 1 if you have the <signal.h> header file. */
  220. #define HAVE_SIGNAL_H 1
  221. /* Define to 1 if the system has the type `socklen_t'. */
  222. #define HAVE_SOCKLEN_T 1
  223. /* Define to 1 if you have the `splice' function. */
  224. #define HAVE_SPLICE 1
  225. /* libsqlite3 */
  226. /* #undef HAVE_SQLITE3 */
  227. /* sqlite3.h */
  228. /* #undef HAVE_SQLITE3_H */
  229. /* Define to 1 if you have the `srandom' function. */
  230. #define HAVE_SRANDOM 1
  231. /* Define to 1 if you have the <stdint.h> header file. */
  232. #define HAVE_STDINT_H 1
  233. /* Define to 1 if you have the <stdlib.h> header file. */
  234. #define HAVE_STDLIB_H 1
  235. /* Define to 1 if you have the `strerror_r' function. */
  236. #define HAVE_STRERROR_R 1
  237. /* Define to 1 if you have the <strings.h> header file. */
  238. #define HAVE_STRINGS_H 1
  239. /* Define to 1 if you have the <string.h> header file. */
  240. #define HAVE_STRING_H 1
  241. /* gmtoff in struct tm */
  242. #define HAVE_STRUCT_TM_GMTOFF 1
  243. /* Define to 1 if you have the <syslog.h> header file. */
  244. #define HAVE_SYSLOG_H 1
  245. /* Define to 1 if you have the <sys/devpoll.h> header file. */
  246. /* #undef HAVE_SYS_DEVPOLL_H */
  247. /* Define to 1 if you have the <sys/epoll.h> header file. */
  248. #define HAVE_SYS_EPOLL_H 1
  249. /* Define to 1 if you have the <sys/event.h> header file. */
  250. /* #undef HAVE_SYS_EVENT_H */
  251. /* Define to 1 if you have the <sys/extattr.h> header file. */
  252. /* #undef HAVE_SYS_EXTATTR_H */
  253. /* Define to 1 if you have the <sys/filio.h> header file. */
  254. /* #undef HAVE_SYS_FILIO_H */
  255. /* Define to 1 if you have the <sys/inotify.h> header file. */
  256. #define HAVE_SYS_INOTIFY_H 1
  257. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  258. /* #undef HAVE_SYS_LOADAVG_H */
  259. /* Define to 1 if you have the <sys/mman.h> header file. */
  260. #define HAVE_SYS_MMAN_H 1
  261. /* Define to 1 if you have the <sys/poll.h> header file. */
  262. #define HAVE_SYS_POLL_H 1
  263. /* Define to 1 if you have the <sys/prctl.h> header file. */
  264. #define HAVE_SYS_PRCTL_H 1
  265. /* Define to 1 if you have the <sys/procctl.h> header file. */
  266. /* #undef HAVE_SYS_PROCCTL_H */
  267. /* Define to 1 if you have the <sys/random.h> header file. */
  268. /* #undef HAVE_SYS_RANDOM_H */
  269. /* Define to 1 if you have the <sys/resource.h> header file. */
  270. #define HAVE_SYS_RESOURCE_H 1
  271. /* Define to 1 if you have the <sys/select.h> header file. */
  272. /* #undef HAVE_SYS_SELECT_H */
  273. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  274. #define HAVE_SYS_SENDFILE_H 1
  275. /* Define to 1 if you have the <sys/stat.h> header file. */
  276. #define HAVE_SYS_STAT_H 1
  277. /* Define to 1 if you have the <sys/time.h> header file. */
  278. #define HAVE_SYS_TIME_H 1
  279. /* Define to 1 if you have the <sys/types.h> header file. */
  280. #define HAVE_SYS_TYPES_H 1
  281. /* Define to 1 if you have the <sys/uio.h> header file. */
  282. #define HAVE_SYS_UIO_H 1
  283. /* Define to 1 if you have the <sys/un.h> header file. */
  284. #define HAVE_SYS_UN_H 1
  285. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  286. #define HAVE_SYS_WAIT_H 1
  287. /* Define to 1 if you have the <sys/xattr.h> header file. */
  288. /* #undef HAVE_SYS_XATTR_H */
  289. /* Define to 1 if you have the `timegm' function. */
  290. #define HAVE_TIMEGM 1
  291. /* Define to 1 if you have the <unistd.h> header file. */
  292. #define HAVE_UNISTD_H 1
  293. /* uuid/uuid.h is available */
  294. #define HAVE_UUID_UUID_H 1
  295. /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
  296. /* #undef HAVE_VALGRIND_VALGRIND_H */
  297. /* weak symbols are supported */
  298. #define HAVE_WEAK_SYMBOLS 1
  299. /* Define to 1 if you have the <wolfssl/ssl.h> header file. */
  300. /* #undef HAVE_WOLFSSL_SSL_H */
  301. /* Define to 1 if you have the `writev' function. */
  302. #define HAVE_WRITEV 1
  303. /* libattr */
  304. /* #undef HAVE_XATTR */
  305. /* xxhash */
  306. /* #undef HAVE_XXHASH */
  307. /* xxhash.h */
  308. /* #undef HAVE_XXHASH_H */
  309. /* Define to 1 if you have the <zlib.h> header file. */
  310. /* #undef HAVE_ZLIB_H */
  311. /* libzstd */
  312. /* #undef HAVE_ZSTD */
  313. /* Define to 1 if you have the <zstd.h> header file. */
  314. /* #undef HAVE_ZSTD_H */
  315. /* lighttpd-version-id */
  316. #define LIGHTTPD_VERSION_ID 0x10440
  317. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  318. #define LT_OBJDIR ".libs/"
  319. /* Name of package */
  320. #define PACKAGE "lighttpd"
  321. /* Define to the address where bug reports for this package should be sent. */
  322. #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
  323. /* Define to the full name of this package. */
  324. #define PACKAGE_NAME "lighttpd"
  325. /* Define to the full name and version of this package. */
  326. #define PACKAGE_STRING "lighttpd 1.4.64"
  327. /* Define to the one symbol short name of this package. */
  328. #define PACKAGE_TARNAME "lighttpd"
  329. /* Define to the home page for this package. */
  330. #define PACKAGE_URL "https://www.lighttpd.net/"
  331. /* Define to the version of this package. */
  332. #define PACKAGE_VERSION "1.4.64"
  333. /* Define to 1 if you have the ANSI C header files. */
  334. #define STDC_HEADERS 1
  335. /* with kerberos */
  336. /* #undef USE_OPENSSL_KERBEROS */
  337. /* Enable extensions on AIX 3, Interix. */
  338. #ifndef _ALL_SOURCE
  339. # define _ALL_SOURCE 1
  340. #endif
  341. /* Enable GNU extensions on systems that have them. */
  342. #ifndef _GNU_SOURCE
  343. # define _GNU_SOURCE 1
  344. #endif
  345. /* Enable threading extensions on Solaris. */
  346. #ifndef _POSIX_PTHREAD_SEMANTICS
  347. # define _POSIX_PTHREAD_SEMANTICS 1
  348. #endif
  349. /* Enable extensions on HP NonStop. */
  350. #ifndef _TANDEM_SOURCE
  351. # define _TANDEM_SOURCE 1
  352. #endif
  353. /* Enable general extensions on Solaris. */
  354. #ifndef __EXTENSIONS__
  355. # define __EXTENSIONS__ 1
  356. #endif
  357. /* Version number of package */
  358. #define VERSION "1.4.64"
  359. /* Enable large inode numbers on Mac OS X 10.5. */
  360. #ifndef _DARWIN_USE_64_BIT_INODE
  361. # define _DARWIN_USE_64_BIT_INODE 1
  362. #endif
  363. /* Number of bits in a file offset, on hosts where this is settable. */
  364. /* #undef _FILE_OFFSET_BITS */
  365. /* Define for large files, on AIX-style hosts. */
  366. /* #undef _LARGE_FILES */
  367. /* Define to 1 if on MINIX. */
  368. /* #undef _MINIX */
  369. /* Define to 2 if the system does not provide POSIX.1 features except with
  370. this defined. */
  371. /* #undef _POSIX_1_SOURCE */
  372. /* Define to 1 if you need to in order for `stat' and other things to work. */
  373. /* #undef _POSIX_SOURCE */
  374. /* Define to empty if `const' does not conform to ANSI C. */
  375. /* #undef const */
  376. /* Define to `__inline__' or `__inline' if that's what the C compiler
  377. calls it, or to nothing if 'inline' is not supported under any name. */
  378. #ifndef __cplusplus
  379. /* #undef inline */
  380. #endif
  381. /* Define to `long int' if <sys/types.h> does not define. */
  382. /* #undef off_t */
  383. /* Define to `int' if <sys/types.h> does not define. */
  384. /* #undef pid_t */
  385. /* Define to the equivalent of the C99 'restrict' keyword, or to
  386. nothing if this is not supported. Do not define if restrict is
  387. supported directly. */
  388. #define restrict __restrict
  389. /* Work around a bug in Sun C++: it does not support _Restrict or
  390. __restrict__, even though the corresponding Sun C compiler ends up with
  391. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  392. previous line. Perhaps some future version of Sun C++ will work with
  393. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  394. #if defined __SUNPRO_CC && !defined __RESTRICT
  395. # define _Restrict
  396. # define __restrict__
  397. #endif
  398. /* Define to `unsigned int' if <sys/types.h> does not define. */
  399. /* #undef size_t */