Annotation of embedaddon/coova-chilli/config.h.in, revision 1.1.1.1

1.1       misho       1: /* config.h.in.  Generated from configure.in 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 you have the <asm/types.h> header file. */
                      7: #undef HAVE_ASM_TYPES_H
                      8: 
                      9: /* Define to 1 if you have the <dlfcn.h> header file. */
                     10: #undef HAVE_DLFCN_H
                     11: 
                     12: /* Define to 1 if you have the <endian.h> header file. */
                     13: #undef HAVE_ENDIAN_H
                     14: 
                     15: /* Define to 1 if you have the <errno.h> header file. */
                     16: #undef HAVE_ERRNO_H
                     17: 
                     18: /* Define to 1 if you have the <fcntl.h> header file. */
                     19: #undef HAVE_FCNTL_H
                     20: 
                     21: /* Define to 1 if you have the `fork' function. */
                     22: #undef HAVE_FORK
                     23: 
                     24: /* Define to 1 if you have the `gethostbyname' function. */
                     25: #undef HAVE_GETHOSTBYNAME
                     26: 
                     27: /* Define to 1 if you have the `getline' function. */
                     28: #undef HAVE_GETLINE
                     29: 
                     30: /* Define to 1 if you have the `getprotoent' function. */
                     31: #undef HAVE_GETPROTOENT
                     32: 
                     33: /* Define to 1 if you have the `gettimeofday' function. */
                     34: #undef HAVE_GETTIMEOFDAY
                     35: 
                     36: /* Define to 1 if you have the `inet_ntoa' function. */
                     37: #undef HAVE_INET_NTOA
                     38: 
                     39: /* Define to 1 if you have the <inttypes.h> header file. */
                     40: #undef HAVE_INTTYPES_H
                     41: 
                     42: /* Define to 1 if you have the `resolv' library (-lresolv). */
                     43: #undef HAVE_LIBRESOLV
                     44: 
                     45: /* Define to 1 if you have the <memory.h> header file. */
                     46: #undef HAVE_MEMORY_H
                     47: 
                     48: /* Define to 1 if you have the `memset' function. */
                     49: #undef HAVE_MEMSET
                     50: 
                     51: /* Define to 1 if you have the <netdb.h> header file. */
                     52: #undef HAVE_NETDB_H
                     53: 
                     54: /* Define to 1 if you have the <netinet/in.h> header file. */
                     55: #undef HAVE_NETINET_IN_H
                     56: 
                     57: /* Define to 1 if you have the <net/ethernet.h> header file. */
                     58: #undef HAVE_NET_ETHERNET_H
                     59: 
                     60: /* Define to 1 if you have the <net/if_arp.h> header file. */
                     61: #undef HAVE_NET_IF_ARP_H
                     62: 
                     63: /* Define to 1 if you have the <net/if.h> header file. */
                     64: #undef HAVE_NET_IF_H
                     65: 
                     66: /* Define to 1 if you have the <net/if_tun.h> header file. */
                     67: #undef HAVE_NET_IF_TUN_H
                     68: 
                     69: /* Define to 1 if you have the <net/route.h> header file. */
                     70: #undef HAVE_NET_ROUTE_H
                     71: 
                     72: /* Define to 1 if you have the <resolv.h> header file. */
                     73: #undef HAVE_RESOLV_H
                     74: 
                     75: /* Define to 1 if you have the `select' function. */
                     76: #undef HAVE_SELECT
                     77: 
                     78: /* Define to 1 if you have the `socket' function. */
                     79: #undef HAVE_SOCKET
                     80: 
                     81: /* Define to 1 if you have the <stdint.h> header file. */
                     82: #undef HAVE_STDINT_H
                     83: 
                     84: /* Define to 1 if you have the <stdlib.h> header file. */
                     85: #undef HAVE_STDLIB_H
                     86: 
                     87: /* Define to 1 if you have the `strdup' function. */
                     88: #undef HAVE_STRDUP
                     89: 
                     90: /* Define to 1 if you have the `strerror' function. */
                     91: #undef HAVE_STRERROR
                     92: 
                     93: /* Define to 1 if you have the <strings.h> header file. */
                     94: #undef HAVE_STRINGS_H
                     95: 
                     96: /* Define to 1 if you have the <string.h> header file. */
                     97: #undef HAVE_STRING_H
                     98: 
                     99: /* Define to 1 if you have the `strstr' function. */
                    100: #undef HAVE_STRSTR
                    101: 
                    102: /* Define to 1 if you have the `strtol' function. */
                    103: #undef HAVE_STRTOL
                    104: 
                    105: /* Define to 1 if you have the <syslog.h> header file. */
                    106: #undef HAVE_SYSLOG_H
                    107: 
                    108: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                    109: #undef HAVE_SYS_IOCTL_H
                    110: 
                    111: /* Define to 1 if you have the <sys/ipc.h> header file. */
                    112: #undef HAVE_SYS_IPC_H
                    113: 
                    114: /* Define to 1 if you have the <sys/msg.h> header file. */
                    115: #undef HAVE_SYS_MSG_H
                    116: 
                    117: /* Define to 1 if you have the <sys/param.h> header file. */
                    118: #undef HAVE_SYS_PARAM_H
                    119: 
                    120: /* Define to 1 if you have the <sys/select.h> header file. */
                    121: #undef HAVE_SYS_SELECT_H
                    122: 
                    123: /* Define to 1 if you have the <sys/socket.h> header file. */
                    124: #undef HAVE_SYS_SOCKET_H
                    125: 
                    126: /* Define to 1 if you have the <sys/stat.h> header file. */
                    127: #undef HAVE_SYS_STAT_H
                    128: 
                    129: /* Define to 1 if you have the <sys/time.h> header file. */
                    130: #undef HAVE_SYS_TIME_H
                    131: 
                    132: /* Define to 1 if you have the <sys/types.h> header file. */
                    133: #undef HAVE_SYS_TYPES_H
                    134: 
                    135: /* Define to 1 if you have the <sys/un.h> header file. */
                    136: #undef HAVE_SYS_UN_H
                    137: 
                    138: /* Define to 1 if you have the <sys/wait.h> header file. */
                    139: #undef HAVE_SYS_WAIT_H
                    140: 
                    141: /* Define to 1 if you have the <unistd.h> header file. */
                    142: #undef HAVE_UNISTD_H
                    143: 
                    144: /* Define to 1 if you have the `vfork' function. */
                    145: #undef HAVE_VFORK
                    146: 
                    147: /* Define to 1 if you have the <vfork.h> header file. */
                    148: #undef HAVE_VFORK_H
                    149: 
                    150: /* Define to 1 if `fork' works. */
                    151: #undef HAVE_WORKING_FORK
                    152: 
                    153: /* Define to 1 if `vfork' works. */
                    154: #undef HAVE_WORKING_VFORK
                    155: 
                    156: /* Name of package */
                    157: #undef PACKAGE
                    158: 
                    159: /* Define to the address where bug reports for this package should be sent. */
                    160: #undef PACKAGE_BUGREPORT
                    161: 
                    162: /* Define to the full name of this package. */
                    163: #undef PACKAGE_NAME
                    164: 
                    165: /* Define to the full name and version of this package. */
                    166: #undef PACKAGE_STRING
                    167: 
                    168: /* Define to the one symbol short name of this package. */
                    169: #undef PACKAGE_TARNAME
                    170: 
                    171: /* Define to the version of this package. */
                    172: #undef PACKAGE_VERSION
                    173: 
                    174: /* Define to the type of arg 1 for `select'. */
                    175: #undef SELECT_TYPE_ARG1
                    176: 
                    177: /* Define to the type of args 2, 3 and 4 for `select'. */
                    178: #undef SELECT_TYPE_ARG234
                    179: 
                    180: /* Define to the type of arg 5 for `select'. */
                    181: #undef SELECT_TYPE_ARG5
                    182: 
                    183: /* Define to 1 if you have the ANSI C header files. */
                    184: #undef STDC_HEADERS
                    185: 
                    186: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    187: #undef TIME_WITH_SYS_TIME
                    188: 
                    189: /* Version number of package */
                    190: #undef VERSION
                    191: 
                    192: /* Define to empty if `const' does not conform to ANSI C. */
                    193: #undef const
                    194: 
                    195: /* Define to `int' if <sys/types.h> does not define. */
                    196: #undef mode_t
                    197: 
                    198: /* Define to `int' if <sys/types.h> does not define. */
                    199: #undef pid_t
                    200: 
                    201: /* Define as `fork' if `vfork' does not work. */
                    202: #undef vfork

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