diff options
Diffstat (limited to 'pkg/bc/config.h')
| -rw-r--r-- | pkg/bc/config.h | 64 |
1 files changed, 56 insertions, 8 deletions
diff --git a/pkg/bc/config.h b/pkg/bc/config.h index ae9157f7..b69b1bc5 100644 --- a/pkg/bc/config.h +++ b/pkg/bc/config.h @@ -1,8 +1,56 @@ -#define BC_ENABLED 1 -#define DC_ENABLED 0 - -#define BC_ENABLE_EXTRA_MATH 1 -#define BC_ENABLE_HISTORY 1 -#define BC_ENABLE_NLS 0 -#define BC_ENABLE_PROMPT 1 -#define BC_NUM_KARATSUBA_LEN 32 +#define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006, 2008, 2012-2017 Free Software Foundation, Inc." +#define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000, 2001, 2003-2006, 2008, 2010, 2012-2017 Free Software Foundation, Inc." +#define DC_VERSION "1.4.1" +/* #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.07.1" +#define PACKAGE_TARNAME "bc" +#define PACKAGE_URL "" +#define PACKAGE_VERSION "1.07.1" +/* #undef READLINE */ +#define STDC_HEADERS 1 +#ifndef _ALL_SOURCE +# define _ALL_SOURCE 1 +#endif +#ifndef _GNU_SOURCE +# define _GNU_SOURCE 1 +#endif +#ifndef _POSIX_PTHREAD_SEMANTICS +# define _POSIX_PTHREAD_SEMANTICS 1 +#endif +#ifndef _TANDEM_SOURCE +# define _TANDEM_SOURCE 1 +#endif +#ifndef __EXTENSIONS__ +# define __EXTENSIONS__ 1 +#endif +#define VERSION "1.07.1" +/* #undef YYTEXT_POINTER */ +/* #undef _MINIX */ +/* #undef _POSIX_1_SOURCE */ +/* #undef _POSIX_SOURCE */ +/* #undef const */ +/* #undef ptrdiff_t */ +/* #undef size_t */ |
