aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-27 01:43:44 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-04-27 01:43:44 +0000
commit8def98513ad1988fe1e3e30bc9b5c6f21668844b (patch)
tree44f0cc69279e2a524981a6c5fc9af88e1271e55f
parent1ccaa90eb3a02efcc9909154e81a4ceab94d25dc (diff)
parent80f259672c77711ac621f3a74b9a694da3ac520f (diff)
downloadpcre-android13-gsi.tar.gz
Snap for 8502966 from 9d36739ecc3710d7b6a75ca1ab8c0e02d1f5e073 to tm-release am: 80f259672candroid13-gsi
Original change: https://googleplex-android-review.googlesource.com/c/platform/external/pcre/+/17971845 Change-Id: I389c301ec6ba6fb16f2707482f2f1f23b789edd9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-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