diff options
author | Guy Harris <guy@alum.mit.edu> | 2017-10-16 13:48:40 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2017-10-16 13:48:40 -0700 |
commit | d230f8b6870c4f5c3c3156ce78751b86c6b463fb (patch) | |
tree | 64fe932975b5c9c3b10764f2a4a43cb2a92b1f28 /config.h.in | |
parent | 2b9bfa05b690f71d08243a8089d6feacbe52b2d2 (diff) | |
download | tcpdump-d230f8b6870c4f5c3c3156ce78751b86c6b463fb.tar.gz |
Get rid of obsolescent configure test.
All UN*Xes, these days, let you include both <time.h> and <sys/time.h>.
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 6d695afa..9915b231 100644 --- a/config.h.in +++ b/config.h.in @@ -274,9 +274,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ -#undef TIME_WITH_SYS_TIME - /* define if you have ether_ntohost() and it works */ #undef USE_ETHER_NTOHOST |