summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-17 12:49:49 -0800
committerGuy Harris <guy@alum.mit.edu>2014-01-17 12:49:49 -0800
commit5cb460bef80bca37df8edab4daa72510bd64e706 (patch)
tree5dfeaaf3f7e779397bb87e974935236b100099f0 /config.h.in
parentf6769fb20e5cd265896722b8b984651ad3d4114f (diff)
downloadtcpdump-5cb460bef80bca37df8edab4daa72510bd64e706.tar.gz
We're not using struct sockaddr_storage any more, so don't check for it.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index c5f334c8..81da0ced 100644
--- a/config.h.in
+++ b/config.h.in
@@ -148,9 +148,6 @@
/* if struct sockaddr has the sa_len member */
#undef HAVE_SOCKADDR_SA_LEN
-/* define if you have struct sockaddr_storage */
-#undef HAVE_SOCKADDR_STORAGE
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H