X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=libgfortran%2Fconfig.h.in;h=0779149d7465e42532f77725f3a3b9553cc3d1ab;hp=f0d15d7de2ac1db49c0a4ad8ec867dfb9ee93b36;hb=5a037dbd1fa96857356ea9450dbb279236a4ccbd;hpb=35a465686d10e9e2357cb0fbccc4537f5a62a9bd diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index f0d15d7de2a..0779149d746 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -270,6 +270,9 @@ /* Define to 1 if you have the `ctime' function. */ #undef HAVE_CTIME +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 @@ -381,6 +384,9 @@ /* Define to 1 if you have the `ftruncate' function. */ #undef HAVE_FTRUNCATE +/* libc includes geteuid */ +#undef HAVE_GETEUID + /* libc includes getgid */ #undef HAVE_GETGID @@ -396,6 +402,9 @@ /* libc includes getppid */ #undef HAVE_GETPPID +/* Define to 1 if you have the `getpwuid' function. */ +#undef HAVE_GETPWUID + /* Define to 1 if you have the `getrlimit' function. */ #undef HAVE_GETRLIMIT @@ -522,6 +531,9 @@ /* libm includes powl */ #undef HAVE_POWL +/* Define to 1 if you have the header file. */ +#undef HAVE_PWD_H + /* libm includes round */ #undef HAVE_ROUND @@ -585,9 +597,15 @@ /* Define to 1 if you have the `stat' function. */ #undef HAVE_STAT +/* Define to 1 if you have the header file. */ +#undef HAVE_STDARG_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_STDIO_H + /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H @@ -687,6 +705,9 @@ /* Define if target can unlink open files. */ #undef HAVE_UNLINK_OPEN_FILE +/* Define to 1 if you have the `vsnprintf' function. */ +#undef HAVE_VSNPRINTF + /* Define to 1 if you have the `wait' function. */ #undef HAVE_WAIT @@ -720,6 +741,10 @@ /* libm includes ynl */ #undef HAVE_YNL +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT