diff src/config.in @ 108307:767894eefe6c

* floatfns.c (Fisnan, Fcopysign, Ffrexp, Fldexp): New functions. * configure.in: Add tests for `isnan' and `copysign'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 May 2010 14:55:18 -0400
parents 8416c8d075e3
children f043f612f6da
line wrap: on
line diff
--- a/src/config.in	Fri May 07 13:47:56 2010 -0400
+++ b/src/config.in	Fri May 07 14:55:18 2010 -0400
@@ -135,6 +135,9 @@
 /* Define to 1 if you have the <com_err.h> header file. */
 #undef HAVE_COM_ERR_H
 
+/* Define to 1 if you have the `copysign' function. */
+#undef HAVE_COPYSIGN
+
 /* Define to 1 if using D-Bus. */
 #undef HAVE_DBUS
 
@@ -300,6 +303,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `isnan' function. */
+#undef HAVE_ISNAN
+
 /* Define to 1 if you have the jpeg library (-ljpeg). */
 #undef HAVE_JPEG