1/* config.h.  Generated automatically by configure.  */
2/* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4/* Define to empty if the keyword does not work.  */
5/* #undef const */
6
7/* Define if you don't have vprintf but do have _doprnt.  */
8/* #undef HAVE_DOPRNT */
9
10/* Define if you have the vprintf function.  */
11#define HAVE_VPRINTF 1
12
13/* Define if on MINIX.  */
14/* #undef _MINIX */
15
16/* Define if the system does not provide POSIX.1 features except
17   with this defined.  */
18/* #undef _POSIX_1_SOURCE */
19
20/* Define if you need to in order for stat and other things to work.  */
21/* #undef _POSIX_SOURCE */
22
23/* Define to `unsigned' if <sys/types.h> doesn't define.  */
24/* #undef size_t */
25
26/* Define if you have the ANSI C header files.  */
27#define STDC_HEADERS 1
28
29/* Define if lex declares yytext as a char * by default, not a char[].  */
30#define YYTEXT_POINTER 1
31
32/* VERSION number for DC target*/
33#define DC_VERSION "1.3"
34
35/* COPYRIGHT notice for DC target */
36#define DC_COPYRIGHT "Copyright 1994, 1997, 1998, 2000 Free Software Foundation, Inc."
37
38/* COPYRIGHT notice for BC target */
39#define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc."
40
41/* Define to use the readline library. */
42/* #undef READLINE */
43
44/* Define to use the BSD libedit library. */
45/* #undef LIBEDIT */
46
47/* Define to `size_t' if <sys/types.h> and <stddef.h> don't define.  */
48/* #undef ptrdiff_t */
49
50/* Define if you have the isgraph function.  */
51#define HAVE_ISGRAPH 1
52
53/* Define if you have the setvbuf function.  */
54#define HAVE_SETVBUF 1
55
56/* Define if you have the <lib.h> header file.  */
57/* #undef HAVE_LIB_H */
58
59/* Define if you have the <limits.h> header file.  */
60#define HAVE_LIMITS_H 1
61
62/* Define if you have the <stdarg.h> header file.  */
63#define HAVE_STDARG_H 1
64
65/* Define if you have the <stddef.h> header file.  */
66#define HAVE_STDDEF_H 1
67
68/* Define if you have the <stdlib.h> header file.  */
69#define HAVE_STDLIB_H 1
70
71/* Define if you have the <string.h> header file.  */
72#define HAVE_STRING_H 1
73
74/* Define if you have the <unistd.h> header file.  */
75#define HAVE_UNISTD_H 1
76
77/* Name of package */
78#define PACKAGE "bc"
79
80/* Version number of package */
81#define VERSION "1.06"
82
83