Update for 1.0.5a.
This commit is contained in:
parent
a05b562771
commit
50d65e684c
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user