summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-10-15 22:15:37 -0700
committerGuy Harris <guy@alum.mit.edu>2017-10-15 22:16:01 -0700
commit88d1467627bbe0fbe2e52098aa099ef0319ac713 (patch)
treea2e1960d080618f4930d14e7cda22f69d02db908 /config.h.in
parent727d949ae4b98deb5704ca34359a5b989a2151cf (diff)
downloadtcpdump-88d1467627bbe0fbe2e52098aa099ef0319ac713.tar.gz
Get rid of an unnecessary test.
We don't care whether struct sockaddr has an sa_len field or not.
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 9ccae642..558ab41f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -196,9 +196,6 @@
/* Define to 1 if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
-/* if struct sockaddr has the sa_len member */
-#undef HAVE_SOCKADDR_SA_LEN
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H