diff options
author | Daniel Miller <dmiller@nmap.org> | 2019-04-19 10:27:51 -0500 |
---|---|---|
committer | Daniel Miller <dmiller@nmap.org> | 2019-04-19 12:59:19 -0500 |
commit | a6c749ae8c13d7365d9a48ae46594eac8da0b8f9 (patch) | |
tree | 942767a2339669915788589b5fbcb69fbc8a9447 /cmakeconfig.h.in | |
parent | 113dc82c085f9a1101b614af832699467734ee1a (diff) |
Detect Npcap's version.h in build tree and set HAVE_VERSION_H
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 64723979..8f3c192e 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -147,9 +147,12 @@ /* if there's an os_proto.h for this platform, to use additional prototypes */ #cmakedefine HAVE_OS_PROTO_H 1 -/* Define to 1 if Packet32 API (WinPcap NPF driver) is available */ +/* Define to 1 if Packet32 API (Npcap driver) is available */ #cmakedefine HAVE_PACKET32 1 +/* Define to 1 if NPcap's version.h is available */ +#cmakedefine HAVE_VERSION_H 1 + /* Define to 1 if you have a POSIX-style `strerror_r' function. */ #cmakedefine HAVE_POSIX_STRERROR_R 1 |