diff options
author | Guy Harris <guy@alum.mit.edu> | 2014-01-17 12:49:49 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2014-01-17 12:49:49 -0800 |
commit | 5cb460bef80bca37df8edab4daa72510bd64e706 (patch) | |
tree | 5dfeaaf3f7e779397bb87e974935236b100099f0 /config.h.in | |
parent | f6769fb20e5cd265896722b8b984651ad3d4114f (diff) | |
download | tcpdump-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.in | 3 |
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 |