summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-04-30 16:55:24 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-04-30 16:55:24 +0000
commit2919bcb568119bfaf99fda93bec8a5c4cc9312bb (patch)
treeec78b194129b68372c34de02da02b0f89bd0d2c9 /src/config.h.in
parent8a7e1b1a832eb25fa9bf3ba8eeb7e2cfaad7839f (diff)
downloadpcre2-2919bcb568119bfaf99fda93bec8a5c4cc9312bb.tar.gz
More groundwork for pcre2test: POSIX support.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@7 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 105a453..a512e78 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -233,15 +233,6 @@ sure both macros are undefined; an emulation function will then be used. */
lines. */
#undef PCREGREP_BUFSIZE
-/* When calling PCRE via the POSIX interface, additional working storage is
- required for holding the pointers to capturing substrings because PCRE
- requires three integers per substring, whereas the POSIX interface provides
- only two. If the number of expected substrings is small, the wrapper
- function uses space on the stack, because this is faster than using
- malloc() for each call. The threshold above which the stack is no longer
- used is defined by POSIX_MALLOC_THRESHOLD. */
-#undef POSIX_MALLOC_THRESHOLD
-
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
#undef PTHREAD_CREATE_JOINABLE