1/* config.h.in. Generated automatically from configure.in by autoheader. */ 2 3/* Define to empty if the keyword does not work. */ 4#undef const 5 6/* Long story short: aclocal.m4 depends on autoconf 2.13 7 * implementation details wrt "const"; newer versions 8 * have different implementation details so for now we 9 * put "const" here. This may cause duplicate definitions 10 * in config.h but that should be OK since they're the same. 11 */ 12#undef const 13 14/* Define if you have the ether_hostton function. */ 15#undef HAVE_ETHER_HOSTTON 16 17/* Define if you have the snprintf function. */ 18#undef HAVE_SNPRINTF 19 20/* Define if you have the strerror function. */ 21#undef HAVE_STRERROR 22 23/* Define if you have the strlcpy function. */ 24#undef HAVE_STRLCPY 25 26/* Define if you have the vsnprintf function. */ 27#undef HAVE_VSNPRINTF 28 29/* Define if you have the <ifaddrs.h> header file. */ 30#undef HAVE_IFADDRS_H 31 32/* Define if you have the <limits.h> header file. */ 33#undef HAVE_LIMITS_H 34 35/* Define if you have the <netinet/if_ether.h> header file. */ 36#undef HAVE_NETINET_IF_ETHER_H 37 38/* Define if you have the <sys/bufmod.h> header file. */ 39#undef HAVE_SYS_BUFMOD_H 40 41/* Define if you have the <sys/dlpi_ext.h> header file. */ 42#undef HAVE_SYS_DLPI_EXT_H 43 44/* Define if you have the <sys/ioccom.h> header file. */ 45#undef HAVE_SYS_IOCCOM_H 46 47/* Define if you have the <sys/sockio.h> header file. */ 48#undef HAVE_SYS_SOCKIO_H 49 50/* needed on HP-UX */ 51#undef _HPUX_SOURCE 52 53/* Define as token for inline if inlining supported */ 54#undef inline 55 56/* define if your compiler has __attribute__ */ 57#undef HAVE___ATTRIBUTE__ 58 59/* if we have u_int8_t */ 60#undef u_int8_t 61 62/* if we have u_int16_t */ 63#undef u_int16_t 64 65/* if we have u_int32_t */ 66#undef u_int32_t 67 68/* do not use protochain */ 69#undef NO_PROTOCHAIN 70 71/* IPv6 */ 72#undef INET6 73 74/* Enable optimizer debugging */ 75#undef BDEBUG 76 77/* Enable parser debugging */ 78#undef YYDEBUG 79 80/* define if you have a /dev/dlpi */ 81#undef HAVE_DEV_DLPI 82 83/* /dev/dlpi directory */ 84#undef PCAP_DEV_PREFIX 85 86/* if if_packet.h has tpacket_stats defined */ 87#undef HAVE_TPACKET_STATS 88 89/* define if you have a /proc/net/dev */ 90#undef HAVE_PROC_NET_DEV 91 92/* define if you have a DAG API */ 93#undef HAVE_DAG_API 94 95/* define on AIX to get certain functions */ 96#undef _SUN 97 98/* on HP-UX 9.x */ 99#undef HAVE_HPUX9 100 101/* on HP-UX 10.20 */ 102#undef HAVE_HPUX10_20 103 104/* on sinix */ 105#undef sinix 106 107/* On solaris */ 108#undef HAVE_SOLARIS 109 110/* if there's an os_proto.h */ 111#undef HAVE_OS_PROTO_H 112 113/* if struct sockaddr has sa_len */ 114#undef HAVE_SOCKADDR_SA_LEN 115 116/* if struct sockaddr_storage exists */ 117#undef HAVE_SOCKADDR_STORAGE 118 119/* if ppa_info_t_dl_module_id exists */ 120#undef HAVE_HP_PPA_INFO_T_DL_MODULE_ID_1 121 122/* if unaligned access fails */ 123#undef LBL_ALIGN 124 125