summaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-04-01 15:52:08 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2016-04-01 15:52:08 +0000
commit17c757259fba7a65e9bb901a6528acd9e724202c (patch)
tree717373875d0d48daad0e068459b10d7147cdb38b /src/config.h.in
parentcc429fb831806cbe51d92f535f2a996a2a1cfa78 (diff)
downloadpcre2-17c757259fba7a65e9bb901a6528acd9e724202c.tar.gz
Add callout support to pcre2grep
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@507 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index e55d0a0..d4821af 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -111,6 +111,9 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#undef HAVE_SYS_WAIT_H
+
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
@@ -262,6 +265,9 @@ sure both macros are undefined; an emulation function will then be used. */
is able to handle .gz files. */
#undef SUPPORT_LIBZ
+/* Define to any value to enable callout script support in pcre2grep. */
+#undef SUPPORT_PCRE2GREP_CALLOUT
+
/* Define to any value to enable JIT support in pcre2grep. */
#undef SUPPORT_PCRE2GREP_JIT