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

Unified Diff: gcc/libssp/config.h.in

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/libssp/Makefile.in ('k') | gcc/libssp/configure.ac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libssp/config.h.in
diff --git a/gcc/libssp/config.h.in b/gcc/libssp/config.h.in
index 501a4f37ec2ccc44265519b212d0a87b05c29a16..d55c0f18b8654aff2d65dd495161b6301f62342a 100644
--- a/gcc/libssp/config.h.in
+++ b/gcc/libssp/config.h.in
@@ -18,6 +18,9 @@
/* Define to 1 if you have the <limits.h> header file. */
#undef HAVE_LIMITS_H
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -82,6 +85,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
« no previous file with comments | « gcc/libssp/Makefile.in ('k') | gcc/libssp/configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698