summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in21
1 files changed, 15 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index 9cadf4bc..d2a0cca6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,10 +1,4 @@
/* config.h.in. Generated from configure.in by autoheader. */
-#undef HAVE_ISINF
-#undef HAVE_ISNAN
-#undef HAVE_POW
-#undef HAVE_FLOOR
-#undef HAVE_FABS
-#undef WITH_DEBUGGER
/* Define to 1 if you have the <ansidecl.h> header file. */
#undef HAVE_ANSIDECL_H
@@ -18,9 +12,15 @@
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
+/* Define if fabs is there */
+#undef HAVE_FABS
+
/* Define to 1 if you have the <float.h> header file. */
#undef HAVE_FLOAT_H
+/* Define if floor is there */
+#undef HAVE_FLOOR
+
/* Define to 1 if you have the `fprintf' function. */
#undef HAVE_FPRINTF
@@ -72,6 +72,9 @@
/* Define to 1 if you have the <nan.h> header file. */
#undef HAVE_NAN_H
+/* Define if pow is there */
+#undef HAVE_POW
+
/* Define to 1 if you have the `printf' function. */
#undef HAVE_PRINTF
@@ -163,6 +166,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -194,6 +200,9 @@
/* Version number of package */
#undef VERSION
+/* Define if debugging support is enabled */
+#undef WITH_DEBUGGER
+
/* Define to 1 if on MINIX. */
#undef _MINIX