config.h revision 42688
1/* config.h.  Generated automatically by configure.  */
2/* config.h.in.  Generated automatically from configure.in by autoheader.  */
3/* acconfig.h
4   This file is in the public domain.
5
6   Descriptive text for the C preprocessor macros that
7   the distributed Autoconf macros can define.
8   No software package will use all of them; autoheader copies the ones
9   your configure.in uses into your configuration header file templates.
10
11   The entries are in sort -df order: alphabetical, case insensitive,
12   ignoring punctuation (such as underscores).  Although this order
13   can split up related entries, it makes it easier to check whether
14   a given entry is in the file.
15
16   Leave the following blank line there!!  Autoheader needs it.  */
17
18
19
20/* Define if using alloca.c.  */
21/* #undef C_ALLOCA */
22
23/* Define to empty if the keyword does not work.  */
24/* #undef const */
25
26/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
27   This function is required for alloca.c support on those systems.  */
28/* #undef CRAY_STACKSEG_END */
29
30/* Define if you have alloca, as a function or macro.  */
31#define HAVE_ALLOCA 1
32
33/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
34/* #undef HAVE_ALLOCA_H */
35
36/* Define if you don't have vprintf but do have _doprnt.  */
37/* #undef HAVE_DOPRNT */
38
39/* Define if you have a working `mmap' system call.  */
40#define HAVE_MMAP 1
41
42/* Define if you have the vprintf function.  */
43#define HAVE_VPRINTF 1
44
45/* Define as __inline if that's what the C compiler calls it.  */
46/* #undef inline */
47
48/* Define if on MINIX.  */
49/* #undef _MINIX */
50
51/* Define to `long' if <sys/types.h> doesn't define.  */
52/* #undef off_t */
53
54/* Define if the system does not provide POSIX.1 features except
55   with this defined.  */
56/* #undef _POSIX_1_SOURCE */
57
58/* Define if you need to in order for stat and other things to work.  */
59/* #undef _POSIX_SOURCE */
60
61/* Define as the return type of signal handlers (int or void).  */
62#define RETSIGTYPE void
63
64/* Define if the setvbuf function takes the buffering type as its second
65   argument and the buffer pointer as the third, as on System V
66   before release 3.  */
67/* #undef SETVBUF_REVERSED */
68
69/* Define to `unsigned' if <sys/types.h> doesn't define.  */
70/* #undef size_t */
71
72/* If using the C implementation of alloca, define if you know the
73   direction of stack growth for your system; otherwise it will be
74   automatically deduced at run-time.
75 STACK_DIRECTION > 0 => grows toward higher addresses
76 STACK_DIRECTION < 0 => grows toward lower addresses
77 STACK_DIRECTION = 0 => direction of growth unknown
78 */
79/* #undef STACK_DIRECTION */
80
81/* Define if you have the ANSI C header files.  */
82#define STDC_HEADERS 1
83
84/* Define if your <sys/time.h> declares struct tm.  */
85/* #undef TM_IN_SYS_TIME */
86
87/* Define to 1 if NLS is requested.  */
88#define ENABLE_NLS 1
89
90/* Define as 1 if you have catgets and don't want to use GNU gettext.  */
91/* #undef HAVE_CATGETS */
92
93/* Define as 1 if you have gettext and don't want to use GNU gettext.  */
94/* #undef HAVE_GETTEXT */
95
96/* Define if your locale.h file contains LC_MESSAGES.  */
97#define HAVE_LC_MESSAGES 1
98
99/* Define as 1 if you have the stpcpy function.  */
100/* #undef HAVE_STPCPY */
101
102/* Define to the name of the distribution.  */
103#define PACKAGE "texinfo"
104
105/* Define to the version of the distribution.  */
106#define VERSION "3.12"
107
108/* Define if you have the __argz_count function.  */
109/* #undef HAVE___ARGZ_COUNT */
110
111/* Define if you have the __argz_next function.  */
112/* #undef HAVE___ARGZ_NEXT */
113
114/* Define if you have the __argz_stringify function.  */
115/* #undef HAVE___ARGZ_STRINGIFY */
116
117/* Define if you have the bzero function.  */
118#define HAVE_BZERO 1
119
120/* Define if you have the dcgettext function.  */
121/* #undef HAVE_DCGETTEXT */
122
123/* Define if you have the getcwd function.  */
124#define HAVE_GETCWD 1
125
126/* Define if you have the getpagesize function.  */
127#define HAVE_GETPAGESIZE 1
128
129/* Define if you have the memcpy function.  */
130#define HAVE_MEMCPY 1
131
132/* Define if you have the memmove function.  */
133#define HAVE_MEMMOVE 1
134
135/* Define if you have the memset function.  */
136#define HAVE_MEMSET 1
137
138/* Define if you have the munmap function.  */
139#define HAVE_MUNMAP 1
140
141/* Define if you have the putenv function.  */
142#define HAVE_PUTENV 1
143
144/* Define if you have the setenv function.  */
145#define HAVE_SETENV 1
146
147/* Define if you have the setlocale function.  */
148#define HAVE_SETLOCALE 1
149
150/* Define if you have the setvbuf function.  */
151#define HAVE_SETVBUF 1
152
153/* Define if you have the sigprocmask function.  */
154#define HAVE_SIGPROCMASK 1
155
156/* Define if you have the sigsetmask function.  */
157#define HAVE_SIGSETMASK 1
158
159/* Define if you have the stpcpy function.  */
160/* #undef HAVE_STPCPY */
161
162/* Define if you have the strcasecmp function.  */
163#define HAVE_STRCASECMP 1
164
165/* Define if you have the strchr function.  */
166#define HAVE_STRCHR 1
167
168/* Define if you have the strdup function.  */
169#define HAVE_STRDUP 1
170
171/* Define if you have the strerror function.  */
172#define HAVE_STRERROR 1
173
174/* Define if you have the <argz.h> header file.  */
175/* #undef HAVE_ARGZ_H */
176
177/* Define if you have the <fcntl.h> header file.  */
178#define HAVE_FCNTL_H 1
179
180/* Define if you have the <limits.h> header file.  */
181#define HAVE_LIMITS_H 1
182
183/* Define if you have the <locale.h> header file.  */
184#define HAVE_LOCALE_H 1
185
186/* Define if you have the <malloc.h> header file.  */
187/* #undef HAVE_MALLOC_H */
188
189/* Define if you have the <ncurses/termcap.h> header file.  */
190/* #undef HAVE_NCURSES_TERMCAP_H */
191
192/* Define if you have the <nl_types.h> header file.  */
193#define HAVE_NL_TYPES_H 1
194
195/* Define if you have the <pwd.h> header file.  */
196#define HAVE_PWD_H 1
197
198/* Define if you have the <string.h> header file.  */
199#define HAVE_STRING_H 1
200
201/* Define if you have the <strings.h> header file.  */
202#define HAVE_STRINGS_H 1
203
204/* Define if you have the <sys/fcntl.h> header file.  */
205#define HAVE_SYS_FCNTL_H 1
206
207/* Define if you have the <sys/file.h> header file.  */
208#define HAVE_SYS_FILE_H 1
209
210/* Define if you have the <sys/param.h> header file.  */
211#define HAVE_SYS_PARAM_H 1
212
213/* Define if you have the <sys/ptem.h> header file.  */
214/* #undef HAVE_SYS_PTEM_H */
215
216/* Define if you have the <sys/time.h> header file.  */
217#define HAVE_SYS_TIME_H 1
218
219/* Define if you have the <sys/ttold.h> header file.  */
220/* #undef HAVE_SYS_TTOLD_H */
221
222/* Define if you have the <sys/wait.h> header file.  */
223#define HAVE_SYS_WAIT_H 1
224
225/* Define if you have the <termcap.h> header file.  */
226#define HAVE_TERMCAP_H 1
227
228/* Define if you have the <termio.h> header file.  */
229/* #undef HAVE_TERMIO_H */
230
231/* Define if you have the <termios.h> header file.  */
232#define HAVE_TERMIOS_H 1
233
234/* Define if you have the <unistd.h> header file.  */
235#define HAVE_UNISTD_H 1
236
237/* Define if you have the <values.h> header file.  */
238/* #undef HAVE_VALUES_H */
239
240/* Define if you have the bsd library (-lbsd).  */
241/* #undef HAVE_LIBBSD */
242
243/* Define if you have the i library (-li).  */
244/* #undef HAVE_LIBI */
245
246/* Define if you have the z library (-lz).  */
247#define HAVE_LIBZ 1
248
249/* For gettext (NLS) */
250#include <libintl.h>
251#define _(String) gettext (String)
252#define N_(String) (String)
253
254
255/* Leave that blank line there!!  Autoheader needs it.
256   If you're adding to this file, keep in mind:
257   The entries are in sort -df order: alphabetical, case insensitive,
258   ignoring punctuation (such as underscores).  */
259