diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-02-20 22:14:18 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-02-20 22:14:18 +0000 |
commit | ba61a412530eb1b5ae3edbf319163377f1768d29 (patch) | |
tree | ceb7c9665b8be9f2d39aadfc3d3c51f1ca8da256 /libiberty/config.in | |
parent | e2803db9374d22f7cc7bab740ebb594f76f85a7f (diff) | |
download | gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.zip gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.tar.gz gdb-ba61a412530eb1b5ae3edbf319163377f1768d29.tar.bz2 |
* Makefile.in (CFILES): Add lrealpath.c.
(REQUIRED_OFILES): Add lrealpath.o.
(lrealpath.o): Add rule.
* aclocal.m4 (libiberty_NEED_DECLARATION): Add.
* configure.in: Add realpath and canonicalize_file_name to
checkfuncs and AC_CHECK_FUNCS. Use libiberty_NEED_DECLARATION
for canonicalize_file_name.
* lrealpath.c: New file.
* make-relative-prefix.c: Update documentation.
(make_relative_prefix): Simplify. Use lbasename and lrealpath.
* config.in: Regenerated.
* configure: Regenerated.
* functions.texi: Regenerated.
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 43adcfd..738f075 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -1,4 +1,4 @@ -/* config.in. Generated automatically from configure.in by autoheader. */ +/* config.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define to empty if the keyword does not work. */ #undef const @@ -63,6 +63,9 @@ /* Define if you have the calloc function. */ #undef HAVE_CALLOC +/* Define if you have the canonicalize_file_name function. */ +#undef HAVE_CANONICALIZE_FILE_NAME + /* Define if you have the clock function. */ #undef HAVE_CLOCK @@ -117,6 +120,9 @@ /* Define if you have the random function. */ #undef HAVE_RANDOM +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the rename function. */ #undef HAVE_RENAME @@ -258,3 +264,6 @@ STACK_DIRECTION = 0 => direction of growth unknown */ #undef STACK_DIRECTION +/* Define if canonicalize_file_name is not declared in system header files. */ +#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME + |