Index: gcc/libgfortran/config.h.in |
diff --git a/gcc/libgfortran/config.h.in b/gcc/libgfortran/config.h.in |
index 3542638b0cd74f15e68447e7083d64c3769f091c..bdf3b4ac49f228371df5b447a9c9a618cda2c037 100644 |
--- a/gcc/libgfortran/config.h.in |
+++ b/gcc/libgfortran/config.h.in |
@@ -108,6 +108,24 @@ |
/* libm includes cabsl */ |
#undef HAVE_CABSL |
+/* libm includes cacos */ |
+#undef HAVE_CACOS |
+ |
+/* libm includes cacosf */ |
+#undef HAVE_CACOSF |
+ |
+/* libm includes cacosh */ |
+#undef HAVE_CACOSH |
+ |
+/* libm includes cacoshf */ |
+#undef HAVE_CACOSHF |
+ |
+/* libm includes cacoshl */ |
+#undef HAVE_CACOSHL |
+ |
+/* libm includes cacosl */ |
+#undef HAVE_CACOSL |
+ |
/* libm includes carg */ |
#undef HAVE_CARG |
@@ -117,6 +135,42 @@ |
/* libm includes cargl */ |
#undef HAVE_CARGL |
+/* libm includes casin */ |
+#undef HAVE_CASIN |
+ |
+/* libm includes casinf */ |
+#undef HAVE_CASINF |
+ |
+/* libm includes casinh */ |
+#undef HAVE_CASINH |
+ |
+/* libm includes casinhf */ |
+#undef HAVE_CASINHF |
+ |
+/* libm includes casinhl */ |
+#undef HAVE_CASINHL |
+ |
+/* libm includes casinl */ |
+#undef HAVE_CASINL |
+ |
+/* libm includes catan */ |
+#undef HAVE_CATAN |
+ |
+/* libm includes catanf */ |
+#undef HAVE_CATANF |
+ |
+/* libm includes catanh */ |
+#undef HAVE_CATANH |
+ |
+/* libm includes catanhf */ |
+#undef HAVE_CATANHF |
+ |
+/* libm includes catanhl */ |
+#undef HAVE_CATANHL |
+ |
+/* libm includes catanl */ |
+#undef HAVE_CATANL |
+ |
/* libm includes ccos */ |
#undef HAVE_CCOS |
@@ -426,6 +480,9 @@ |
/* libc includes getuid */ |
#undef HAVE_GETUID |
+/* Define to 1 if you have the `gmtime_r' function. */ |
+#undef HAVE_GMTIME_R |
+ |
/* Define if the compiler has a thread header that is non single. */ |
#undef HAVE_GTHR_DEFAULT |
@@ -507,6 +564,9 @@ |
/* libm includes llroundl */ |
#undef HAVE_LLROUNDL |
+/* Define to 1 if you have the `localtime_r' function. */ |
+#undef HAVE_LOCALTIME_R |
+ |
/* libm includes log */ |
#undef HAVE_LOG |
@@ -666,13 +726,13 @@ |
/* Define to 1 if you have the `strtold' function. */ |
#undef HAVE_STRTOLD |
-/* Define to 1 if `st_blksize' is member of `struct stat'. */ |
+/* Define to 1 if `struct stat' is a member of `st_blksize'. */ |
#undef HAVE_STRUCT_STAT_ST_BLKSIZE |
-/* Define to 1 if `st_blocks' is member of `struct stat'. */ |
+/* Define to 1 if `struct stat' is a member of `st_blocks'. */ |
#undef HAVE_STRUCT_STAT_ST_BLOCKS |
-/* Define to 1 if `st_rdev' is member of `struct stat'. */ |
+/* Define to 1 if `struct stat' is a member of `st_rdev'. */ |
#undef HAVE_STRUCT_STAT_ST_RDEV |
/* Define to 1 if you have the `symlink' function. */ |
@@ -808,22 +868,25 @@ |
/* Define to the one symbol short name of this package. */ |
#undef PACKAGE_TARNAME |
+/* Define to the home page for this package. */ |
+#undef PACKAGE_URL |
+ |
/* Define to the version of this package. */ |
#undef PACKAGE_VERSION |
-/* The size of a `char', as computed by sizeof. */ |
+/* The size of `char', as computed by sizeof. */ |
#undef SIZEOF_CHAR |
-/* The size of a `int', as computed by sizeof. */ |
+/* The size of `int', as computed by sizeof. */ |
#undef SIZEOF_INT |
-/* The size of a `long', as computed by sizeof. */ |
+/* The size of `long', as computed by sizeof. */ |
#undef SIZEOF_LONG |
-/* The size of a `short', as computed by sizeof. */ |
+/* The size of `short', as computed by sizeof. */ |
#undef SIZEOF_SHORT |
-/* The size of a `void *', as computed by sizeof. */ |
+/* The size of `void *', as computed by sizeof. */ |
#undef SIZEOF_VOID_P |
/* Define to 1 if you have the ANSI C header files. */ |
@@ -841,5 +904,5 @@ |
/* Define for large files, on AIX-style hosts. */ |
#undef _LARGE_FILES |
-/* Define to `long' if <sys/types.h> does not define. */ |
+/* Define to `long int' if <sys/types.h> does not define. */ |
#undef off_t |