summaryrefslogtreecommitdiffstats
path: root/contrib/bc/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/acconfig.h')
-rw-r--r--contrib/bc/acconfig.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/bc/acconfig.h b/contrib/bc/acconfig.h
new file mode 100644
index 0000000..ac625a5
--- /dev/null
+++ b/contrib/bc/acconfig.h
@@ -0,0 +1,15 @@
+/* PACKAGE name */
+#undef PACKAGE
+
+/* Package VERSION number */
+#undef VERSION
+
+/* define if the math lib is to be loaded from a file. */
+#undef BC_MATH_FILE
+
+/* Define to use the readline library. */
+#undef READLINE
+
+/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
+#undef ptrdiff_t
+
OpenPOWER on IntegriCloud