Annotation of embedaddon/lighttpd/config.h.in, revision 1.1

1.1     ! misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
        !             2: 
        !             3: /* Use mmap if available */
        !             4: #undef ENABLE_MMAP
        !             5: 
        !             6: /* Define to 1 if you have the <arpa/inet.h> header file. */
        !             7: #undef HAVE_ARPA_INET_H
        !             8: 
        !             9: /* Define to 1 if you have the <attr/attributes.h> header file. */
        !            10: #undef HAVE_ATTR_ATTRIBUTES_H
        !            11: 
        !            12: /* Define to 1 if you have the <bzlib.h> header file. */
        !            13: #undef HAVE_BZLIB_H
        !            14: 
        !            15: /* Define to 1 if you have the `chroot' function. */
        !            16: #undef HAVE_CHROOT
        !            17: 
        !            18: /* Define to 1 if you have the <crypt.h> header file. */
        !            19: #undef HAVE_CRYPT_H
        !            20: 
        !            21: /* Define to 1 if you have the <dlfcn.h> header file. */
        !            22: #undef HAVE_DLFCN_H
        !            23: 
        !            24: /* Define to 1 if you have the `dup2' function. */
        !            25: #undef HAVE_DUP2
        !            26: 
        !            27: /* Define to 1 if you have the `epoll_ctl' function. */
        !            28: #undef HAVE_EPOLL_CTL
        !            29: 
        !            30: /* Define to 1 if you have the <errmsg.h> header file. */
        !            31: #undef HAVE_ERRMSG_H
        !            32: 
        !            33: /* Define to 1 if you have the <ev.h> header file. */
        !            34: #undef HAVE_EV_H
        !            35: 
        !            36: /* Define to 1 if you have the `FAMNoExists' function. */
        !            37: #undef HAVE_FAMNOEXISTS
        !            38: 
        !            39: /* fam.h */
        !            40: #undef HAVE_FAM_H
        !            41: 
        !            42: /* Define to 1 if you have the <fastcgi/fastcgi.h> header file. */
        !            43: #undef HAVE_FASTCGI_FASTCGI_H
        !            44: 
        !            45: /* Define to 1 if you have the <fastcgi.h> header file. */
        !            46: #undef HAVE_FASTCGI_H
        !            47: 
        !            48: /* Define to 1 if you have the <fcntl.h> header file. */
        !            49: #undef HAVE_FCNTL_H
        !            50: 
        !            51: /* Define to 1 if you have the `fork' function. */
        !            52: #undef HAVE_FORK
        !            53: 
        !            54: /* libgdbm */
        !            55: #undef HAVE_GDBM
        !            56: 
        !            57: /* Define to 1 if you have the <gdbm.h> header file. */
        !            58: #undef HAVE_GDBM_H
        !            59: 
        !            60: /* Define to 1 if you have the `getcwd' function. */
        !            61: #undef HAVE_GETCWD
        !            62: 
        !            63: /* Define to 1 if you have the `gethostbyname' function. */
        !            64: #undef HAVE_GETHOSTBYNAME
        !            65: 
        !            66: /* Define to 1 if you have the `getopt' function. */
        !            67: #undef HAVE_GETOPT
        !            68: 
        !            69: /* Define to 1 if you have the <getopt.h> header file. */
        !            70: #undef HAVE_GETOPT_H
        !            71: 
        !            72: /* Define to 1 if you have the `getrlimit' function. */
        !            73: #undef HAVE_GETRLIMIT
        !            74: 
        !            75: /* Define to 1 if you have the `getuid' function. */
        !            76: #undef HAVE_GETUID
        !            77: 
        !            78: /* Define to 1 if you have the `gmtime_r' function. */
        !            79: #undef HAVE_GMTIME_R
        !            80: 
        !            81: /* Define to 1 if you have the `inet_ntoa' function. */
        !            82: #undef HAVE_INET_NTOA
        !            83: 
        !            84: /* Define to 1 if you have the `inet_ntop' function. */
        !            85: #undef HAVE_INET_NTOP
        !            86: 
        !            87: /* Define to 1 if you have the `inet_pton' function. */
        !            88: #undef HAVE_INET_PTON
        !            89: 
        !            90: /* Define to 1 if you have the <inttypes.h> header file. */
        !            91: #undef HAVE_INTTYPES_H
        !            92: 
        !            93: /* Whether to enable IPv6 support */
        !            94: #undef HAVE_IPV6
        !            95: 
        !            96: /* Define to 1 if you have the `issetugid' function. */
        !            97: #undef HAVE_ISSETUGID
        !            98: 
        !            99: /* Define to 1 if you have the `kqueue' function. */
        !           100: #undef HAVE_KQUEUE
        !           101: 
        !           102: /* Define to 1 if you have the <lber.h> header file. */
        !           103: #undef HAVE_LBER_H
        !           104: 
        !           105: /* Define to 1 if you have the <ldap.h> header file. */
        !           106: #undef HAVE_LDAP_H
        !           107: 
        !           108: /* libbz2 */
        !           109: #undef HAVE_LIBBZ2
        !           110: 
        !           111: /* libcrypt */
        !           112: #undef HAVE_LIBCRYPT
        !           113: 
        !           114: /* libdl */
        !           115: #undef HAVE_LIBDL
        !           116: 
        !           117: /* libev support */
        !           118: #undef HAVE_LIBEV
        !           119: 
        !           120: /* libfam */
        !           121: #undef HAVE_LIBFAM
        !           122: 
        !           123: /* liblber */
        !           124: #undef HAVE_LIBLBER
        !           125: 
        !           126: /* libldap */
        !           127: #undef HAVE_LIBLDAP
        !           128: 
        !           129: /* libpcre */
        !           130: #undef HAVE_LIBPCRE
        !           131: 
        !           132: /* Have libssl */
        !           133: #undef HAVE_LIBSSL
        !           134: 
        !           135: /* libxml2 */
        !           136: #undef HAVE_LIBXML2
        !           137: 
        !           138: /* libxml.h */
        !           139: #undef HAVE_LIBXML_H
        !           140: 
        !           141: /* libz */
        !           142: #undef HAVE_LIBZ
        !           143: 
        !           144: /* Define to 1 if you have the `localtime_r' function. */
        !           145: #undef HAVE_LOCALTIME_R
        !           146: 
        !           147: /* Define to 1 if you have the `lstat' function. */
        !           148: #undef HAVE_LSTAT
        !           149: 
        !           150: /* liblua */
        !           151: #undef HAVE_LUA
        !           152: 
        !           153: /* lua.h */
        !           154: #undef HAVE_LUA_H
        !           155: 
        !           156: /* Define to 1 if you have the `madvise' function. */
        !           157: #undef HAVE_MADVISE
        !           158: 
        !           159: /* libmemcache */
        !           160: #undef HAVE_MEMCACHE
        !           161: 
        !           162: /* memcache.h */
        !           163: #undef HAVE_MEMCACHE_H
        !           164: 
        !           165: /* Define to 1 if you have the <memory.h> header file. */
        !           166: #undef HAVE_MEMORY_H
        !           167: 
        !           168: /* Define to 1 if you have the `memset' function. */
        !           169: #undef HAVE_MEMSET
        !           170: 
        !           171: /* Define to 1 if you have the `mmap' function. */
        !           172: #undef HAVE_MMAP
        !           173: 
        !           174: /* Define to 1 if you have the `munmap' function. */
        !           175: #undef HAVE_MUNMAP
        !           176: 
        !           177: /* mysql support */
        !           178: #undef HAVE_MYSQL
        !           179: 
        !           180: /* Define to 1 if you have the <mysql.h> header file. */
        !           181: #undef HAVE_MYSQL_H
        !           182: 
        !           183: /* Define to 1 if you have the <netinet/in.h> header file. */
        !           184: #undef HAVE_NETINET_IN_H
        !           185: 
        !           186: /* Define to 1 if you have the <openssl/ssl.h> header file. */
        !           187: #undef HAVE_OPENSSL_SSL_H
        !           188: 
        !           189: /* Define to 1 if you have the `pathconf' function. */
        !           190: #undef HAVE_PATHCONF
        !           191: 
        !           192: /* pcre.h */
        !           193: #undef HAVE_PCRE_H
        !           194: 
        !           195: /* Define to 1 if you have the `poll' function. */
        !           196: #undef HAVE_POLL
        !           197: 
        !           198: /* Define to 1 if you have the <poll.h> header file. */
        !           199: #undef HAVE_POLL_H
        !           200: 
        !           201: /* Define to 1 if you have the `port_create' function. */
        !           202: #undef HAVE_PORT_CREATE
        !           203: 
        !           204: /* Define to 1 if you have the <port.h> header file. */
        !           205: #undef HAVE_PORT_H
        !           206: 
        !           207: /* Define to 1 if you have the `posix_fadvise' function. */
        !           208: #undef HAVE_POSIX_FADVISE
        !           209: 
        !           210: /* Define to 1 if you have the `posix_madvise' function. */
        !           211: #undef HAVE_POSIX_MADVISE
        !           212: 
        !           213: /* Define to 1 if you have the <pwd.h> header file. */
        !           214: #undef HAVE_PWD_H
        !           215: 
        !           216: /* Define to 1 if you have the `select' function. */
        !           217: #undef HAVE_SELECT
        !           218: 
        !           219: /* Define to 1 if you have the `sendfile' function. */
        !           220: #undef HAVE_SENDFILE
        !           221: 
        !           222: /* Define to 1 if you have the `sendfile64' function. */
        !           223: #undef HAVE_SENDFILE64
        !           224: 
        !           225: /* solaris sendfilev */
        !           226: #undef HAVE_SENDFILEV
        !           227: 
        !           228: /* broken sendfile */
        !           229: #undef HAVE_SENDFILE_BROKEN
        !           230: 
        !           231: /* Define to 1 if you have the `send_file' function. */
        !           232: #undef HAVE_SEND_FILE
        !           233: 
        !           234: /* Define to 1 if you have the `sigaction' function. */
        !           235: #undef HAVE_SIGACTION
        !           236: 
        !           237: /* Define to 1 if you have the `signal' function. */
        !           238: #undef HAVE_SIGNAL
        !           239: 
        !           240: /* Define to 1 if you have the `socket' function. */
        !           241: #undef HAVE_SOCKET
        !           242: 
        !           243: /* Define to 1 if the system has the type `socklen_t'. */
        !           244: #undef HAVE_SOCKLEN_T
        !           245: 
        !           246: /* libsqlite3 */
        !           247: #undef HAVE_SQLITE3
        !           248: 
        !           249: /* sqlite3.h */
        !           250: #undef HAVE_SQLITE3_H
        !           251: 
        !           252: /* Define to 1 if `stat' has the bug that it succeeds when given the
        !           253:    zero-length file name argument. */
        !           254: #undef HAVE_STAT_EMPTY_STRING_BUG
        !           255: 
        !           256: /* Define to 1 if you have the <stdint.h> header file. */
        !           257: #undef HAVE_STDINT_H
        !           258: 
        !           259: /* Define to 1 if you have the <stdlib.h> header file. */
        !           260: #undef HAVE_STDLIB_H
        !           261: 
        !           262: /* Define to 1 if you have the `strchr' function. */
        !           263: #undef HAVE_STRCHR
        !           264: 
        !           265: /* Define to 1 if you have the `strdup' function. */
        !           266: #undef HAVE_STRDUP
        !           267: 
        !           268: /* Define to 1 if you have the `strerror' function. */
        !           269: #undef HAVE_STRERROR
        !           270: 
        !           271: /* Define to 1 if you have the `strftime' function. */
        !           272: #undef HAVE_STRFTIME
        !           273: 
        !           274: /* Define to 1 if you have the <strings.h> header file. */
        !           275: #undef HAVE_STRINGS_H
        !           276: 
        !           277: /* Define to 1 if you have the <string.h> header file. */
        !           278: #undef HAVE_STRING_H
        !           279: 
        !           280: /* Define to 1 if you have the `strstr' function. */
        !           281: #undef HAVE_STRSTR
        !           282: 
        !           283: /* Define to 1 if you have the `strtol' function. */
        !           284: #undef HAVE_STRTOL
        !           285: 
        !           286: /* Define to 1 if the system has the type `struct sockaddr_storage'. */
        !           287: #undef HAVE_STRUCT_SOCKADDR_STORAGE
        !           288: 
        !           289: /* gmtoff in struct tm */
        !           290: #undef HAVE_STRUCT_TM_GMTOFF
        !           291: 
        !           292: /* Define to 1 if you have the <syslog.h> header file. */
        !           293: #undef HAVE_SYSLOG_H
        !           294: 
        !           295: /* Define to 1 if you have the <sys/devpoll.h> header file. */
        !           296: #undef HAVE_SYS_DEVPOLL_H
        !           297: 
        !           298: /* Define to 1 if you have the <sys/epoll.h> header file. */
        !           299: #undef HAVE_SYS_EPOLL_H
        !           300: 
        !           301: /* Define to 1 if you have the <sys/event.h> header file. */
        !           302: #undef HAVE_SYS_EVENT_H
        !           303: 
        !           304: /* Define to 1 if you have the <sys/filio.h> header file. */
        !           305: #undef HAVE_SYS_FILIO_H
        !           306: 
        !           307: /* Define to 1 if you have the <sys/mman.h> header file. */
        !           308: #undef HAVE_SYS_MMAN_H
        !           309: 
        !           310: /* Define to 1 if you have the <sys/poll.h> header file. */
        !           311: #undef HAVE_SYS_POLL_H
        !           312: 
        !           313: /* Define to 1 if you have the <sys/prctl.h> header file. */
        !           314: #undef HAVE_SYS_PRCTL_H
        !           315: 
        !           316: /* Define to 1 if you have the <sys/resource.h> header file. */
        !           317: #undef HAVE_SYS_RESOURCE_H
        !           318: 
        !           319: /* Define to 1 if you have the <sys/select.h> header file. */
        !           320: #undef HAVE_SYS_SELECT_H
        !           321: 
        !           322: /* Define to 1 if you have the <sys/sendfile.h> header file. */
        !           323: #undef HAVE_SYS_SENDFILE_H
        !           324: 
        !           325: /* Define to 1 if you have the <sys/socket.h> header file. */
        !           326: #undef HAVE_SYS_SOCKET_H
        !           327: 
        !           328: /* Define to 1 if you have the <sys/stat.h> header file. */
        !           329: #undef HAVE_SYS_STAT_H
        !           330: 
        !           331: /* Define to 1 if you have the <sys/syslimits.h> header file. */
        !           332: #undef HAVE_SYS_SYSLIMITS_H
        !           333: 
        !           334: /* Define to 1 if you have the <sys/time.h> header file. */
        !           335: #undef HAVE_SYS_TIME_H
        !           336: 
        !           337: /* Define to 1 if you have the <sys/types.h> header file. */
        !           338: #undef HAVE_SYS_TYPES_H
        !           339: 
        !           340: /* Define to 1 if you have the <sys/uio.h> header file. */
        !           341: #undef HAVE_SYS_UIO_H
        !           342: 
        !           343: /* Define to 1 if you have the <sys/un.h> header file. */
        !           344: #undef HAVE_SYS_UN_H
        !           345: 
        !           346: /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
        !           347: #undef HAVE_SYS_WAIT_H
        !           348: 
        !           349: /* Define to 1 if you have the <unistd.h> header file. */
        !           350: #undef HAVE_UNISTD_H
        !           351: 
        !           352: /* libuuid */
        !           353: #undef HAVE_UUID
        !           354: 
        !           355: /* uuid/uuid.h is available */
        !           356: #undef HAVE_UUID_H
        !           357: 
        !           358: /* Define to 1 if you have the <uuid/uuid.h> header file. */
        !           359: #undef HAVE_UUID_UUID_H
        !           360: 
        !           361: /* Define to 1 if you have the <valgrind/valgrind.h> header file. */
        !           362: #undef HAVE_VALGRIND_VALGRIND_H
        !           363: 
        !           364: /* Define to 1 if you have the `vfork' function. */
        !           365: #undef HAVE_VFORK
        !           366: 
        !           367: /* Define to 1 if you have the <vfork.h> header file. */
        !           368: #undef HAVE_VFORK_H
        !           369: 
        !           370: /* Define to 1 if `fork' works. */
        !           371: #undef HAVE_WORKING_FORK
        !           372: 
        !           373: /* Define to 1 if `vfork' works. */
        !           374: #undef HAVE_WORKING_VFORK
        !           375: 
        !           376: /* Define to 1 if you have the `writev' function. */
        !           377: #undef HAVE_WRITEV
        !           378: 
        !           379: /* libattr */
        !           380: #undef HAVE_XATTR
        !           381: 
        !           382: /* Define to 1 if you have the <zlib.h> header file. */
        !           383: #undef HAVE_ZLIB_H
        !           384: 
        !           385: /* Using deprecated ldap api */
        !           386: #undef LDAP_DEPRECATED
        !           387: 
        !           388: /* lighttpd-version-id */
        !           389: #undef LIGHTTPD_VERSION_ID
        !           390: 
        !           391: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
        !           392:    slash. */
        !           393: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
        !           394: 
        !           395: /* Define to the sub-directory in which libtool stores uninstalled libraries.
        !           396:    */
        !           397: #undef LT_OBJDIR
        !           398: 
        !           399: /* Name of package */
        !           400: #undef PACKAGE
        !           401: 
        !           402: /* Define to the address where bug reports for this package should be sent. */
        !           403: #undef PACKAGE_BUGREPORT
        !           404: 
        !           405: /* Define to the full name of this package. */
        !           406: #undef PACKAGE_NAME
        !           407: 
        !           408: /* Define to the full name and version of this package. */
        !           409: #undef PACKAGE_STRING
        !           410: 
        !           411: /* Define to the one symbol short name of this package. */
        !           412: #undef PACKAGE_TARNAME
        !           413: 
        !           414: /* Define to the home page for this package. */
        !           415: #undef PACKAGE_URL
        !           416: 
        !           417: /* Define to the version of this package. */
        !           418: #undef PACKAGE_VERSION
        !           419: 
        !           420: /* Define as the return type of signal handlers (`int' or `void'). */
        !           421: #undef RETSIGTYPE
        !           422: 
        !           423: /* The size of `long', as computed by sizeof. */
        !           424: #undef SIZEOF_LONG
        !           425: 
        !           426: /* The size of `off_t', as computed by sizeof. */
        !           427: #undef SIZEOF_OFF_T
        !           428: 
        !           429: /* Define to 1 if you have the ANSI C header files. */
        !           430: #undef STDC_HEADERS
        !           431: 
        !           432: /* Enable extensions on AIX 3, Interix.  */
        !           433: #ifndef _ALL_SOURCE
        !           434: # undef _ALL_SOURCE
        !           435: #endif
        !           436: /* Enable GNU extensions on systems that have them.  */
        !           437: #ifndef _GNU_SOURCE
        !           438: # undef _GNU_SOURCE
        !           439: #endif
        !           440: /* Enable threading extensions on Solaris.  */
        !           441: #ifndef _POSIX_PTHREAD_SEMANTICS
        !           442: # undef _POSIX_PTHREAD_SEMANTICS
        !           443: #endif
        !           444: /* Enable extensions on HP NonStop.  */
        !           445: #ifndef _TANDEM_SOURCE
        !           446: # undef _TANDEM_SOURCE
        !           447: #endif
        !           448: /* Enable general extensions on Solaris.  */
        !           449: #ifndef __EXTENSIONS__
        !           450: # undef __EXTENSIONS__
        !           451: #endif
        !           452: 
        !           453: 
        !           454: /* Version number of package */
        !           455: #undef VERSION
        !           456: 
        !           457: /* Define to 1 if on MINIX. */
        !           458: #undef _MINIX
        !           459: 
        !           460: /* Define to 2 if the system does not provide POSIX.1 features except with
        !           461:    this defined. */
        !           462: #undef _POSIX_1_SOURCE
        !           463: 
        !           464: /* Define to 1 if you need to in order for `stat' and other things to work. */
        !           465: #undef _POSIX_SOURCE
        !           466: 
        !           467: /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
        !           468: #ifndef __CHAR_UNSIGNED__
        !           469: # undef __CHAR_UNSIGNED__
        !           470: #endif
        !           471: 
        !           472: /* Define to empty if `const' does not conform to ANSI C. */
        !           473: #undef const
        !           474: 
        !           475: /* Define to `__inline__' or `__inline' if that's what the C compiler
        !           476:    calls it, or to nothing if 'inline' is not supported under any name.  */
        !           477: #ifndef __cplusplus
        !           478: #undef inline
        !           479: #endif
        !           480: 
        !           481: /* Define to `long int' if <sys/types.h> does not define. */
        !           482: #undef off_t
        !           483: 
        !           484: /* Define to `int' if <sys/types.h> does not define. */
        !           485: #undef pid_t
        !           486: 
        !           487: /* Define to `unsigned int' if <sys/types.h> does not define. */
        !           488: #undef size_t
        !           489: 
        !           490: /* Define as `fork' if `vfork' does not work. */
        !           491: #undef vfork

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>