summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-16 10:21:28 +0000
committerobrien <obrien@FreeBSD.org>2000-01-16 10:21:28 +0000
commit6d9314376b0460e8381f79926e51d1ab85177de9 (patch)
tree3c93a34f285ae9350435744290f639062fb4c0ca
parent02b61bd46d981076774ff07d866357ba0534d3cf (diff)
downloadFreeBSD-src-6d9314376b0460e8381f79926e51d1ab85177de9.zip
FreeBSD-src-6d9314376b0460e8381f79926e51d1ab85177de9.tar.gz
Update for 1.0.5a.
-rw-r--r--gnu/usr.bin/bc/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/config.h b/gnu/usr.bin/bc/config.h
index 98bd4ca..db7a86a 100644
--- a/gnu/usr.bin/bc/config.h
+++ b/gnu/usr.bin/bc/config.h
@@ -1,3 +1,5 @@
+/* $FreeBSD$ */
+
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -33,7 +35,7 @@
#define PACKAGE "bc"
/* Package VERSION number */
-#define VERSION "1.04"
+#define VERSION "1.05"
/* define if the math lib is to be loaded from a file. */
/* #undef BC_MATH_FILE */
@@ -47,6 +49,9 @@
/* Define if you have the isgraph function. */
#define HAVE_ISGRAPH 1
+/* Define if you have the setvbuf function. */
+#define HAVE_SETVBUF 1
+
/* Define if you have the <lib.h> header file. */
/* #undef HAVE_LIB_H */
OpenPOWER on IntegriCloud