aboutsummaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-31 04:33:55 +0000
committerAlan Modra <amodra@gmail.com>2002-05-31 04:33:55 +0000
commit2c538bdec90176a0acf8898663b5fdb1a83be6c6 (patch)
treeca90c90ed9514a5413666fb2c08784d226ae3e03 /ld/config.in
parent194b521088efe003c0c1af3ee113b818754ddc08 (diff)
downloadbinutils-2c538bdec90176a0acf8898663b5fdb1a83be6c6.zip
binutils-2c538bdec90176a0acf8898663b5fdb1a83be6c6.tar.gz
binutils-2c538bdec90176a0acf8898663b5fdb1a83be6c6.tar.bz2
* Makefile.in: Regenerate.
* aclocal.m4: Regenerate. * config.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/config.in b/ld/config.in
index 87c5fe6..14e50d1 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -25,6 +25,9 @@
/* Define to `long' if <sys/types.h> doesn't define. */
#undef off_t
+/* Define if you need to in order for stat and other things to work. */
+#undef _POSIX_SOURCE
+
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
@@ -124,6 +127,12 @@
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+/* Define if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
+
+/* Define if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
+
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H