Use *, not *.*, as the wildcard pattern on UN*X.
[metze/wireshark/wip.git] / config.h.win32
index c0074b2888639aa61bec59205f12f2709730573d..5faac21994b99d9ed0a1ef9209a03075b265da7b 100644 (file)
@@ -65,6 +65,7 @@
 @HAVE_REMOTE@
 @HAVE_PCAP_REMOTE@
 @HAVE_PCAP_OPEN@
+@HAVE_PCAP_CREATE@
 @HAVE_PCAP_OPEN_DEAD@
 @HAVE_BPF_IMAGE@
 @HAVE_PCAP_SETSAMPLING@
 /* Define to enable WinSparkle software updates */
 @HAVE_SOFTWARE_UPDATE@
 
-/* Define for IPv6 */
-@INET6@
-
 /* Define to have ntddndis.h */
 @HAVE_NTDDNDIS_H@
 
 /* Define if you have the strptime function. */
 /* #undef HAVE_STRPTIME 1 */
 
-#define NEED_INET_V6DEFS_H  1
-
 #ifndef WIN32
 #define WIN32                  1
 #endif
 #define _U_
 
 /* Visual C 9 (2008), Visual C 10 (2010) and Visual C 11 (2012) and Visual C 12 (2013) need these prototypes */
-/* XXX: Can we use MSC_VER >= 1500 ?? */
-#if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
+#if _MSC_VER >= 1500
 #define NTDDI_VERSION NTDDI_WINXPSP3
 #define _WIN32_WINNT _WIN32_WINNT_WINXP
 #endif