From ee4b41afc740e51c09cbb71097ff33a950d26ae0 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Thu, 24 Mar 2005 18:55:31 +0100 Subject: [PATCH] * config.h.in: Regenerate. From-SVN: r96998 --- libgfortran/ChangeLog | 4 ++++ libgfortran/config.h.in | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 92fec6fc1df..b952c547783 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2005-02-24 Francois-Xavier Coudert + + * config.h.in: Regenerate. + 2005-02-23 Francois-Xavier Coudert PR libfortran/18025 diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index b858c4ef01b..5c545497ba8 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -27,6 +27,9 @@ /* libm includes ceilf */ #undef HAVE_CEILF +/* Define to 1 if you have the `chdir' function. */ +#undef HAVE_CHDIR + /* complex.h exists */ #undef HAVE_COMPLEX_H @@ -69,6 +72,12 @@ /* libc includes getgid */ #undef HAVE_GETGID +/* Define to 1 if you have the `gethostname' function. */ +#undef HAVE_GETHOSTNAME + +/* Define to 1 if you have the `getlogin' function. */ +#undef HAVE_GETLOGIN + /* Define to 1 if you have the `getpagesize' function. */ #undef HAVE_GETPAGESIZE @@ -111,6 +120,12 @@ /* libm includes jnf */ #undef HAVE_JNF +/* Define to 1 if you have the `kill' function. */ +#undef HAVE_KILL + +/* Define to 1 if you have the `link' function. */ +#undef HAVE_LINK + /* libm includes log10f */ #undef HAVE_LOG10F @@ -135,6 +150,9 @@ /* libm includes nextafterf */ #undef HAVE_NEXTAFTERF +/* Define to 1 if you have the `perror' function. */ +#undef HAVE_PERROR + /* libm includes powf */ #undef HAVE_POWF @@ -147,12 +165,18 @@ /* libm includes scalbnf */ #undef HAVE_SCALBNF +/* Define to 1 if you have the header file. */ +#undef HAVE_SIGNAL_H + /* libm includes sinf */ #undef HAVE_SINF /* libm includes sinhf */ #undef HAVE_SINHF +/* Define to 1 if you have the `sleep' function. */ +#undef HAVE_SLEEP + /* Define to 1 if you have the `snprintf' function. */ #undef HAVE_SNPRINTF @@ -171,6 +195,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H +/* Define to 1 if you have the `strerror' function. */ +#undef HAVE_STRERROR + /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H @@ -189,6 +216,9 @@ /* Define to 1 if `st_rdev' is member of `struct stat'. */ #undef HAVE_STRUCT_STAT_ST_RDEV +/* Define to 1 if you have the `symlink' function. */ +#undef HAVE_SYMLINK + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_MMAN_H @@ -216,6 +246,9 @@ /* libm includes tanhf */ #undef HAVE_TANHF +/* Define to 1 if you have the `time' function. */ +#undef HAVE_TIME + /* Define to 1 if you have the `times' function. */ #undef HAVE_TIMES -- 2.30.2