summaryrefslogtreecommitdiffstats
path: root/contrib/bc/config.h.in
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-02-26 07:13:00 +0000
committerkris <kris@FreeBSD.org>2001-02-26 07:13:00 +0000
commit719baf164e794b772e8b1869bbf106ef68bfd40e (patch)
tree1f4f6cec66b553514b27fc7b72541e0f7adc79e5 /contrib/bc/config.h.in
parent9657c835ffcf45e0a6d46f291505b0b112f8a244 (diff)
downloadFreeBSD-src-719baf164e794b772e8b1869bbf106ef68bfd40e.zip
FreeBSD-src-719baf164e794b772e8b1869bbf106ef68bfd40e.tar.gz
Initial import of bc 1.0.6
Diffstat (limited to 'contrib/bc/config.h.in')
-rw-r--r--contrib/bc/config.h.in22
1 files changed, 16 insertions, 6 deletions
diff --git a/contrib/bc/config.h.in b/contrib/bc/config.h.in
index 1f33161..ebb9e34 100644
--- a/contrib/bc/config.h.in
+++ b/contrib/bc/config.h.in
@@ -28,18 +28,21 @@
/* Define if lex declares yytext as a char * by default, not a char[]. */
#undef YYTEXT_POINTER
-/* PACKAGE name */
-#undef PACKAGE
+/* VERSION number for DC target*/
+#undef DC_VERSION
-/* Package VERSION number */
-#undef VERSION
+/* COPYRIGHT notice for DC target */
+#undef DC_COPYRIGHT
-/* define if the math lib is to be loaded from a file. */
-#undef BC_MATH_FILE
+/* 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
@@ -69,3 +72,10 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+
OpenPOWER on IntegriCloud