Annotation of embedaddon/dhcdrop/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 you have the `bzero' function. */
                      7: #undef HAVE_BZERO
                      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 <errno.h> header file. */
                     13: #undef HAVE_ERRNO_H
                     14: 
                     15: /* Define to 1 if you have the `fork' function. */
                     16: #undef HAVE_FORK
                     17: 
                     18: /* Define to 1 if you have the `inet_ntoa' function. */
                     19: #undef HAVE_INET_NTOA
                     20: 
                     21: /* Define to 1 if you have the <inttypes.h> header file. */
                     22: #undef HAVE_INTTYPES_H
                     23: 
                     24: /* Define to 1 if you have the `pcap' library (-lpcap). */
                     25: #undef HAVE_LIBPCAP
                     26: 
                     27: /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
                     28:    to 0 otherwise. */
                     29: #undef HAVE_MALLOC
                     30: 
                     31: /* Define to 1 if you have the <memory.h> header file. */
                     32: #undef HAVE_MEMORY_H
                     33: 
                     34: /* Define to 1 if you have the `memset' function. */
                     35: #undef HAVE_MEMSET
                     36: 
                     37: /* Define to 1 if you have the <netinet/in.h> header file. */
                     38: #undef HAVE_NETINET_IN_H
                     39: 
                     40: /* Define to 1 if you have the `pcap_close' function. */
                     41: #undef HAVE_PCAP_CLOSE
                     42: 
                     43: /* Define to 1 if you have the `pcap_compile' function. */
                     44: #undef HAVE_PCAP_COMPILE
                     45: 
                     46: /* Define to 1 if you have the `pcap_datalink' function. */
                     47: #undef HAVE_PCAP_DATALINK
                     48: 
                     49: /* Define to 1 if you have the `pcap_dispatch' function. */
                     50: #undef HAVE_PCAP_DISPATCH
                     51: 
                     52: /* Define to 1 if you have the `pcap_findalldevs' function. */
                     53: #undef HAVE_PCAP_FINDALLDEVS
                     54: 
                     55: /* Define to 1 if you have the `pcap_freealldevs' function. */
                     56: #undef HAVE_PCAP_FREEALLDEVS
                     57: 
                     58: /* Define to 1 if you have the `pcap_freecode' function. */
                     59: #undef HAVE_PCAP_FREECODE
                     60: 
                     61: /* Define to 1 if you have the <pcap.h> header file. */
                     62: #undef HAVE_PCAP_H
                     63: 
                     64: /* Define to 1 if you have the `pcap_inject' function. */
                     65: #undef HAVE_PCAP_INJECT
                     66: 
                     67: /* Define to 1 if you have the `pcap_open_live' function. */
                     68: #undef HAVE_PCAP_OPEN_LIVE
                     69: 
                     70: /* Define to 1 if you have the `pcap_perror' function. */
                     71: #undef HAVE_PCAP_PERROR
                     72: 
                     73: /* Define to 1 if you have the `pcap_setfilter' function. */
                     74: #undef HAVE_PCAP_SETFILTER
                     75: 
                     76: /* Define to 1 if you have the `pcap_setnonblock' function. */
                     77: #undef HAVE_PCAP_SETNONBLOCK
                     78: 
                     79: /* Define to 1 if you have the <signal.h> header file. */
                     80: #undef HAVE_SIGNAL_H
                     81: 
                     82: /* Define to 1 if you have the <stdint.h> header file. */
                     83: #undef HAVE_STDINT_H
                     84: 
                     85: /* Define to 1 if you have the <stdio.h> header file. */
                     86: #undef HAVE_STDIO_H
                     87: 
                     88: /* Define to 1 if you have the <stdlib.h> header file. */
                     89: #undef HAVE_STDLIB_H
                     90: 
                     91: /* Define to 1 if you have the <strings.h> header file. */
                     92: #undef HAVE_STRINGS_H
                     93: 
                     94: /* Define to 1 if you have the <string.h> header file. */
                     95: #undef HAVE_STRING_H
                     96: 
                     97: /* Define to 1 if you have the <sys/socket.h> header file. */
                     98: #undef HAVE_SYS_SOCKET_H
                     99: 
                    100: /* Define to 1 if you have the <sys/stat.h> header file. */
                    101: #undef HAVE_SYS_STAT_H
                    102: 
                    103: /* Define to 1 if you have the <sys/types.h> header file. */
                    104: #undef HAVE_SYS_TYPES_H
                    105: 
                    106: /* Define to 1 if you have the <sys/wait.h> header file. */
                    107: #undef HAVE_SYS_WAIT_H
                    108: 
                    109: /* Define to 1 if you have the <time.h> header file. */
                    110: #undef HAVE_TIME_H
                    111: 
                    112: /* Define to 1 if you have the <unistd.h> header file. */
                    113: #undef HAVE_UNISTD_H
                    114: 
                    115: /* Define to 1 if you have the `vfork' function. */
                    116: #undef HAVE_VFORK
                    117: 
                    118: /* Define to 1 if you have the <vfork.h> header file. */
                    119: #undef HAVE_VFORK_H
                    120: 
                    121: /* Define to 1 if `fork' works. */
                    122: #undef HAVE_WORKING_FORK
                    123: 
                    124: /* Define to 1 if `vfork' works. */
                    125: #undef HAVE_WORKING_VFORK
                    126: 
                    127: /* Name of package */
                    128: #undef PACKAGE
                    129: 
                    130: /* Define to the address where bug reports for this package should be sent. */
                    131: #undef PACKAGE_BUGREPORT
                    132: 
                    133: /* Define to the full name of this package. */
                    134: #undef PACKAGE_NAME
                    135: 
                    136: /* Define to the full name and version of this package. */
                    137: #undef PACKAGE_STRING
                    138: 
                    139: /* Define to the one symbol short name of this package. */
                    140: #undef PACKAGE_TARNAME
                    141: 
                    142: /* Define to the version of this package. */
                    143: #undef PACKAGE_VERSION
                    144: 
                    145: /* Define as the return type of signal handlers (`int' or `void'). */
                    146: #undef RETSIGTYPE
                    147: 
                    148: /* Define to 1 if you have the ANSI C header files. */
                    149: #undef STDC_HEADERS
                    150: 
                    151: /* Version number of package */
                    152: #undef VERSION
                    153: 
                    154: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
                    155:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    156:    #define below would cause a syntax error. */
                    157: #undef _UINT32_T
                    158: 
                    159: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
                    160:    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
                    161:    #define below would cause a syntax error. */
                    162: #undef _UINT8_T
                    163: 
                    164: /* Define to empty if `const' does not conform to ANSI C. */
                    165: #undef const
                    166: 
                    167: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    168:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    169: #ifndef __cplusplus
                    170: #undef inline
                    171: #endif
                    172: 
                    173: /* Define to rpl_malloc if the replacement function should be used. */
                    174: #undef malloc
                    175: 
                    176: /* Define to `int' if <sys/types.h> does not define. */
                    177: #undef pid_t
                    178: 
                    179: /* Define to the type of an unsigned integer type of width exactly 16 bits if
                    180:    such a type exists and the standard includes do not define it. */
                    181: #undef uint16_t
                    182: 
                    183: /* Define to the type of an unsigned integer type of width exactly 32 bits if
                    184:    such a type exists and the standard includes do not define it. */
                    185: #undef uint32_t
                    186: 
                    187: /* Define to the type of an unsigned integer type of width exactly 8 bits if
                    188:    such a type exists and the standard includes do not define it. */
                    189: #undef uint8_t
                    190: 
                    191: /* Define as `fork' if `vfork' does not work. */
                    192: #undef vfork

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