diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 12:44:41 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2019-04-27 12:44:41 +0200 |
commit | baacd922116636576ff0b67600cb1eea94796088 (patch) | |
tree | 3ff21253c05bbc31ccc8964626f61c0a94881bef /src/config.h.in | |
parent | 61e222dd8a9a4d41e381bfcf958102bd2c02b47e (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
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 |