diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index bc123628..9ccae642 100644 --- a/config.h.in +++ b/config.h.in @@ -124,6 +124,9 @@ /* define if libpcap has pcap_dump_ftell() */ #undef HAVE_PCAP_DUMP_FTELL +/* Define to 1 if you have the `pcap_dump_ftell64' function. */ +#undef HAVE_PCAP_DUMP_FTELL64 + /* Define to 1 if you have the `pcap_findalldevs' function. */ #undef HAVE_PCAP_FINDALLDEVS |