From: Nick Clifton Date: Mon, 30 Dec 2002 12:37:58 +0000 (+0000) Subject: (HAVE_REALPATH): New entry. X-Git-Tag: cagney-unwind-20030108-branchpoint~171 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f8173588efb34476725b62fc46853fd00268139;p=external%2Fbinutils.git (HAVE_REALPATH): New entry. (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index c01e4b4..2bfdd1c 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2002-12-30 Ralf Habacker + Charles Wilson + + * ld/config.in (HAVE_REALPATH): New entry. + (HAVE_SYS_STAT_H, HAVE_SYS_TYPES_H): Removed: obsolete. + 2002-12-30 Ralf Habacker * ld.texinfo: New win32 topics: 'symbol aliasing' and 'export dll diff --git a/ld/config.in b/ld/config.in index 14e50d1..f76bb42 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 header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define if you have the header file. */ -#undef HAVE_SYS_TYPES_H - /* Define if you have the header file. */ #undef HAVE_UNISTD_H