summaryrefslogtreecommitdiff
path: root/src/config.h.generic
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h.generic')
-rw-r--r--src/config.h.generic10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.h.generic b/src/config.h.generic
index 67fa46a..f403f22 100644
--- a/src/config.h.generic
+++ b/src/config.h.generic
@@ -278,11 +278,11 @@ sure both macros are undefined; an emulation function will then be used. */
/* Define to any value to enable the 8 bit PCRE2 library. */
/* #undef SUPPORT_PCRE8 */
-/* Define to any value to enable support for the UTF-8/16/32 Unicode encoding.
- This will work even in an EBCDIC environment, but it is incompatible with
- the EBCDIC macro. That is, PCRE2 can support *either* EBCDIC code *or*
- ASCII/UTF-8/16/32, but not both at once. */
-/* #undef SUPPORT_UTF */
+/* 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
+ EBCDIC macro. That is, PCRE2 can support *either* EBCDIC code *or*
+ ASCII/Unicode, but not both at once. */
+/* #undef SUPPORT_UNICODE */
/* Define to any value for valgrind support to find invalid memory reads. */
/* #undef SUPPORT_VALGRIND */