Annotation of embedaddon/spawn-fcgi/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* Define to 1 if you have the <arpa/inet.h> header file. */
                      4: #undef HAVE_ARPA_INET_H
                      5: 
                      6: /* Define to 1 if your system has a working `chown' function. */
                      7: #undef HAVE_CHOWN
                      8: 
                      9: /* Define to 1 if you have the `dup2' function. */
                     10: #undef HAVE_DUP2
                     11: 
                     12: /* Define to 1 if you have the <errno.h> header file. */
                     13: #undef HAVE_ERRNO_H
                     14: 
                     15: /* Define to 1 if you have the <fcntl.h> header file. */
                     16: #undef HAVE_FCNTL_H
                     17: 
                     18: /* Define to 1 if you have the `fork' function. */
                     19: #undef HAVE_FORK
                     20: 
                     21: /* Define to 1 if you have the <getopt.h> header file. */
                     22: #undef HAVE_GETOPT_H
                     23: 
                     24: /* Define to 1 if you have the <grp.h> header file. */
                     25: #undef HAVE_GRP_H
                     26: 
                     27: /* Define to 1 if you have the `inet_pton' function. */
                     28: #undef HAVE_INET_PTON
                     29: 
                     30: /* Define to 1 if you have the <inttypes.h> header file. */
                     31: #undef HAVE_INTTYPES_H
                     32: 
                     33: /* Whether to enable IPv6 support */
                     34: #undef HAVE_IPV6
                     35: 
                     36: /* Define to 1 if you have the `issetugid' function. */
                     37: #undef HAVE_ISSETUGID
                     38: 
                     39: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
                     40:    to 0 otherwise. */
                     41: #undef HAVE_MALLOC
                     42: 
                     43: /* Define to 1 if you have the <memory.h> header file. */
                     44: #undef HAVE_MEMORY_H
                     45: 
                     46: /* Define to 1 if you have the `memset' function. */
                     47: #undef HAVE_MEMSET
                     48: 
                     49: /* Define to 1 if you have the <netdb.h> header file. */
                     50: #undef HAVE_NETDB_H
                     51: 
                     52: /* Define to 1 if you have the <netinet/in.h> header file. */
                     53: #undef HAVE_NETINET_IN_H
                     54: 
                     55: /* Define to 1 if you have the <netinet/tcp.h> header file. */
                     56: #undef HAVE_NETINET_TCP_H
                     57: 
                     58: /* Define to 1 if you have the `putenv' function. */
                     59: #undef HAVE_PUTENV
                     60: 
                     61: /* Define to 1 if you have the <pwd.h> header file. */
                     62: #undef HAVE_PWD_H
                     63: 
                     64: /* Define to 1 if you have the `select' function. */
                     65: #undef HAVE_SELECT
                     66: 
                     67: /* Define to 1 if you have the `socket' function. */
                     68: #undef HAVE_SOCKET
                     69: 
                     70: /* Define to 1 if the system has the type `socklen_t'. */
                     71: #undef HAVE_SOCKLEN_T
                     72: 
                     73: /* Define to 1 if `stat' has the bug that it succeeds when given the
                     74:    zero-length file name argument. */
                     75: #undef HAVE_STAT_EMPTY_STRING_BUG
                     76: 
                     77: /* Define to 1 if you have the <stdint.h> header file. */
                     78: #undef HAVE_STDINT_H
                     79: 
                     80: /* Define to 1 if you have the <stdio.h> header file. */
                     81: #undef HAVE_STDIO_H
                     82: 
                     83: /* Define to 1 if you have the <stdlib.h> header file. */
                     84: #undef HAVE_STDLIB_H
                     85: 
                     86: /* Define to 1 if you have the `strerror' function. */
                     87: #undef HAVE_STRERROR
                     88: 
                     89: /* Define to 1 if you have the <strings.h> header file. */
                     90: #undef HAVE_STRINGS_H
                     91: 
                     92: /* Define to 1 if you have the <string.h> header file. */
                     93: #undef HAVE_STRING_H
                     94: 
                     95: /* Define to 1 if you have the `strtol' function. */
                     96: #undef HAVE_STRTOL
                     97: 
                     98: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                     99: #undef HAVE_SYS_IOCTL_H
                    100: 
                    101: /* Define to 1 if you have the <sys/select.h> header file. */
                    102: #undef HAVE_SYS_SELECT_H
                    103: 
                    104: /* Define to 1 if you have the <sys/socket.h> header file. */
                    105: #undef HAVE_SYS_SOCKET_H
                    106: 
                    107: /* Define to 1 if you have the <sys/stat.h> header file. */
                    108: #undef HAVE_SYS_STAT_H
                    109: 
                    110: /* Define to 1 if you have the <sys/time.h> header file. */
                    111: #undef HAVE_SYS_TIME_H
                    112: 
                    113: /* Define to 1 if you have the <sys/types.h> header file. */
                    114: #undef HAVE_SYS_TYPES_H
                    115: 
                    116: /* Define to 1 if you have the <sys/un.h> header file. */
                    117: #undef HAVE_SYS_UN_H
                    118: 
                    119: /* Define to 1 if you have the <sys/wait.h> header file. */
                    120: #undef HAVE_SYS_WAIT_H
                    121: 
                    122: /* Define to 1 if you have the <unistd.h> header file. */
                    123: #undef HAVE_UNISTD_H
                    124: 
                    125: /* Define to 1 if you have the `vfork' function. */
                    126: #undef HAVE_VFORK
                    127: 
                    128: /* Define to 1 if you have the <vfork.h> header file. */
                    129: #undef HAVE_VFORK_H
                    130: 
                    131: /* Define to 1 if `fork' works. */
                    132: #undef HAVE_WORKING_FORK
                    133: 
                    134: /* Define to 1 if `vfork' works. */
                    135: #undef HAVE_WORKING_VFORK
                    136: 
                    137: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
                    138:    slash. */
                    139: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
                    140: 
                    141: /* Name of package */
                    142: #undef PACKAGE
                    143: 
                    144: /* Define to the address where bug reports for this package should be sent. */
                    145: #undef PACKAGE_BUGREPORT
                    146: 
                    147: /* Define to the full name of this package. */
                    148: #undef PACKAGE_NAME
                    149: 
                    150: /* Define to the full name and version of this package. */
                    151: #undef PACKAGE_STRING
                    152: 
                    153: /* Define to the one symbol short name of this package. */
                    154: #undef PACKAGE_TARNAME
                    155: 
                    156: /* Define to the home page for this package. */
                    157: #undef PACKAGE_URL
                    158: 
                    159: /* Define to the version of this package. */
                    160: #undef PACKAGE_VERSION
                    161: 
                    162: /* Define to the type of arg 1 for `select'. */
                    163: #undef SELECT_TYPE_ARG1
                    164: 
                    165: /* Define to the type of args 2, 3 and 4 for `select'. */
                    166: #undef SELECT_TYPE_ARG234
                    167: 
                    168: /* Define to the type of arg 5 for `select'. */
                    169: #undef SELECT_TYPE_ARG5
                    170: 
                    171: /* Define to 1 if you have the ANSI C header files. */
                    172: #undef STDC_HEADERS
                    173: 
                    174: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    175: #undef TIME_WITH_SYS_TIME
                    176: 
                    177: /* Version number of package */
                    178: #undef VERSION
                    179: 
                    180: /* Define to empty if `const' does not conform to ANSI C. */
                    181: #undef const
                    182: 
                    183: /* Define to `int' if <sys/types.h> doesn't define. */
                    184: #undef gid_t
                    185: 
                    186: /* Define to rpl_malloc if the replacement function should be used. */
                    187: #undef malloc
                    188: 
                    189: /* Define to `int' if <sys/types.h> does not define. */
                    190: #undef pid_t
                    191: 
                    192: /* Define to `int' if <sys/types.h> doesn't define. */
                    193: #undef uid_t
                    194: 
                    195: /* Define as `fork' if `vfork' does not work. */
                    196: #undef vfork

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