summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/config.h.in
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2003-03-02 08:22:26 +0000
committerfenner <fenner@FreeBSD.org>2003-03-02 08:22:26 +0000
commit5f76ebca43302f98858e83a6212d9c610e939bad (patch)
treec244ceda18deb5fc8e576971e1e83b7b631f5219 /contrib/tcpdump/config.h.in
parent24ede2d805a7ffac09999aafe7d4f285e45a6edd (diff)
downloadFreeBSD-src-5f76ebca43302f98858e83a6212d9c610e939bad.zip
FreeBSD-src-5f76ebca43302f98858e83a6212d9c610e939bad.tar.gz
Import tcpdump 3.7.2 (fudging for multi-DLT support) from
http://www.tcpdump.org/release/tcpdump-3.7.2.tar.gz
Diffstat (limited to 'contrib/tcpdump/config.h.in')
-rw-r--r--contrib/tcpdump/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/tcpdump/config.h.in b/contrib/tcpdump/config.h.in
index 87eced8..ae543f0 100644
--- a/contrib/tcpdump/config.h.in
+++ b/contrib/tcpdump/config.h.in
@@ -5,9 +5,6 @@
/* Define to empty if the keyword does not work. */
#undef const
-/* Define as __inline if that's what the C compiler calls it. */
-#undef inline
-
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
@@ -189,6 +186,9 @@
/* Define if you have the smi library (-lsmi). */
#undef HAVE_LIBSMI
+/* Define as token for inline if inlining supported */
+#undef inline
+
/* define if your compiler has __attribute__ */
#undef HAVE___ATTRIBUTE__
OpenPOWER on IntegriCloud