(HAVE_REALPATH): New entry.
authorNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 12:37:58 +0000 (12:37 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 30 Dec 2002 12:37:58 +0000 (12:37 +0000)
(HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.

ld/ChangeLog
ld/config.in

index c01e4b48591e6cb4917ac00fdd84c3ab945016ee..2bfdd1c6077f8171c86a03335ef1bfb8a40ee3f7 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-30  Ralf Habacker  <Ralf.Habacker@freenet.de>
+            Charles Wilson  <cwilson@ece.gatech.edu>
+
+       * ld/config.in (HAVE_REALPATH): New entry.
+       (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete.
+
 2002-12-30  Ralf Habacker  <ralf.habacker@freenet.de>
 
        * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll
index 14e50d108bf78ab4e753aa950f3d7f7daff6ac93..f76bb42a07df8f2e64d0c604aa3f715e42e8fe10 100644 (file)
@@ -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
 
 /* 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
 
This page took 0.030399 seconds and 4 git commands to generate.