summaryrefslogtreecommitdiff
path: root/libc/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-12 15:44:41 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2012-05-12 15:44:41 +0000
commit62eb53f68d92687a028f3c515489b30e3df1d979 (patch)
tree7fcf1c95d89caecbbff5d932778f04670c151c52 /libc/config.h.in
parentc29b18b38ccefba22c13b33dd801acba0ae92523 (diff)
Merge changes between r18392 and r18519 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@18520 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/config.h.in')
-rw-r--r--libc/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/libc/config.h.in b/libc/config.h.in
index a8989454b..377aec369 100644
--- a/libc/config.h.in
+++ b/libc/config.h.in
@@ -184,6 +184,9 @@
/* Define if `.ctors' and `.dtors' sections shouldn't be used. */
#undef NO_CTORS_DTORS_SECTIONS
+/* Define if obsolete RPC code should be made available for user-level code
+ to link against. */
+#undef LINK_OBSOLETE_RPC
/*
*/
@@ -224,4 +227,7 @@
#define HAVE_REGEX 1
+/* The ARM hard-float ABI is being used. */
+#undef HAVE_ARM_PCS_VFP
+
#endif