aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 03:04:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-28 03:04:51 +0000
commitdee2bf13e5c5d23ea4581528f2a5ce4b4a90954e (patch)
tree44f0cc69279e2a524981a6c5fc9af88e1271e55f
parent59ba68407169c1fe613698636827a0025de02c47 (diff)
parent318caa03bee294a9a692caca1003a0f6f5da304b (diff)
downloadpcre-android13-qpr1-s6-release.tar.gz
Change-Id: I818300e24c34e6735d3dacb18b86e40b4a6ab562
-rw-r--r--src/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index b50a74cf..83815a63 100644
--- a/src/config.h
+++ b/src/config.h
@@ -54,13 +54,13 @@ sure both macros are undefined; an emulation function will then be used. */
/* #undef EBCDIC_NL25 */
/* Define this if your compiler supports __attribute__((uninitialized)) */
-/* #undef HAVE_ATTRIBUTE_UNINITIALIZED */
+#define HAVE_ATTRIBUTE_UNINITIALIZED 1
/* Define to 1 if you have the `bcopy' function. */
#define HAVE_BCOPY 1
/* Define to 1 if you have the <bzlib.h> header file. */
-#define HAVE_BZLIB_H 1
+/* #undef HAVE_BZLIB_H */
/* Define to 1 if you have the <dirent.h> header file. */
#define HAVE_DIRENT_H 1
@@ -111,7 +111,7 @@ sure both macros are undefined; an emulation function will then be used. */
#define HAVE_REALPATH 1
/* Define to 1 if you have the `secure_getenv' function. */
-#define HAVE_SECURE_GETENV 1
+/* #undef HAVE_SECURE_GETENV */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1