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