config.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  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 <arpa/inet.h> header file. */
  6. #define HAVE_ARPA_INET_H 1
  7. /* Define to 1 if you have the <attr/attributes.h> header file. */
  8. /* #undef HAVE_ATTR_ATTRIBUTES_H */
  9. /* Define to 1 if you have the <bzlib.h> header file. */
  10. /* #undef HAVE_BZLIB_H */
  11. /* Define to 1 if you have the `chroot' function. */
  12. #define HAVE_CHROOT 1
  13. /* crypt */
  14. /* #undef HAVE_CRYPT */
  15. /* crypt.h */
  16. #define HAVE_CRYPT_H 1
  17. /* crypt_r */
  18. #define HAVE_CRYPT_R 1
  19. /* Define to 1 if you have the <dlfcn.h> header file. */
  20. #define HAVE_DLFCN_H 1
  21. /* Define to 1 if you have the `dup2' function. */
  22. #define HAVE_DUP2 1
  23. /* Define to 1 if you have the `epoll_ctl' function. */
  24. #define HAVE_EPOLL_CTL 1
  25. /* Define to 1 if you have the <errmsg.h> header file. */
  26. /* #undef HAVE_ERRMSG_H */
  27. /* Define to 1 if you have the <ev.h> header file. */
  28. /* #undef HAVE_EV_H */
  29. /* Define to 1 if you have the `explicit_bzero' function. */
  30. /* #undef HAVE_EXPLICIT_BZERO */
  31. /* BSD extended attributes */
  32. /* #undef HAVE_EXTATTR */
  33. /* Define to 1 if you have the `FAMNoExists' function. */
  34. /* #undef HAVE_FAMNOEXISTS */
  35. /* fam.h */
  36. /* #undef HAVE_FAM_H */
  37. /* Define to 1 if you have the <fastcgi/fastcgi.h> header file. */
  38. /* #undef HAVE_FASTCGI_FASTCGI_H */
  39. /* Define to 1 if you have the <fastcgi.h> header file. */
  40. /* #undef HAVE_FASTCGI_H */
  41. /* Define to 1 if you have the <fcntl.h> header file. */
  42. #define HAVE_FCNTL_H 1
  43. /* Define to 1 if you have the `fork' function. */
  44. #define HAVE_FORK 1
  45. /* libgdbm */
  46. /* #undef HAVE_GDBM */
  47. /* Define to 1 if you have the <gdbm.h> header file. */
  48. /* #undef HAVE_GDBM_H */
  49. /* Define to 1 if you have the `getcwd' function. */
  50. #define HAVE_GETCWD 1
  51. /* Define to 1 if you have the `gethostbyname' function. */
  52. #define HAVE_GETHOSTBYNAME 1
  53. /* Define to 1 if you have the `getopt' function. */
  54. #define HAVE_GETOPT 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 `getrlimit' function. */
  58. #define HAVE_GETRLIMIT 1
  59. /* Define to 1 if you have the `getuid' function. */
  60. #define HAVE_GETUID 1
  61. /* Define to 1 if you have the `gmtime_r' function. */
  62. #define HAVE_GMTIME_R 1
  63. /* Define to 1 if you have the `inet_ntoa' function. */
  64. #define HAVE_INET_NTOA 1
  65. /* Define to 1 if you have the `inet_ntop' function. */
  66. #define HAVE_INET_NTOP 1
  67. /* Define to 1 if you have the `inet_pton' function. */
  68. #define HAVE_INET_PTON 1
  69. /* Define to 1 if you have the <inttypes.h> header file. */
  70. #define HAVE_INTTYPES_H 1
  71. /* Whether to enable IPv6 support */
  72. #define HAVE_IPV6 1
  73. /* Define to 1 if you have the `issetugid' function. */
  74. /* #undef HAVE_ISSETUGID */
  75. /* Define to 1 if you have the `kqueue' function. */
  76. /* #undef HAVE_KQUEUE */
  77. /* Define to 1 if you have the <lber.h> header file. */
  78. /* #undef HAVE_LBER_H */
  79. /* Define to 1 if you have the <ldap.h> header file. */
  80. /* #undef HAVE_LDAP_H */
  81. /* libbz2 */
  82. /* #undef HAVE_LIBBZ2 */
  83. /* libdl */
  84. #define HAVE_LIBDL 1
  85. /* libev support */
  86. /* #undef HAVE_LIBEV */
  87. /* libfam */
  88. /* #undef HAVE_LIBFAM */
  89. /* liblber */
  90. /* #undef HAVE_LIBLBER */
  91. /* libldap */
  92. /* #undef HAVE_LIBLDAP */
  93. /* libpcre */
  94. #define HAVE_LIBPCRE 1
  95. /* Have libssl */
  96. #define HAVE_LIBSSL /**/
  97. /* Have libunwind support */
  98. /* #undef HAVE_LIBUNWIND */
  99. /* libxml2 */
  100. /* #undef HAVE_LIBXML2 */
  101. /* libxml.h */
  102. /* #undef HAVE_LIBXML_H */
  103. /* libz */
  104. /* #undef HAVE_LIBZ */
  105. /* Define to 1 if you have the `localtime_r' function. */
  106. #define HAVE_LOCALTIME_R 1
  107. /* Define to 1 if you have the `lstat' function. */
  108. #define HAVE_LSTAT 1
  109. /* liblua */
  110. /* #undef HAVE_LUA */
  111. /* lua.h */
  112. /* #undef HAVE_LUA_H */
  113. /* Define to 1 if you have the `madvise' function. */
  114. #define HAVE_MADVISE 1
  115. /* libmemcache */
  116. /* #undef HAVE_MEMCACHE */
  117. /* memcache.h */
  118. /* #undef HAVE_MEMCACHE_H */
  119. /* Define to 1 if you have the <memory.h> header file. */
  120. #define HAVE_MEMORY_H 1
  121. /* Define to 1 if you have the `memset' function. */
  122. #define HAVE_MEMSET 1
  123. /* Define to 1 if you have the `memset_s' function. */
  124. /* #undef HAVE_MEMSET_S */
  125. /* Define to 1 if you have the `mmap' function. */
  126. #define HAVE_MMAP 1
  127. /* Define to 1 if you have the `munmap' function. */
  128. #define HAVE_MUNMAP 1
  129. /* mysql support */
  130. /* #undef HAVE_MYSQL */
  131. /* Define to 1 if you have the <mysql.h> header file. */
  132. /* #undef HAVE_MYSQL_H */
  133. /* Define to 1 if you have the <netinet/in.h> header file. */
  134. #define HAVE_NETINET_IN_H 1
  135. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  136. #define HAVE_OPENSSL_SSL_H 1
  137. /* Define to 1 if you have the `pathconf' function. */
  138. #define HAVE_PATHCONF 1
  139. /* pcre.h */
  140. #define HAVE_PCRE_H 1
  141. /* Define to 1 if you have the `poll' function. */
  142. #define HAVE_POLL 1
  143. /* Define to 1 if you have the <poll.h> header file. */
  144. #define HAVE_POLL_H 1
  145. /* Define to 1 if you have the `port_create' function. */
  146. /* #undef HAVE_PORT_CREATE */
  147. /* Define to 1 if you have the <port.h> header file. */
  148. /* #undef HAVE_PORT_H */
  149. /* Define to 1 if you have the `posix_fadvise' function. */
  150. #define HAVE_POSIX_FADVISE 1
  151. /* Define to 1 if you have the `posix_madvise' function. */
  152. #define HAVE_POSIX_MADVISE 1
  153. /* Define to 1 if you have the <pwd.h> header file. */
  154. #define HAVE_PWD_H 1
  155. /* Define to 1 if you have the `select' function. */
  156. #define HAVE_SELECT 1
  157. /* Define to 1 if you have the `sendfile' function. */
  158. #define HAVE_SENDFILE 1
  159. /* Define to 1 if you have the `sendfile64' function. */
  160. #define HAVE_SENDFILE64 1
  161. /* solaris sendfilev */
  162. /* #undef HAVE_SENDFILEV */
  163. /* broken sendfile */
  164. #define HAVE_SENDFILE_BROKEN 1
  165. /* Define to 1 if you have the `send_file' function. */
  166. /* #undef HAVE_SEND_FILE */
  167. /* Define to 1 if you have the `sigaction' function. */
  168. #define HAVE_SIGACTION 1
  169. /* Define to 1 if you have the `signal' function. */
  170. #define HAVE_SIGNAL 1
  171. /* Define to 1 if you have the `socket' function. */
  172. #define HAVE_SOCKET 1
  173. /* Define to 1 if the system has the type `socklen_t'. */
  174. #define HAVE_SOCKLEN_T 1
  175. /* libsqlite3 */
  176. /* #undef HAVE_SQLITE3 */
  177. /* sqlite3.h */
  178. /* #undef HAVE_SQLITE3_H */
  179. /* Define to 1 if `stat' has the bug that it succeeds when given the
  180. zero-length file name argument. */
  181. #define HAVE_STAT_EMPTY_STRING_BUG 1
  182. /* Define to 1 if you have the <stdint.h> header file. */
  183. #define HAVE_STDINT_H 1
  184. /* Define to 1 if you have the <stdlib.h> header file. */
  185. #define HAVE_STDLIB_H 1
  186. /* Define to 1 if you have the `strchr' function. */
  187. #define HAVE_STRCHR 1
  188. /* Define to 1 if you have the `strdup' function. */
  189. #define HAVE_STRDUP 1
  190. /* Define to 1 if you have the `strerror' function. */
  191. #define HAVE_STRERROR 1
  192. /* Define to 1 if you have the `strftime' function. */
  193. #define HAVE_STRFTIME 1
  194. /* Define to 1 if you have the <strings.h> header file. */
  195. #define HAVE_STRINGS_H 1
  196. /* Define to 1 if you have the <string.h> header file. */
  197. #define HAVE_STRING_H 1
  198. /* Define to 1 if you have the `strstr' function. */
  199. #define HAVE_STRSTR 1
  200. /* Define to 1 if you have the `strtol' function. */
  201. #define HAVE_STRTOL 1
  202. /* Define to 1 if the system has the type `struct sockaddr_storage'. */
  203. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  204. /* gmtoff in struct tm */
  205. #define HAVE_STRUCT_TM_GMTOFF 1
  206. /* Define to 1 if you have the <syslog.h> header file. */
  207. #define HAVE_SYSLOG_H 1
  208. /* Define to 1 if you have the <sys/devpoll.h> header file. */
  209. /* #undef HAVE_SYS_DEVPOLL_H */
  210. /* Define to 1 if you have the <sys/epoll.h> header file. */
  211. #define HAVE_SYS_EPOLL_H 1
  212. /* Define to 1 if you have the <sys/event.h> header file. */
  213. /* #undef HAVE_SYS_EVENT_H */
  214. /* Define to 1 if you have the <sys/extattr.h> header file. */
  215. /* #undef HAVE_SYS_EXTATTR_H */
  216. /* Define to 1 if you have the <sys/filio.h> header file. */
  217. /* #undef HAVE_SYS_FILIO_H */
  218. /* Define to 1 if you have the <sys/mman.h> header file. */
  219. #define HAVE_SYS_MMAN_H 1
  220. /* Define to 1 if you have the <sys/poll.h> header file. */
  221. #define HAVE_SYS_POLL_H 1
  222. /* Define to 1 if you have the <sys/prctl.h> header file. */
  223. #define HAVE_SYS_PRCTL_H 1
  224. /* Define to 1 if you have the <sys/resource.h> header file. */
  225. #define HAVE_SYS_RESOURCE_H 1
  226. /* Define to 1 if you have the <sys/select.h> header file. */
  227. #define HAVE_SYS_SELECT_H 1
  228. /* Define to 1 if you have the <sys/sendfile.h> header file. */
  229. #define HAVE_SYS_SENDFILE_H 1
  230. /* Define to 1 if you have the <sys/socket.h> header file. */
  231. #define HAVE_SYS_SOCKET_H 1
  232. /* Define to 1 if you have the <sys/stat.h> header file. */
  233. #define HAVE_SYS_STAT_H 1
  234. /* Define to 1 if you have the <sys/time.h> header file. */
  235. #define HAVE_SYS_TIME_H 1
  236. /* Define to 1 if you have the <sys/types.h> header file. */
  237. #define HAVE_SYS_TYPES_H 1
  238. /* Define to 1 if you have the <sys/uio.h> header file. */
  239. #define HAVE_SYS_UIO_H 1
  240. /* Define to 1 if you have the <sys/un.h> header file. */
  241. #define HAVE_SYS_UN_H 1
  242. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  243. #define HAVE_SYS_WAIT_H 1
  244. /* Define to 1 if you have the <unistd.h> header file. */
  245. #define HAVE_UNISTD_H 1
  246. /* libuuid */
  247. /* #undef HAVE_UUID */
  248. /* uuid/uuid.h is available */
  249. /* #undef HAVE_UUID_H */
  250. /* Define to 1 if you have the <uuid/uuid.h> header file. */
  251. #define HAVE_UUID_UUID_H 1
  252. /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
  253. /* #undef HAVE_VALGRIND_VALGRIND_H */
  254. /* Define to 1 if you have the `vfork' function. */
  255. #define HAVE_VFORK 1
  256. /* Define to 1 if you have the <vfork.h> header file. */
  257. /* #undef HAVE_VFORK_H */
  258. /* weak symbols are supported */
  259. #define HAVE_WEAK_SYMBOLS 1
  260. /* Define to 1 if `fork' works. */
  261. #define HAVE_WORKING_FORK 1
  262. /* Define to 1 if `vfork' works. */
  263. #define HAVE_WORKING_VFORK 1
  264. /* Define to 1 if you have the `writev' function. */
  265. #define HAVE_WRITEV 1
  266. /* libattr */
  267. /* #undef HAVE_XATTR */
  268. /* Define to 1 if you have the <zlib.h> header file. */
  269. /* #undef HAVE_ZLIB_H */
  270. /* Using deprecated ldap api */
  271. /* #undef LDAP_DEPRECATED */
  272. /* lighttpd-version-id */
  273. #define LIGHTTPD_VERSION_ID (1 << 16 | 4 << 8 | 39)
  274. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  275. slash. */
  276. /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
  277. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  278. */
  279. #define LT_OBJDIR ".libs/"
  280. /* Name of package */
  281. #define PACKAGE "lighttpd"
  282. /* Define to the address where bug reports for this package should be sent. */
  283. #define PACKAGE_BUGREPORT "contact@lighttpd.net"
  284. /* Define to the full name of this package. */
  285. #define PACKAGE_NAME "lighttpd"
  286. /* Define to the full name and version of this package. */
  287. #define PACKAGE_STRING "lighttpd 1.4.39"
  288. /* Define to the one symbol short name of this package. */
  289. #define PACKAGE_TARNAME "lighttpd"
  290. /* Define to the home page for this package. */
  291. #define PACKAGE_URL ""
  292. /* Define to the version of this package. */
  293. #define PACKAGE_VERSION "1.4.39"
  294. /* Define as the return type of signal handlers (`int' or `void'). */
  295. #define RETSIGTYPE void
  296. /* The size of `long', as computed by sizeof. */
  297. #define SIZEOF_LONG 4
  298. /* The size of `off_t', as computed by sizeof. */
  299. #define SIZEOF_OFF_T 8
  300. /* Define to 1 if you have the ANSI C header files. */
  301. #define STDC_HEADERS 1
  302. /* Enable extensions on AIX 3, Interix. */
  303. #ifndef _ALL_SOURCE
  304. # define _ALL_SOURCE 1
  305. #endif
  306. /* Enable GNU extensions on systems that have them. */
  307. #ifndef _GNU_SOURCE
  308. # define _GNU_SOURCE 1
  309. #endif
  310. /* Enable threading extensions on Solaris. */
  311. #ifndef _POSIX_PTHREAD_SEMANTICS
  312. # define _POSIX_PTHREAD_SEMANTICS 1
  313. #endif
  314. /* Enable extensions on HP NonStop. */
  315. #ifndef _TANDEM_SOURCE
  316. # define _TANDEM_SOURCE 1
  317. #endif
  318. /* Enable general extensions on Solaris. */
  319. #ifndef __EXTENSIONS__
  320. # define __EXTENSIONS__ 1
  321. #endif
  322. /* Version number of package */
  323. #define VERSION "1.4.39"
  324. /* Define to 1 if on MINIX. */
  325. /* #undef _MINIX */
  326. /* Define to 2 if the system does not provide POSIX.1 features except with
  327. this defined. */
  328. /* #undef _POSIX_1_SOURCE */
  329. /* Define to 1 if you need to in order for `stat' and other things to work. */
  330. /* #undef _POSIX_SOURCE */
  331. /* Define to 1 if type `char' is unsigned and you are not using gcc. */
  332. #ifndef __CHAR_UNSIGNED__
  333. /* # undef __CHAR_UNSIGNED__ */
  334. #endif
  335. /* Define to empty if `const' does not conform to ANSI C. */
  336. /* #undef const */
  337. /* Define to `__inline__' or `__inline' if that's what the C compiler
  338. calls it, or to nothing if 'inline' is not supported under any name. */
  339. #ifndef __cplusplus
  340. /* #undef inline */
  341. #endif
  342. /* Define to `long int' if <sys/types.h> does not define. */
  343. /* #undef off_t */
  344. /* Define to `int' if <sys/types.h> does not define. */
  345. /* #undef pid_t */
  346. /* Define to `unsigned int' if <sys/types.h> does not define. */
  347. /* #undef size_t */
  348. /* Define as `fork' if `vfork' does not work. */
  349. /* #undef vfork */