summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1998-02-02 00:04:08 +0000
committerMarc G. Fournier <scrappy@hub.org>1998-02-02 00:04:08 +0000
commite6e364088ac5c980e3fb99300ba74cc26296000b (patch)
tree1ba56773b0a04d45921d9019a166d27b378922a5 /src/include
parent79f99a3888ab3e6a934da47b36d912f9723e1415 (diff)
Move all the isinf() stuff from float.c to isinf.c, and build it according to
configure vs port specific #ifdef's...
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in
index 521790528f6..a40161eac83 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -14,6 +14,12 @@
* The following is set using configure.
*/
+/* Set to 1 if you have <fp_class.h> */
+#undef HAVE_FP_CLASS_H
+
+/* Set to 1 if you have <ieeefp.h> */
+#undef HAVE_IEEEFP_H
+
/* Set to 1 if you have <arpa/inet.h> */
#undef HAVE_ARPA_INET_H
@@ -53,6 +59,18 @@
/* Set to 1 if you have <dld.h> */
#undef HAVE_DLD_H
+/* Set to 1 if you have fp_class() */
+#undef HAVE_FP_CLASS
+
+/* Set to 1 if you have class() */
+#undef HAVE_CLASS
+
+/* Set to 1 if you have fp_class_d() */
+#undef HAVE_FP_CLASS_D
+
+/* Set to 1 if you have fpclass() */
+#undef HAVE_FPCLASS
+
/* Set to 1 if you have isinf() */
#undef HAVE_ISINF
#ifndef HAVE_ISINF