X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libgfortran%2Fconfig.h.in;h=0cdd2aadbf1c655abd3952c312739c4122e937d9;hb=5cbe495ffece39d6c1508d56b106b8591ceee136;hp=ecb9a6c896f9287742edef1c29090fa9c85db7d8;hpb=7dfba97b8cb0044be9a61a60466a312425a3ea01;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index ecb9a6c896f..0cdd2aadbf1 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -15,9 +15,24 @@ /* libm includes atanf */ #undef HAVE_ATANF +/* Define to 1 if the target supports __attribute__((alias(...))). */ +#undef HAVE_ATTRIBUTE_ALIAS + +/* Define to 1 if the target supports __attribute__((dllexport)). */ +#undef HAVE_ATTRIBUTE_DLLEXPORT + +/* Define to 1 if the target supports __attribute__((visibility(...))). */ +#undef HAVE_ATTRIBUTE_VISIBILITY + /* libm includes ceilf */ #undef HAVE_CEILF +/* Define to 1 if you have the `chdir' function. */ +#undef HAVE_CHDIR + +/* Define to 1 if you have the `chsize' function. */ +#undef HAVE_CHSIZE + /* complex.h exists */ #undef HAVE_COMPLEX_H @@ -45,15 +60,30 @@ /* libm includes expf */ #undef HAVE_EXPF +/* libm includes fabsf */ +#undef HAVE_FABSF + +/* libm includes finite */ +#undef HAVE_FINITE + /* libm includes floorf */ #undef HAVE_FLOORF /* libm includes frexpf */ #undef HAVE_FREXPF +/* Define to 1 if you have the `ftruncate' function. */ +#undef HAVE_FTRUNCATE + /* 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 @@ -72,6 +102,9 @@ /* libm includes hypotf */ #undef HAVE_HYPOTF +/* Define to 1 if you have the header file. */ +#undef HAVE_IEEEFP_H + /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H @@ -93,6 +126,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 @@ -117,6 +156,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 @@ -129,12 +171,21 @@ /* 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 + /* libm includes sqrtf */ #undef HAVE_SQRTF @@ -150,12 +201,30 @@ /* 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 /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strtof' function. */ +#undef HAVE_STRTOF + +/* Define to 1 if `st_blksize' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_BLKSIZE + +/* Define to 1 if `st_blocks' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_BLOCKS + +/* 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 @@ -183,6 +252,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 @@ -231,6 +303,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if the target is ILP32. */ +#undef TARGET_ILP32 + /* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME