123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- #define HAVE_CHROOT 1
- #define HAVE_CLOCK_GETTIME 1
- #define HAVE_CRYPT_H 1
- #define HAVE_CRYPT_R 1
- #define HAVE_DLFCN_H 1
- #define HAVE_EPOLL_CTL 1
- #define HAVE_FORK 1
- #define HAVE_GETLOADAVG 1
- #define HAVE_GETOPT_H 1
- #define HAVE_GETRLIMIT 1
- #define HAVE_GETUID 1
- #define HAVE_GMTIME_R 1
- #define HAVE_INET_ATON 1
- #define HAVE_INET_PTON 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_IPV6 1
- #define HAVE_JRAND48 1
- #define HAVE_LIBDL 1
- #define HAVE_LIBSSL 1
- #define HAVE_LINUX_RANDOM_H 1
- #define HAVE_LOCALTIME_R 1
- #define HAVE_LSTAT 1
- #define HAVE_MADVISE 1
- #define HAVE_MALLOC_H 1
- #define HAVE_MALLOC_TRIM 1
- #define HAVE_MALLOPT 1
- #define HAVE_MEMORY_H 1
- #define HAVE_MEMPCPY 1
- #define HAVE_MKOSTEMP 1
- #define HAVE_MMAP 1
- #define HAVE_OPENSSL_SSL_H 1
- #define HAVE_PCRE 1
- #define HAVE_PCRE_H 1
- #define HAVE_PIPE2 1
- #define HAVE_POLL 1
- #define HAVE_POLL_H 1
- #define HAVE_PREAD 1
- #define HAVE_PREADV 1
- #define HAVE_PWD_H 1
- #define HAVE_PWRITE 1
- #define HAVE_PWRITEV 1
- #define HAVE_SENDFILE 1
- #define HAVE_SENDFILE64 1
- #define HAVE_SIGACTION 1
- #define HAVE_SIGNAL 1
- #define HAVE_SIGNAL_H 1
- #define HAVE_SOCKLEN_T 1
- #define HAVE_SPLICE 1
- #define HAVE_SRANDOM 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRERROR_R 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_STRUCT_TM_GMTOFF 1
- #define HAVE_SYSLOG_H 1
- #define HAVE_SYS_EPOLL_H 1
- #define HAVE_SYS_INOTIFY_H 1
- #define HAVE_SYS_MMAN_H 1
- #define HAVE_SYS_POLL_H 1
- #define HAVE_SYS_PRCTL_H 1
- #define HAVE_SYS_RESOURCE_H 1
- #define HAVE_SYS_SENDFILE_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TIME_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_UIO_H 1
- #define HAVE_SYS_UN_H 1
- #define HAVE_SYS_WAIT_H 1
- #define HAVE_TIMEGM 1
- #define HAVE_UNISTD_H 1
- #define HAVE_UUID_UUID_H 1
- #define HAVE_WEAK_SYMBOLS 1
- #define HAVE_WRITEV 1
- #define LIGHTTPD_VERSION_ID 0x10440
- #define LT_OBJDIR ".libs/"
- #define PACKAGE "lighttpd"
- #define PACKAGE_BUGREPORT "https://redmine.lighttpd.net/projects/lighttpd/boards/2"
- #define PACKAGE_NAME "lighttpd"
- #define PACKAGE_STRING "lighttpd 1.4.64"
- #define PACKAGE_TARNAME "lighttpd"
- #define PACKAGE_URL "https://www.lighttpd.net/"
- #define PACKAGE_VERSION "1.4.64"
- #define STDC_HEADERS 1
- #ifndef _ALL_SOURCE
- # define _ALL_SOURCE 1
- #endif
- #ifndef _GNU_SOURCE
- # define _GNU_SOURCE 1
- #endif
- #ifndef _POSIX_PTHREAD_SEMANTICS
- # define _POSIX_PTHREAD_SEMANTICS 1
- #endif
- #ifndef _TANDEM_SOURCE
- # define _TANDEM_SOURCE 1
- #endif
- #ifndef __EXTENSIONS__
- # define __EXTENSIONS__ 1
- #endif
- #define VERSION "1.4.64"
- #ifndef _DARWIN_USE_64_BIT_INODE
- # define _DARWIN_USE_64_BIT_INODE 1
- #endif
- #ifndef __cplusplus
- #endif
- #define restrict __restrict
- #if defined __SUNPRO_CC && !defined __RESTRICT
- # define _Restrict
- # define __restrict__
- #endif
|