summaryrefslogtreecommitdiff
path: root/src/third_party
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2018-12-06 13:49:34 -0500
committerMathew Robinson <chasinglogic@gmail.com>2018-12-14 15:53:28 -0500
commitbf820bd2feca5b1125ebf4c825910bfcf622f9fb (patch)
tree1d91bbc59b43e95a57494bf48e1a2ff33196dd65 /src/third_party
parentedc4dd8d84955a4c70d37d32d72f225dbf9cd4be (diff)
downloadmongo-bf820bd2feca5b1125ebf4c825910bfcf622f9fb.tar.gz
SERVER-32391 use HAVE_STRTOLL instead of HAVE_STRTOQ in pcre
Diffstat (limited to 'src/third_party')
-rw-r--r--src/third_party/pcre-8.42/build_posix/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/third_party/pcre-8.42/build_posix/config.h b/src/third_party/pcre-8.42/build_posix/config.h
index f16a434edb5..72678702c35 100644
--- a/src/third_party/pcre-8.42/build_posix/config.h
+++ b/src/third_party/pcre-8.42/build_posix/config.h
@@ -122,10 +122,10 @@ sure both macros are undefined; an emulation function will then be used. */
/* #undef HAVE_STRTOIMAX */
/* Define to 1 if you have `strtoll'. */
-/* #undef HAVE_STRTOLL */
+#define HAVE_STROLL 1
/* Define to 1 if you have `strtoq'. */
-#define HAVE_STRTOQ 1
+/* #define HAVE_STRTOQ 1 */
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1