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.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/contrib/bc/acconfig.h b/contrib/bc/acconfig.h
index ac625a5..ff17f82 100644
--- a/contrib/bc/acconfig.h
+++ b/contrib/bc/acconfig.h
@@ -4,12 +4,21 @@
/* Package VERSION number */
#undef VERSION
-/* define if the math lib is to be loaded from a file. */
-#undef BC_MATH_FILE
+/* VERSION number for DC target*/
+#undef DC_VERSION
+
+/* COPYRIGHT notice for DC target */
+#undef DC_COPYRIGHT
+
+/* COPYRIGHT notice for BC target */
+#undef BC_COPYRIGHT
/* Define to use the readline library. */
#undef READLINE
+/* Define to use the BSD libedit library. */
+#undef LIBEDIT
+
/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define. */
#undef ptrdiff_t
OpenPOWER on IntegriCloud