aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-27 01:04:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-27 01:04:21 +0000
commita46569f4c7b7df5115d2c828d4f47119b5d82c8b (patch)
tree44f0cc69279e2a524981a6c5fc9af88e1271e55f
parent877527957ccf6e68624206cc89919ae1e2002457 (diff)
parente2c505e627584e1dd907334573741ee4f2bc1e0d (diff)
downloadpcre-android13-d1-s1-release.tar.gz
Change-Id: Ic85c15686e8a949b5ac073fc9ac3df4e2b5955a4
-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