aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index b858c4ef01b..5c545497ba8 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