diff options
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r-- | cmakeconfig.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index 41321b94db..6454b2dffa 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -180,12 +180,8 @@ /* Define if pcap_breakloop is known */ #cmakedefine HAVE_PCAP_BREAKLOOP 1 -/* FIXME: The code (at least) in dumpcap assumes that PCAP_CREATE is not - * available on Windows - but we detect it in winpcap */ -#ifndef _WIN32 /* Define to 1 if you have the `pcap_create' function. */ #cmakedefine HAVE_PCAP_CREATE 1 -#endif /* Define to 1 if you have the `pcap_datalink_name_to_val' function. */ #cmakedefine HAVE_PCAP_DATALINK_NAME_TO_VAL 1 |