aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-12-07 00:04:32 +0000
committerGerald Combs <gerald@wireshark.org>2003-12-07 00:04:32 +0000
commit409948eced9af8a2b39347e15bb7d69fe42e9c4a (patch)
tree7f263b2f58b577b08ab995c387ad2ad02ab99ca8 /config.h.win32
parentd9dec105d65bf420f86c7242415a0a0ad885e0a2 (diff)
Add PCRE support to the Windows build.
svn path=/trunk/; revision=9185
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