aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-07 00:04:32 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2003-12-07 00:04:32 +0000
commit3b2863a7a6c718e86ba859edefab4d92e1534db7 (patch)
tree7f263b2f58b577b08ab995c387ad2ad02ab99ca8 /config.h.win32
parent71664585feaafd5000c4e7c7f73058852c06b1cc (diff)
Add PCRE support to the Windows build.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9185 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win325
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h.win32 b/config.h.win32
index 4e07268eba..cbe58b2fec 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,4 +1,4 @@
-/* $Id: config.h.win32,v 1.42 2003/11/07 23:27:07 guy Exp $ */
+/* $Id: config.h.win32,v 1.43 2003/12/07 00:04:31 gerald Exp $ */
/* config.h.win32 Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -115,6 +115,9 @@
@HAVE_GNU_ADNS@
#define ADNS_JGAA_WIN32 1
+/* Define to use the PCRE library */
+@HAVE_PCRE@
+
#ifndef WIN32
#define WIN32 1
#endif