Spec fix
[profile/ivi/bc.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define the bc copyright line. */
4 #undef BC_COPYRIGHT
5
6 /* Define the dc copyright line. */
7 #undef DC_COPYRIGHT
8
9 /* Define the dc version number. */
10 #undef DC_VERSION
11
12 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
13 #undef HAVE_DOPRNT
14
15 /* Define to 1 if you have the <errno.h> header file. */
16 #undef HAVE_ERRNO_H
17
18 /* Define to 1 if you have the `fstat' function. */
19 #undef HAVE_FSTAT
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the `isgraph' function. */
25 #undef HAVE_ISGRAPH
26
27 /* Define to 1 if you have the <lib.h> header file. */
28 #undef HAVE_LIB_H
29
30 /* Define to 1 if you have the <limits.h> header file. */
31 #undef HAVE_LIMITS_H
32
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
35
36 /* Define to 1 if you have the `setvbuf' function. */
37 #undef HAVE_SETVBUF
38
39 /* Define to 1 if you have the <stdarg.h> header file. */
40 #undef HAVE_STDARG_H
41
42 /* Define to 1 if you have the <stddef.h> header file. */
43 #undef HAVE_STDDEF_H
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define to 1 if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define to 1 if you have the `strtol' function. */
58 #undef HAVE_STRTOL
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
65
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
68
69 /* Define to 1 if you have the `vprintf' function. */
70 #undef HAVE_VPRINTF
71
72 /* Define if libedit is used */
73 #undef LIBEDIT
74
75 /* Name of package */
76 #undef PACKAGE
77
78 /* Define to the address where bug reports for this package should be sent. */
79 #undef PACKAGE_BUGREPORT
80
81 /* Define to the full name of this package. */
82 #undef PACKAGE_NAME
83
84 /* Define to the full name and version of this package. */
85 #undef PACKAGE_STRING
86
87 /* Define to the one symbol short name of this package. */
88 #undef PACKAGE_TARNAME
89
90 /* Define to the version of this package. */
91 #undef PACKAGE_VERSION
92
93 /* Define if readline is used */
94 #undef READLINE
95
96 /* Define to 1 if you have the ANSI C header files. */
97 #undef STDC_HEADERS
98
99 /* Version number of package */
100 #undef VERSION
101
102 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
103    `char[]'. */
104 #undef YYTEXT_POINTER
105
106 /* Define to 1 if on MINIX. */
107 #undef _MINIX
108
109 /* Define to 2 if the system does not provide POSIX.1 features except with
110    this defined. */
111 #undef _POSIX_1_SOURCE
112
113 /* Define to 1 if you need to in order for `stat' and other things to work. */
114 #undef _POSIX_SOURCE
115
116 /* Define to empty if `const' does not conform to ANSI C. */
117 #undef const
118
119 /* Define to `size_t' if <sys/types.h> does not define. */
120 #undef ptrdiff_t
121
122 /* Define to `unsigned' if <sys/types.h> does not define. */
123 #undef size_t