summaryrefslogtreecommitdiff
path: root/ld/config.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-12-30 12:37:58 +0000
committerNick Clifton <nickc@redhat.com>2002-12-30 12:37:58 +0000
commit81ce95a48623adea9f2079ac751e71665b79b942 (patch)
tree2e4a89ba9a5ce062f3cc775a5c56c1ac06b22844 /ld/config.in
parent6d6337af5d77dbfc02d1bf890fdcde5b152edcc8 (diff)
downloadbinutils-redhat-81ce95a48623adea9f2079ac751e71665b79b942.tar.gz
(HAVE_REALPATH): New entry.
(HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
Diffstat (limited to 'ld/config.in')
-rw-r--r--ld/config.in9
1 files changed, 3 insertions, 6 deletions
diff --git a/ld/config.in b/ld/config.in
index 14e50d108b..f76bb42a07 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -70,6 +70,9 @@
/* Define if you have the putenv function. */
#undef HAVE_PUTENV
+/* Define if you have the realpath function. */
+#undef HAVE_REALPATH
+
/* Define if you have the sbrk function. */
#undef HAVE_SBRK
@@ -127,12 +130,6 @@
/* 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