diff options
Diffstat (limited to '')
-rw-r--r-- | src/config.h.in | 41 |
1 files changed, 8 insertions, 33 deletions
diff --git a/src/config.h.in b/src/config.h.in index c156fa2..137a5b3 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -100,9 +100,6 @@ /* Define to 1 if you have the <machine/endian.h> header file. */ #undef HAVE_MACHINE_ENDIAN_H -/* Define to 1 if you have the <memory.h> header file. */ -#undef HAVE_MEMORY_H - /* Define to 1 to support Multimedia Extensions */ #undef HAVE_MMX @@ -118,31 +115,6 @@ /* Define to 1 if you have the <net/ethertypes.h> header file. */ #undef HAVE_NET_ETHERTYPES_H -/* Define to 1 if you have the `pcap_activate' function. */ -#undef HAVE_PCAP_ACTIVATE - -/* Define to 1 if you have the `pcap_create' function. */ -#undef HAVE_PCAP_CREATE - -/* Define to 1 if the system has the type `pcap_direction_t'. */ -#undef HAVE_PCAP_DIRECTION_T - -/* Define to 1 if you have the `pcap_open_offline_with_tstamp_precision' - function. */ -#undef HAVE_PCAP_OPEN_OFFLINE_WITH_TSTAMP_PRECISION - -/* Define to 1 if you have the `pcap_setdirection' function. */ -#undef HAVE_PCAP_SETDIRECTION - -/* Define to 1 if you have the `pcap_set_immediate_mode' function. */ -#undef HAVE_PCAP_SET_IMMEDIATE_MODE - -/* Define to 1 if you have the `pcap_set_tstamp_precision' function. */ -#undef HAVE_PCAP_SET_TSTAMP_PRECISION - -/* Define to 1 if you have the `pcap_set_tstamp_type' function. */ -#undef HAVE_PCAP_SET_TSTAMP_TYPE - /* Define to 1 to support Prefetch Vector Data Into Caches WT1 */ #undef HAVE_PREFETCHWT1 @@ -155,9 +127,6 @@ /* Define to 1 to support Digital Random Number Generator */ #undef HAVE_RDRND -/* Define to 1 if you have the `sched_yield' function. */ -#undef HAVE_SCHED_YIELD - /* Define to 1 to support Secure Hash Algorithm Extension */ #undef HAVE_SHA @@ -185,6 +154,9 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the <stdlib.h> header file. */ #undef HAVE_STDLIB_H @@ -285,10 +257,13 @@ /* The size of `void*', as computed by sizeof. */ #undef SIZEOF_VOIDP -/* Define to 1 if you have the ANSI C header files. */ +/* Define to 1 if all of the C90 standard headers exist (not just the ones + required in a freestanding environment). This macro is provided for + backward compatibility; new code need not use it. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This + macro is obsolete. */ #undef TIME_WITH_SYS_TIME /* Version number of package */ |