diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-16 10:21:28 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-16 10:21:28 +0000 |
| commit | 6986f365d4e342d388ca25302b795461d62789e3 (patch) | |
| tree | 0487398514fc1e5a113fcdfa764f2ff2b05e99cb /gnu/usr.bin/bc | |
| parent | ca4d36dde4b256d04d91d6bae4071ab70d0dce38 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/bc')
| -rw-r--r-- | gnu/usr.bin/bc/config.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/bc/config.h b/gnu/usr.bin/bc/config.h index 98bd4ca03738..db7a86a77e64 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 */ |
