summaryrefslogtreecommitdiff
path: root/libgo/config.h.in
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-27 16:38:11 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-27 16:38:11 +0000
commit6217b5f495d89fa8fec9bfc3a2dbfb3cf4b8cf91 (patch)
tree26d61005e47dff95eea087e52ca9229168459419 /libgo/config.h.in
parent3ff40a6bf4310e9e5bb398be2e590e3998fb203a (diff)
PR go/52358
configure, runtime: Provide i386 long double math functions if needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186915 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/config.h.in')
-rw-r--r--libgo/config.h.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/libgo/config.h.in b/libgo/config.h.in
index 91b91bfb0a93..10aab6074810 100644
--- a/libgo/config.h.in
+++ b/libgo/config.h.in
@@ -3,12 +3,33 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
+/* Define to 1 if you have the `acosl' function. */
+#undef HAVE_ACOSL
+
+/* Define to 1 if you have the `asinl' function. */
+#undef HAVE_ASINL
+
+/* Define to 1 if you have the `atan2l' function. */
+#undef HAVE_ATAN2L
+
+/* Define to 1 if you have the `atanl' function. */
+#undef HAVE_ATANL
+
+/* Define to 1 if you have the `cosl' function. */
+#undef HAVE_COSL
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the `epoll_create1' function. */
#undef HAVE_EPOLL_CREATE1
+/* Define to 1 if you have the `expl' function. */
+#undef HAVE_EXPL
+
+/* Define to 1 if you have the `expm1l' function. */
+#undef HAVE_EXPM1L
+
/* Define to 1 if you have the `faccessat' function. */
#undef HAVE_FACCESSAT
@@ -42,6 +63,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `ldexpl' function. */
+#undef HAVE_LDEXPL
+
/* Define to 1 if you have the <linux/ether.h> header file. */
#undef HAVE_LINUX_ETHER_H
@@ -72,6 +96,15 @@
/* Define to 1 if the system has the type `loff_t'. */
#undef HAVE_LOFF_T
+/* Define to 1 if you have the `log10l' function. */
+#undef HAVE_LOG10L
+
+/* Define to 1 if you have the `log1pl' function. */
+#undef HAVE_LOG1PL
+
+/* Define to 1 if you have the `logl' function. */
+#undef HAVE_LOGL
+
/* Define to 1 if you have the `matherr' function. */
#undef HAVE_MATHERR
@@ -126,6 +159,9 @@
/* Define to 1 if you have the `setenv' function. */
#undef HAVE_SETENV
+/* Define to 1 if you have the `sinl' function. */
+#undef HAVE_SINL
+
/* Define to 1 if you have the `splice' function. */
#undef HAVE_SPLICE
@@ -226,6 +262,9 @@
/* Define to 1 if you have the <sys/vfs.h> header file. */
#undef HAVE_SYS_VFS_H
+/* Define to 1 if you have the `tanl' function. */
+#undef HAVE_TANL
+
/* Define to 1 if you have the `tee' function. */
#undef HAVE_TEE