aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/tcpdump/tcpdump/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/tcpdump/tcpdump/config.h')
-rw-r--r--usr.sbin/tcpdump/tcpdump/config.h48
1 files changed, 15 insertions, 33 deletions
diff --git a/usr.sbin/tcpdump/tcpdump/config.h b/usr.sbin/tcpdump/tcpdump/config.h
index 16374051c503..b13055dcfc9a 100644
--- a/usr.sbin/tcpdump/tcpdump/config.h
+++ b/usr.sbin/tcpdump/tcpdump/config.h
@@ -13,12 +13,6 @@
/* Define if you enable support for the libsmi. */
/* #undef LIBSMI */
-/* define if you have struct __res_state_ext */
-/* #undef HAVE_RES_STATE_EXT */
-
-/* define if your struct __res_state has the nsort member */
-/* #undef HAVE_NEW_RES_STATE */
-
/* define if you have the addrinfo function. */
#define HAVE_ADDRINFO 1
@@ -28,15 +22,6 @@
/* define ifyou have the h_errno variable. */
#define HAVE_H_ERRNO 1
-/* define if IN6ADDRSZ is defined (XXX not used!) */
-#define HAVE_IN6ADDRSZ 1
-
-/* define if INADDRSZ is defined (XXX not used!) */
-#define HAVE_INADDRSZ 1
-
-/* define if RES_USE_INET6 is defined */
-#define HAVE_RES_USE_INET6 1
-
/* define if you have struct sockaddr_storage */
#define HAVE_SOCKADDR_STORAGE 1
@@ -73,9 +58,6 @@
/* define if you have getrpcbynumber() */
#define HAVE_GETRPCBYNUMBER 1
-/* AIX hack. */
-/* #undef _SUN */
-
/* Workaround for missing 64-bit formats */
/* #undef PRId64 */
/* #undef PRIo64 */
@@ -113,6 +95,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
+/* Define to 1 if you have the `fork' function. */
+#define HAVE_FORK 1
+
/* Define to 1 if you have the `getnameinfo' function. */
#define HAVE_GETNAMEINFO 1
@@ -173,6 +158,9 @@
/* Define to 1 if you have the `pcap_lib_version' function. */
#define HAVE_PCAP_LIB_VERSION 1
+/* Define to 1 if you have the `pcap_set_tstamp_type' function. */
+#define HAVE_PCAP_SET_TSTAMP_TYPE 1
+
/* Define to 1 if you have the <pcap/usb.h> header file. */
/* #undef HAVE_PCAP_USB_H */
@@ -182,6 +170,9 @@
/* Define to 1 if you have the <rpc/rpcent.h> header file. */
#define HAVE_RPC_RPCENT_H 1
+/* Define to 1 if you have the <rpc/rpc.h> header file. */
+#define HAVE_RPC_RPC_H 1
+
/* Define to 1 if you have the `setlinebuf' function. */
#define HAVE_SETLINEBUF 1
@@ -245,6 +236,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+/* Define to 1 if you have the `vfork' function. */
+#define HAVE_VFORK 1
+
/* Define to 1 if you have the `vfprintf' function. */
#define HAVE_VFPRINTF 1
@@ -284,21 +278,6 @@
/* return value of signal handlers */
#define RETSIGVAL
-/* The size of `char', as computed by sizeof. */
-#undef SIZEOF_CHAR
-
-/* The size of `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of `long long', as computed by sizeof. */
-#undef SIZEOF_LONG_LONG
-
-/* The size of `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -311,6 +290,9 @@
/* needed on HP-UX */
/* #undef _HPUX_SOURCE */
+/* define on AIX to get certain functions */
+/* #undef _SUN */
+
/* define if your compiler allows __attribute__((format)) to be applied to
function pointers */
#define __ATTRIBUTE___FORMAT_OK_FOR_FUNCTION_POINTERS 1