diff options
author | Guy Harris <guy@alum.mit.edu> | 2016-06-28 02:42:11 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2016-06-28 02:42:11 -0700 |
commit | 84ee6a902aa07d09d70860ca2d8858f4cf67b330 (patch) | |
tree | 870ced367cb2ed66e54333a46e0df78847e80c31 /cmakeconfig.h.in | |
parent | 01dabcda25ed695976e5c844cdd7fc6875a17bf6 (diff) | |
download | libpcap-84ee6a902aa07d09d70860ca2d8858f4cf67b330.tar.gz |
Check for loopback adapters on Windows.
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index e3c458c5..603ef141 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -208,6 +208,9 @@ /* Define to 1 if you have the `vsnprintf' function. */ #cmakedefine HAVE_VSNPRINTF 1 +/* Define to 1 if you have the `PacketIsLoopbackAdapter' function. */ +#cmakedefine HAVE_PACKET_IS_LOOPBACK_ADAPTER 1 + /* define if the system supports zerocopy BPF */ #cmakedefine HAVE_ZEROCOPY_BPF 1 |