summaryrefslogtreecommitdiff
path: root/src/config.h.generic
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-19 17:53:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2014-09-19 17:53:33 +0000
commit795ecdc961b644d624991d8cb68961cd79e47d06 (patch)
tree8017ea65cb8fc53364f90a6fe17f74f18c5dc156 /src/config.h.generic
parent05472c9f0592497d44f643fb8e6c607cd122a564 (diff)
downloadpcre2-795ecdc961b644d624991d8cb68961cd79e47d06.tar.gz
Changed SUPPORT_PCRE8 etc into SUPPORT_PCRE2_8 etc.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@76 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/config.h.generic')
-rw-r--r--src/config.h.generic18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index f403f22..455d009 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -18,10 +18,10 @@ to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H,
but if you do, default values will be taken from config.h for non-boolean
macros that are not defined on the command line.
-Boolean macros such as HAVE_STDLIB_H and SUPPORT_PCRE8 should either be defined
-(conventionally to 1) for TRUE, and not defined at all for FALSE. All such
-macros are listed as a commented #undef in config.h.generic. Macros such as
-MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
+Boolean macros such as HAVE_STDLIB_H and SUPPORT_PCRE2_8 should either be
+defined (conventionally to 1) for TRUE, and not defined at all for FALSE. All
+such macros are listed as a commented #undef in config.h.generic. Macros such
+as MATCH_LIMIT, whose actual value is relevant, have defaults defined, but are
surrounded by #ifndef/#endif lines so that the value can be overridden by -D.
PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if
@@ -266,17 +266,17 @@ 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 the 16 bit PCRE2 library. */
-/* #undef SUPPORT_PCRE16 */
-
/* Define to any value to enable JIT support in pcre2grep. */
/* #undef SUPPORT_PCRE2GREP_JIT */
+/* Define to any value to enable the 16 bit PCRE2 library. */
+/* #undef SUPPORT_PCRE2_16 */
+
/* Define to any value to enable the 32 bit PCRE2 library. */
-/* #undef SUPPORT_PCRE32 */
+/* #undef SUPPORT_PCRE2_32 */
/* Define to any value to enable the 8 bit PCRE2 library. */
-/* #undef SUPPORT_PCRE8 */
+/* #undef SUPPORT_PCRE2_8 */
/* Define to any value to enable support for Unicode and UTF encoding. This
will work even in an EBCDIC environment, but it is incompatible with the