summaryrefslogtreecommitdiff
path: root/libc/config.h.in
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-08-20 16:23:48 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2013-08-20 16:23:48 +0000
commit80635627ed68eee72bfe1873816a92d7af5caac2 (patch)
treeefd457b05a6483740594d66e1281bee20b0210bb /libc/config.h.in
parentd02fdcc0c4985eaaef55c176490730fd04b3bfc7 (diff)
downloadeglibc2-80635627ed68eee72bfe1873816a92d7af5caac2.tar.gz
Merge changes between r23517 and r23715 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@23785 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/config.h.in')
-rw-r--r--libc/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/config.h.in b/libc/config.h.in
index 6284e2a99..a85f13125 100644
--- a/libc/config.h.in
+++ b/libc/config.h.in
@@ -238,4 +238,7 @@
/* The ARM hard-float ABI is being used. */
#undef HAVE_ARM_PCS_VFP
+/* The pt_chown binary is being built and used by grantpt. */
+#undef HAVE_PT_CHOWN
+
#endif