diff options
Diffstat (limited to 'src/config.h.in')
-rw-r--r-- | src/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 87d4c0b..be017be 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -57,6 +57,9 @@ /* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H +/* Define to 1 if you have the `inet_ntoa' function. */ +#undef HAVE_INET_NTOA + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -93,6 +96,12 @@ /* Define to 1 if you have the `pcap_dispatch' function. */ #undef HAVE_PCAP_DISPATCH +/* Define to 1 if you have the `pcap_findalldevs' function. */ +#undef HAVE_PCAP_FINDALLDEVS + +/* Define to 1 if you have the `pcap_freealldevs' function. */ +#undef HAVE_PCAP_FREEALLDEVS + /* Define to 1 if you have the <pcap.h> header file. */ #undef HAVE_PCAP_H |