Annotation of embedaddon/arping/config.h.in, revision 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 `gettimeofday' function. */
! 7: #undef HAVE_GETTIMEOFDAY
! 8:
! 9: /* Define to 1 if you have the <inttypes.h> header file. */
! 10: #undef HAVE_INTTYPES_H
! 11:
! 12: /* Define to 1 if you have the `net' library (-lnet). */
! 13: #undef HAVE_LIBNET
! 14:
! 15: /* Define to 1 if you have the <libnet.h> header file. */
! 16: #undef HAVE_LIBNET_H
! 17:
! 18: /* Define to 1 if you have the `nsl' library (-lnsl). */
! 19: #undef HAVE_LIBNSL
! 20:
! 21: /* Define to 1 if you have the `pcap' library (-lpcap). */
! 22: #undef HAVE_LIBPCAP
! 23:
! 24: /* Define to 1 if you have the `socket' library (-lsocket). */
! 25: #undef HAVE_LIBSOCKET
! 26:
! 27: /* Define to 1 if you have the <memory.h> header file. */
! 28: #undef HAVE_MEMORY_H
! 29:
! 30: /* Define to 1 if you have the `memset' function. */
! 31: #undef HAVE_MEMSET
! 32:
! 33: /* Define to 1 if you have the <netinet/in.h> header file. */
! 34: #undef HAVE_NETINET_IN_H
! 35:
! 36: /* Define to 1 if you have the <net/bpf.h> header file. */
! 37: #undef HAVE_NET_BPF_H
! 38:
! 39: /* Define to 1 if you have the `select' function. */
! 40: #undef HAVE_SELECT
! 41:
! 42: /* Define to 1 if you have the <stdint.h> header file. */
! 43: #undef HAVE_STDINT_H
! 44:
! 45: /* Define to 1 if you have the <stdlib.h> header file. */
! 46: #undef HAVE_STDLIB_H
! 47:
! 48: /* Define to 1 if you have the `strchr' function. */
! 49: #undef HAVE_STRCHR
! 50:
! 51: /* Define to 1 if you have the `strdup' function. */
! 52: #undef HAVE_STRDUP
! 53:
! 54: /* Define to 1 if you have the `strerror' function. */
! 55: #undef HAVE_STRERROR
! 56:
! 57: /* Define to 1 if you have the <strings.h> header file. */
! 58: #undef HAVE_STRINGS_H
! 59:
! 60: /* Define to 1 if you have the <string.h> header file. */
! 61: #undef HAVE_STRING_H
! 62:
! 63: /* Define to 1 if you have the `strstr' function. */
! 64: #undef HAVE_STRSTR
! 65:
! 66: /* Define to 1 if you have the <sys/select.h> header file. */
! 67: #undef HAVE_SYS_SELECT_H
! 68:
! 69: /* Define to 1 if you have the <sys/socket.h> header file. */
! 70: #undef HAVE_SYS_SOCKET_H
! 71:
! 72: /* Define to 1 if you have the <sys/stat.h> header file. */
! 73: #undef HAVE_SYS_STAT_H
! 74:
! 75: /* Define to 1 if you have the <sys/time.h> header file. */
! 76: #undef HAVE_SYS_TIME_H
! 77:
! 78: /* Define to 1 if you have the <sys/types.h> header file. */
! 79: #undef HAVE_SYS_TYPES_H
! 80:
! 81: /* Define to 1 if you have the <unistd.h> header file. */
! 82: #undef HAVE_UNISTD_H
! 83:
! 84: /* Define to 1 if you have the <win32/libnet.h> header file. */
! 85: #undef HAVE_WIN32_LIBNET_H
! 86:
! 87: /* Name of package */
! 88: #undef PACKAGE
! 89:
! 90: /* Define to the address where bug reports for this package should be sent. */
! 91: #undef PACKAGE_BUGREPORT
! 92:
! 93: /* Define to the full name of this package. */
! 94: #undef PACKAGE_NAME
! 95:
! 96: /* Define to the full name and version of this package. */
! 97: #undef PACKAGE_STRING
! 98:
! 99: /* Define to the one symbol short name of this package. */
! 100: #undef PACKAGE_TARNAME
! 101:
! 102: /* Define to the version of this package. */
! 103: #undef PACKAGE_VERSION
! 104:
! 105: /* Define to 1 if the C compiler supports function prototypes. */
! 106: #undef PROTOTYPES
! 107:
! 108: /* Define as the return type of signal handlers (`int' or `void'). */
! 109: #undef RETSIGTYPE
! 110:
! 111: /* Define to the type of arg 1 for `select'. */
! 112: #undef SELECT_TYPE_ARG1
! 113:
! 114: /* Define to the type of args 2, 3 and 4 for `select'. */
! 115: #undef SELECT_TYPE_ARG234
! 116:
! 117: /* Define to the type of arg 5 for `select'. */
! 118: #undef SELECT_TYPE_ARG5
! 119:
! 120: /* Define to 1 if the `setvbuf' function takes the buffering type as its
! 121: second argument and the buffer pointer as the third, as on System V before
! 122: release 3. */
! 123: #undef SETVBUF_REVERSED
! 124:
! 125: /* Define to 1 if you have the ANSI C header files. */
! 126: #undef STDC_HEADERS
! 127:
! 128: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
! 129: #undef TIME_WITH_SYS_TIME
! 130:
! 131: /* Version number of package */
! 132: #undef VERSION
! 133:
! 134: /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
! 135: <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
! 136: #define below would cause a syntax error. */
! 137: #undef _UINT32_T
! 138:
! 139: /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
! 140: <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
! 141: #define below would cause a syntax error. */
! 142: #undef _UINT64_T
! 143:
! 144: /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
! 145: <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
! 146: #define below would cause a syntax error. */
! 147: #undef _UINT8_T
! 148:
! 149: /* Define like PROTOTYPES; this can be used by system headers. */
! 150: #undef __PROTOTYPES
! 151:
! 152: /* Define to empty if `const' does not conform to ANSI C. */
! 153: #undef const
! 154:
! 155: /* Define to the type of an unsigned integer type of width exactly 16 bits if
! 156: such a type exists and the standard includes do not define it. */
! 157: #undef uint16_t
! 158:
! 159: /* Define to the type of an unsigned integer type of width exactly 32 bits if
! 160: such a type exists and the standard includes do not define it. */
! 161: #undef uint32_t
! 162:
! 163: /* Define to the type of an unsigned integer type of width exactly 64 bits if
! 164: such a type exists and the standard includes do not define it. */
! 165: #undef uint64_t
! 166:
! 167: /* Define to the type of an unsigned integer type of width exactly 8 bits if
! 168: such a type exists and the standard includes do not define it. */
! 169: #undef uint8_t
! 170:
! 171: /* Define to empty if the keyword `volatile' does not work. Warning: valid
! 172: code using `volatile' can become incorrect without. Disable with care. */
! 173: #undef volatile
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>