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