summaryrefslogtreecommitdiff
path: root/pcre-7.4
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-01-08 09:52:51 -0500
committerEliot Horowitz <eliot@10gen.com>2009-01-08 09:52:51 -0500
commit524c369f055ed32366304e56ca31e7c295e3108d (patch)
treeb607a804c335016b1bdc92a29231cb350fa6f893 /pcre-7.4
parent4d456a183308bfee7bae5bc1b97e9ca4c500b58e (diff)
downloadmongo-524c369f055ed32366304e56ca31e7c295e3108d.tar.gz
vc++ fixes
Diffstat (limited to 'pcre-7.4')
-rw-r--r--pcre-7.4/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre-7.4/config.h b/pcre-7.4/config.h
index 6775b1cfb58..14e14bf7730 100644
--- a/pcre-7.4/config.h
+++ b/pcre-7.4/config.h
@@ -39,7 +39,7 @@ them both to 0; an emulation function will be used. */
/* #undef HAVE_BITS_TYPE_TRAITS_H */
/* Define to 1 if you have the <dirent.h> header file. */
-#define HAVE_DIRENT_H 1
+// #define HAVE_DIRENT_H 1 ERH
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -95,7 +95,7 @@ them both to 0; an emulation function will be used. */
/* #undef HAVE_TYPE_TRAITS_H */
/* Define to 1 if you have the <unistd.h> header file. */
-#define HAVE_UNISTD_H 1
+//#define HAVE_UNISTD_H 1 ERH
/* Define to 1 if the system has the type `unsigned long long'. */
#define HAVE_UNSIGNED_LONG_LONG 1