diff options
author | Francois-Xavier Coudert <coudert@clipper.ens.fr> | 2005-03-24 18:55:31 +0100 |
---|---|---|
committer | François-Xavier Coudert <fxcoudert@gcc.gnu.org> | 2005-03-24 17:55:31 +0000 |
commit | ee4b41afc740e51c09cbb71097ff33a950d26ae0 (patch) | |
tree | 3eed7bffb0ba0346b489b8cb0637eb859c4c1dae /libgfortran | |
parent | 4f44f5f94dbf21f4f9fedb51932a4ba3c8b0d209 (diff) | |
download | gcc-ee4b41afc740e51c09cbb71097ff33a950d26ae0.zip gcc-ee4b41afc740e51c09cbb71097ff33a950d26ae0.tar.gz gcc-ee4b41afc740e51c09cbb71097ff33a950d26ae0.tar.bz2 |
* config.h.in: Regenerate.
From-SVN: r96998
Diffstat (limited to 'libgfortran')
-rw-r--r-- | libgfortran/ChangeLog | 4 | ||||
-rw-r--r-- | libgfortran/config.h.in | 33 |
2 files changed, 37 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 92fec6f..b952c54 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,7 @@ +2005-02-24 Francois-Xavier Coudert <coudert@clipper.ens.fr> + + * config.h.in: Regenerate. + 2005-02-23 Francois-Xavier Coudert <coudert@clipper.ens.fr> PR libfortran/18025 diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index b858c4e..5c54549 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 <signal.h> 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 <stdlib.h> 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 <strings.h> 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 <sys/mman.h> 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 |