diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-05 23:58:15 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-06 01:38:57 -0800 |
| commit | c7d55edad461cbf326803b3ced8b8187470f5b6a (patch) | |
| tree | f9e483fe44eabd096232b2d25129919db27998c3 /pkg/bc/config.h | |
| parent | 858cfd217f4db2613550379898561a41bc34e741 (diff) | |
bc: Replace with Gavin Howard's implementation
Diffstat (limited to 'pkg/bc/config.h')
| -rw-r--r-- | pkg/bc/config.h | 48 |
1 files changed, 8 insertions, 40 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h index 33ad734d..1c37fdff 100644 --- a/pkg/bc/config.h +++ b/pkg/bc/config.h @@ -1,40 +1,8 @@ -#define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc." -#define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2004, 2005, 2006 Free Software Foundation, Inc." -#define DC_VERSION "1.3.95" -/* #undef HAVE_DOPRNT */ -#define HAVE_ERRNO_H 1 -#define HAVE_FSTAT 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_ISGRAPH 1 -/* #undef HAVE_LIB_H */ -#define HAVE_LIMITS_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_SETVBUF 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_STRTOL 1 -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_UNISTD_H 1 -#define HAVE_VPRINTF 1 -/* #undef LIBEDIT */ -#define PACKAGE "bc" -#define PACKAGE_BUGREPORT "" -#define PACKAGE_NAME "bc" -#define PACKAGE_STRING "bc 1.06.95" -#define PACKAGE_TARNAME "bc" -#define PACKAGE_VERSION "1.06.95" -/* #undef READLINE */ -#define STDC_HEADERS 1 -#define VERSION "1.06.95" -/* #undef YYTEXT_POINTER */ -/* #undef _MINIX */ -/* #undef _POSIX_1_SOURCE */ -/* #undef _POSIX_SOURCE */ -/* #undef const */ -/* #undef ptrdiff_t */ -/* #undef size_t */ +#define BC_ENABLED 1 +#define DC_ENABLED 0 + +#define BC_ENABLE_EXTRA_MATH 1 +#define BC_ENABLE_HISTORY 1 +#define BC_ENABLE_REFERENCES 1 +#define BC_ENABLE_SIGNALS 1 +#define BC_NUM_KARATSUBA_LEN 32 |
