summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2014-05-13 17:04:27 +0200
committerAndreas Schwab <schwab@suse.de>2014-05-14 09:46:54 +0200
commit73ba67cbc3941c3bcfda31a22a9d0d97ac928f3b (patch)
tree1ff162cf22a3f22dd9fdf948bd58fdb56e94aa46 /config.h.in
parent5e7698c6f152c93a73ee4140ad23f7171aa79ce0 (diff)
Fix macro warning on HAVE_PT_CHOWN
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index b6e3623d92..a9ff1e3ac1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -251,7 +251,7 @@
#undef HAVE_ARM_PCS_VFP
/* The pt_chown binary is being built and used by grantpt. */
-#undef HAVE_PT_CHOWN
+#define HAVE_PT_CHOWN 0
/* ports/sysdeps/mips/configure.in */
/* Define if using the IEEE 754-2008 NaN encoding on the MIPS target. */