* configure.in: Detect declaration for canonicalize_file_name.

* utils.c (canonicalize_file_name): Declare, if needed.
        (gdb_realpath): Prefer realpath if available and usable.
        * config.in, configure: Rebuild.
This commit is contained in:
Richard Henderson
2002-03-15 00:44:49 +00:00
parent bd2b03193d
commit a4db0f0748
5 changed files with 467 additions and 413 deletions

View File

@ -457,6 +457,9 @@
/* Define if strstr is not declared in system header files. */
#undef NEED_DECLARATION_STRSTR
/* Define if canonicalize_file_name is not declared in system header files. */
#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME
/* Define if <sys/procfs.h> has pstatus_t. */
#undef HAVE_PSTATUS_T