diff options
Diffstat (limited to 'wiretap/config.h.in')
-rw-r--r-- | wiretap/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/wiretap/config.h.in b/wiretap/config.h.in index 8dde405558..b0da4baede 100644 --- a/wiretap/config.h.in +++ b/wiretap/config.h.in @@ -5,6 +5,12 @@ #undef HAVE_GLIB10 +/* Define if you have the <netinet/in.h> header file. */ +#undef HAVE_NETINET_IN_H + +/* Define if you have the <sys/time.h> header file. */ +#undef HAVE_SYS_TIME_H + /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |