Home | History | Annotate | Download | only in tcpdump
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* define if you want to build the possibly-buggy SMB printer */
      5 #define ENABLE_SMB 1
      6 
      7 /* Define to 1 if you have the `alarm' function. */
      8 #define HAVE_ALARM 1
      9 
     10 /* Define to 1 if you have the `bpf_dump' function. */
     11 #define HAVE_BPF_DUMP 1
     12 
     13 /* capsicum support available */
     14 /* #undef HAVE_CAPSICUM */
     15 
     16 /* Define to 1 if you have the `cap_enter' function. */
     17 /* #undef HAVE_CAP_ENTER */
     18 
     19 /* Define to 1 if you have the `cap_ioctls_limit' function. */
     20 /* #undef HAVE_CAP_IOCTLS_LIMIT */
     21 
     22 /* Define to 1 if you have the <cap-ng.h> header file. */
     23 /* #undef HAVE_CAP_NG_H */
     24 
     25 /* Define to 1 if you have the `cap_rights_limit' function. */
     26 /* #undef HAVE_CAP_RIGHTS_LIMIT */
     27 
     28 /* Define to 1 if you have the declaration of `ether_ntohost', and to 0 if you
     29    don't. */
     30 #define HAVE_DECL_ETHER_NTOHOST 0
     31 
     32 /* define if you have the dnet_htoa function */
     33 /* #undef HAVE_DNET_HTOA */
     34 
     35 /* Define to 1 if you have the `ether_ntohost' function. */
     36 /* #undef HAVE_ETHER_NTOHOST */
     37 
     38 /* Define to 1 if you have the `EVP_CIPHER_CTX_new' function. */
     39 #define HAVE_EVP_CIPHER_CTX_NEW 1
     40 
     41 /* Define to 1 if you have the <fcntl.h> header file. */
     42 #define HAVE_FCNTL_H 1
     43 
     44 /* Define to 1 if you have the `fork' function. */
     45 #define HAVE_FORK 1
     46 
     47 /* Define to 1 if you have the `getopt_long' function. */
     48 #define HAVE_GETOPT_LONG 1
     49 
     50 /* define if you have getrpcbynumber() */
     51 #define HAVE_GETRPCBYNUMBER 1
     52 
     53 /* Define to 1 if you have the <inttypes.h> header file. */
     54 #define HAVE_INTTYPES_H 1
     55 
     56 /* Define to 1 if you have the `cap-ng' library (-lcap-ng). */
     57 /* #undef HAVE_LIBCAP_NG */
     58 
     59 /* Define to 1 if you have the `crypto' library (-lcrypto). */
     60 #define HAVE_LIBCRYPTO 1
     61 
     62 /* Define to 1 if you have the `rpc' library (-lrpc). */
     63 /* #undef HAVE_LIBRPC */
     64 
     65 /* Define to 1 if you have the <memory.h> header file. */
     66 #define HAVE_MEMORY_H 1
     67 
     68 /* Define to 1 if you have the <netdnet/dnetdb.h> header file. */
     69 /* #undef HAVE_NETDNET_DNETDB_H */
     70 
     71 /* define if you have a dnet_htoa declaration in <netdnet/dnetdb.h> */
     72 /* #undef HAVE_NETDNET_DNETDB_H_DNET_HTOA */
     73 
     74 /* Define to 1 if you have the <netinet/ether.h> header file. */
     75 #define HAVE_NETINET_ETHER_H 1
     76 
     77 /* Define to 1 if you have the <netinet/if_ether.h> header file. */
     78 #define HAVE_NETINET_IF_ETHER_H 1
     79 
     80 /* Define to 1 if you have the <net/if_pflog.h> header file. */
     81 /* #undef HAVE_NET_IF_PFLOG_H */
     82 
     83 /* Define to 1 if you have the <net/pfvar.h> header file. */
     84 /* #undef HAVE_NET_PFVAR_H */
     85 
     86 /* Define to 1 if you have the `openat' function. */
     87 #define HAVE_OPENAT 1
     88 
     89 /* Define to 1 if you have the <openssl/evp.h> header file. */
     90 #define HAVE_OPENSSL_EVP_H 1
     91 
     92 /* define if the OS provides AF_INET6 and struct in6_addr */
     93 #define HAVE_OS_IPV6_SUPPORT 1
     94 
     95 /* if there's an os_proto.h for this platform, to use additional prototypes */
     96 /* #undef HAVE_OS_PROTO_H */
     97 
     98 /* Define to 1 if you have the <pcap/bluetooth.h> header file. */
     99 #define HAVE_PCAP_BLUETOOTH_H 1
    100 
    101 /* Define to 1 if you have the `pcap_breakloop' function. */
    102 #define HAVE_PCAP_BREAKLOOP 1
    103 
    104 /* Define to 1 if you have the `pcap_create' function. */
    105 #define HAVE_PCAP_CREATE 1
    106 
    107 /* define if libpcap has pcap_datalink_name_to_val() */
    108 #define HAVE_PCAP_DATALINK_NAME_TO_VAL 1
    109 
    110 /* define if libpcap has pcap_datalink_val_to_description() */
    111 #define HAVE_PCAP_DATALINK_VAL_TO_DESCRIPTION 1
    112 
    113 /* define if libpcap has pcap_debug */
    114 /* #undef HAVE_PCAP_DEBUG */
    115 
    116 /* Define to 1 if you have the `pcap_dump_flush' function. */
    117 #define HAVE_PCAP_DUMP_FLUSH 1
    118 
    119 /* define if libpcap has pcap_dump_ftell() */
    120 #define HAVE_PCAP_DUMP_FTELL 1
    121 
    122 /* Define to 1 if you have the `pcap_findalldevs' function. */
    123 #define HAVE_PCAP_FINDALLDEVS 1
    124 
    125 /* Define to 1 if you have the `pcap_free_datalinks' function. */
    126 #define HAVE_PCAP_FREE_DATALINKS 1
    127 
    128 /* Define to 1 if the system has the type `pcap_if_t'. */
    129 #define HAVE_PCAP_IF_T 1
    130 
    131 /* Define to 1 if you have the `pcap_lib_version' function. */
    132 #define HAVE_PCAP_LIB_VERSION 1
    133 
    134 /* define if libpcap has pcap_list_datalinks() */
    135 #define HAVE_PCAP_LIST_DATALINKS 1
    136 
    137 /* Define to 1 if you have the <pcap/nflog.h> header file. */
    138 #define HAVE_PCAP_NFLOG_H 1
    139 
    140 /* Define to 1 if you have the `pcap_setdirection' function. */
    141 #define HAVE_PCAP_SETDIRECTION 1
    142 
    143 /* Define to 1 if you have the `pcap_set_datalink' function. */
    144 #define HAVE_PCAP_SET_DATALINK 1
    145 
    146 /* Define to 1 if you have the `pcap_set_immediate_mode' function. */
    147 #define HAVE_PCAP_SET_IMMEDIATE_MODE 1
    148 
    149 /* Define to 1 if you have the `pcap_set_optimizer_debug' function. */
    150 /* #undef HAVE_PCAP_SET_OPTIMIZER_DEBUG */
    151 
    152 /* Define to 1 if you have the `pcap_set_parser_debug' function. */
    153 /* #undef HAVE_PCAP_SET_PARSER_DEBUG */
    154 
    155 /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
    156 #define HAVE_PCAP_SET_TSTAMP_PRECISION 1
    157 
    158 /* Define to 1 if you have the `pcap_set_tstamp_type' function. */
    159 #define HAVE_PCAP_SET_TSTAMP_TYPE 1
    160 
    161 /* Define to 1 if you have the <pcap/usb.h> header file. */
    162 #define HAVE_PCAP_USB_H 1
    163 
    164 /* define if libpcap has pcap_version */
    165 /* #undef HAVE_PCAP_VERSION */
    166 
    167 /* Define to 1 if you have the `pfopen' function. */
    168 /* #undef HAVE_PFOPEN */
    169 
    170 /* Define to 1 if you have the <rpc/rpcent.h> header file. */
    171 /* #undef HAVE_RPC_RPCENT_H */
    172 
    173 /* Define to 1 if you have the <rpc/rpc.h> header file. */
    174 /* #undef HAVE_RPC_RPC_H */
    175 
    176 /* Define to 1 if you have the `setlinebuf' function. */
    177 #define HAVE_SETLINEBUF 1
    178 
    179 /* Define to 1 if you have the `sigaction' function. */
    180 #define HAVE_SIGACTION 1
    181 
    182 /* Define to 1 if you have the `sigset' function. */
    183 /* #undef HAVE_SIGSET */
    184 
    185 /* Define to 1 if you have the `snprintf' function. */
    186 #define HAVE_SNPRINTF 1
    187 
    188 /* if struct sockaddr has the sa_len member */
    189 /* #undef HAVE_SOCKADDR_SA_LEN */
    190 
    191 /* Define to 1 if you have the <stdint.h> header file. */
    192 #define HAVE_STDINT_H 1
    193 
    194 /* Define to 1 if you have the <stdlib.h> header file. */
    195 #define HAVE_STDLIB_H 1
    196 
    197 /* Define to 1 if you have the `strdup' function. */
    198 #define HAVE_STRDUP 1
    199 
    200 /* Define to 1 if you have the `strftime' function. */
    201 #define HAVE_STRFTIME 1
    202 
    203 /* Define to 1 if you have the <strings.h> header file. */
    204 #define HAVE_STRINGS_H 1
    205 
    206 /* Define to 1 if you have the <string.h> header file. */
    207 #define HAVE_STRING_H 1
    208 
    209 /* Define to 1 if you have the `strlcat' function. */
    210 #define HAVE_STRLCAT 1
    211 
    212 /* Define to 1 if you have the `strlcpy' function. */
    213 #define HAVE_STRLCPY 1
    214 
    215 /* Define to 1 if you have the `strsep' function. */
    216 #define HAVE_STRSEP 1
    217 
    218 /* Define to 1 if the system has the type `struct ether_addr'. */
    219 /* #undef HAVE_STRUCT_ETHER_ADDR */
    220 
    221 /* Define to 1 if you have the <sys/stat.h> header file. */
    222 #define HAVE_SYS_STAT_H 1
    223 
    224 /* Define to 1 if you have the <sys/types.h> header file. */
    225 #define HAVE_SYS_TYPES_H 1
    226 
    227 /* Define to 1 if the system has the type `uintptr_t'. */
    228 #define HAVE_UINTPTR_T 1
    229 
    230 /* Define to 1 if you have the <unistd.h> header file. */
    231 #define HAVE_UNISTD_H 1
    232 
    233 /* Define to 1 if you have the `vfork' function. */
    234 #define HAVE_VFORK 1
    235 
    236 /* Define to 1 if you have the `vfprintf' function. */
    237 #define HAVE_VFPRINTF 1
    238 
    239 /* Define to 1 if you have the `vsnprintf' function. */
    240 #define HAVE_VSNPRINTF 1
    241 
    242 /* define if libpcap has yydebug */
    243 /* #undef HAVE_YYDEBUG */
    244 
    245 /* define if your compiler has __attribute__ */
    246 #define HAVE___ATTRIBUTE__ 1
    247 
    248 /* if unaligned access fails */
    249 /* #undef LBL_ALIGN */
    250 
    251 /* Define to 1 if netinet/ether.h declares `ether_ntohost' */
    252 /* #undef NETINET_ETHER_H_DECLARES_ETHER_NTOHOST */
    253 
    254 /* Define to 1 if netinet/if_ether.h declares `ether_ntohost' */
    255 /* #undef NETINET_IF_ETHER_H_DECLARES_ETHER_NTOHOST */
    256 
    257 /* Define to the address where bug reports for this package should be sent. */
    258 #define PACKAGE_BUGREPORT ""
    259 
    260 /* Define to the full name of this package. */
    261 #define PACKAGE_NAME ""
    262 
    263 /* Define to the full name and version of this package. */
    264 #define PACKAGE_STRING ""
    265 
    266 /* Define to the one symbol short name of this package. */
    267 #define PACKAGE_TARNAME ""
    268 
    269 /* Define to the home page for this package. */
    270 #define PACKAGE_URL ""
    271 
    272 /* Define to the version of this package. */
    273 #define PACKAGE_VERSION ""
    274 
    275 /* define if the platform doesn't define PRId64 */
    276 /* #undef PRId64 */
    277 
    278 /* define if the platform doesn't define PRIo64 */
    279 /* #undef PRIo64 */
    280 
    281 /* define if the platform doesn't define PRIx64 */
    282 /* #undef PRIu64 */
    283 
    284 /* define if the platform doesn't define PRIu64 */
    285 /* #undef PRIx64 */
    286 
    287 /* Define as the return type of signal handlers (`int' or `void'). */
    288 #define RETSIGTYPE void
    289 
    290 /* return value of signal handlers */
    291 #define RETSIGVAL /**/
    292 
    293 /* Define to 1 if you have the ANSI C header files. */
    294 #define STDC_HEADERS 1
    295 
    296 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    297 #define TIME_WITH_SYS_TIME 1
    298 
    299 /* define if you have ether_ntohost() and it works */
    300 /* #undef USE_ETHER_NTOHOST */
    301 
    302 /* Define if you enable support for libsmi */
    303 /* #undef USE_LIBSMI */
    304 
    305 /* define if should chroot when dropping privileges */
    306 /* #undef WITH_CHROOT */
    307 
    308 /* define if should drop privileges by default */
    309 /* #undef WITH_USER */
    310 
    311 /* get BSD semantics on Irix */
    312 /* #undef _BSD_SIGNALS */
    313 
    314 /* define on AIX to get certain functions */
    315 /* #undef _SUN */
    316 
    317 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
    318    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    319    #define below would cause a syntax error. */
    320 /* #undef _UINT32_T */
    321 
    322 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
    323    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    324    #define below would cause a syntax error. */
    325 /* #undef _UINT64_T */
    326 
    327 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
    328    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    329    #define below would cause a syntax error. */
    330 /* #undef _UINT8_T */
    331 
    332 /* define if your compiler allows __attribute__((format)) without a warning */
    333 #define __ATTRIBUTE___FORMAT_OK 1
    334 
    335 /* define if your compiler allows __attribute__((format)) to be applied to
    336    function pointers */
    337 #define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1
    338 
    339 /* define if your compiler allows __attribute__((noreturn)) to be applied to
    340    function pointers */
    341 #define __ATTRIBUTE___NORETURN_OK_FOR_FUNCTION_POINTERS 1
    342 
    343 /* to handle Ultrix compilers that don't support const in prototypes */
    344 /* #undef const */
    345 
    346 /* Define as token for inline if inlining supported */
    347 #define inline inline
    348 
    349 /* Define to the type of a signed integer type of width exactly 16 bits if
    350    such a type exists and the standard includes do not define it. */
    351 /* #undef int16_t */
    352 
    353 /* Define to the type of a signed integer type of width exactly 32 bits if
    354    such a type exists and the standard includes do not define it. */
    355 /* #undef int32_t */
    356 
    357 /* Define to the type of a signed integer type of width exactly 64 bits if
    358    such a type exists and the standard includes do not define it. */
    359 /* #undef int64_t */
    360 
    361 /* Define to the type of a signed integer type of width exactly 8 bits if such
    362    a type exists and the standard includes do not define it. */
    363 /* #undef int8_t */
    364 
    365 /* Define to `uint16_t' if u_int16_t not defined. */
    366 /* #undef u_int16_t */
    367 
    368 /* Define to `uint32_t' if u_int32_t not defined. */
    369 /* #undef u_int32_t */
    370 
    371 /* Define to `uint64_t' if u_int64_t not defined. */
    372 /* #undef u_int64_t */
    373 
    374 /* Define to `uint8_t' if u_int8_t not defined. */
    375 /* #undef u_int8_t */
    376 
    377 /* Define to the type of an unsigned integer type of width exactly 16 bits if
    378    such a type exists and the standard includes do not define it. */
    379 /* #undef uint16_t */
    380 
    381 /* Define to the type of an unsigned integer type of width exactly 32 bits if
    382    such a type exists and the standard includes do not define it. */
    383 /* #undef uint32_t */
    384 
    385 /* Define to the type of an unsigned integer type of width exactly 64 bits if
    386    such a type exists and the standard includes do not define it. */
    387 /* #undef uint64_t */
    388 
    389 /* Define to the type of an unsigned integer type of width exactly 8 bits if
    390    such a type exists and the standard includes do not define it. */
    391 /* #undef uint8_t */
    392 
    393 /* Define to the type of an unsigned integer type wide enough to hold a
    394    pointer, if such a type exists, and if the system does not define it. */
    395 /* #undef uintptr_t */
    396