Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: src/config.h.in

Issue 1726163002: Fix building on musl libc. Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/common/stabs_reader.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/config.h.in
diff --git a/src/config.h.in b/src/config.h.in
index 1db015930932ee908a1c541170f1d1b5b1237875..2e1fd99eedde13175671a1d61506ae4ed85202fe 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -3,9 +3,15 @@
/* Define to 1 if you have the <a.out.h> header file. */
#undef HAVE_A_OUT_H
+/* define if the compiler supports basic C++11 syntax */
+#undef HAVE_CXX11
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the <linux/a.out.h> header file. */
+#undef HAVE_LINUX_A_OUT_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
« no previous file with comments | « src/common/stabs_reader.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698