summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH13
1 files changed, 13 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index f8c4fed675..8d09829963 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3561,6 +3561,19 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_fp_class HAS_FP_CLASS /**/
+/* HAS_FP_CLASSIFY:
+ * This symbol, if defined, indicates that the fp_classify routine is
+ * available to classify doubles.
+ * The returned values are defined in <math.h> and are:
+ *
+ * FP_NAN
+ * FP_INFINITE
+ * FP_NORMAL
+ * FP_SUBNORMAL
+ * FP_ZERO
+ */
+#$d_fp_classify HAS_FP_CLASSIFY /**/
+
/* HAS_FPCLASS:
* This symbol, if defined, indicates that the fpclass routine is
* available to classify doubles. Available for example in Solaris/SVR4.