mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
* config.h.in: Regenerate.
From-SVN: r96998
This commit is contained in:
parent
4f44f5f94d
commit
ee4b41afc7
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user