Deleted Added
full compact
1/* $FreeBSD: head/contrib/texinfo/config.h 93144 2002-03-25 13:16:33Z ru $ */
2/* config.h. Generated automatically by configure. */
3/* config.in. Generated automatically from configure.ac by autoheader. */
4/* acconfig.h
5 This file is in the public domain.
6 $Id: acconfig.h,v 1.3 1998/12/06 22:04:03 karl Exp $
1/* $FreeBSD: head/contrib/texinfo/config.h 100518 2002-07-22 16:58:54Z ru $ */
2/* config.h. Generated by configure. */
3/* config.in. Generated from configure.ac by autoheader. */
4
8 Descriptive text for the C preprocessor macros that
9 the distributed Autoconf macros can define.
10 No software package will use all of them; autoheader copies the ones
11 your configure.in uses into your configuration header file templates.
12
13 The entries are in sort -df order: alphabetical, case insensitive,
14 ignoring punctuation (such as underscores). Although this order
15 can split up related entries, it makes it easier to check whether
16 a given entry is in the file.
17
18 Leave the following blank line there!! Autoheader needs it. */
19
20
21
22
23/* Define to 1 if including sys/ioctl.h is needed to get TIOCGWINSZ. */
24/* #undef GWINSZ_IN_SYS_IOCTL */
25
26/* Define to 1 if NLS is requested. */
27/* #undef ENABLE_NLS */
28
29/* Define as 1 if you have catgets and don't want to use GNU gettext. */
30/* #undef HAVE_CATGETS */
31
32/* Define as 1 if you have gettext and don't want to use GNU gettext. */
33/* #undef HAVE_GETTEXT */
34
35/* Define if your locale.h file contains LC_MESSAGES. */
36#define HAVE_LC_MESSAGES 1
37
38/* Define as 1 if you have the stpcpy function. */
39/* #undef HAVE_STPCPY */
40
41/* Define to the name of the distribution. */
42#define PACKAGE "texinfo"
43
44/* Define to the version of the distribution. */
45#define VERSION "4.1"
46
47
5/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6 systems. This function is required for `alloca.c' support on those systems.
7 */
8/* #undef CRAY_STACKSEG_END */
9
53/* Define if using `alloca.c'. */
10/* Define to 1 if using `alloca.c'. */
11/* #undef C_ALLOCA */
12
13/* Define to 1 if translation of program messages to the user's native
14 language is requested. */
15/* #undef ENABLE_NLS */
16
60/* Define if `TIOCGWINSZ' requires <sys/ioctl.h> */
17/* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */
18/* #undef GWINSZ_IN_SYS_IOCTL */
19
63/* Define if you have `alloca', as a function or macro. */
20/* Define to 1 if you have `alloca', as a function or macro. */
21#define HAVE_ALLOCA 1
22
66/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
23/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24 */
25/* #undef HAVE_ALLOCA_H */
26
69/* Define if you have the header file. */
27/* Define to 1 if you have the <argz.h> header file. */
28/* #undef HAVE_ARGZ_H */
29
72/* Define if you have the `bzero' function. */
30/* Define to 1 if you have the `bzero' function. */
31#define HAVE_BZERO 1
32
33/* Define if the GNU dcgettext() function is already present or preinstalled.
34 */
35/* #undef HAVE_DCGETTEXT */
36
37/* Define if this function is declared. */
38#define HAVE_DECL_STRCASECMP 1
39
40/* Define if this function is declared. */
41#define HAVE_DECL_STRCOLL 1
42
43/* Define if this function is declared. */
44#define HAVE_DECL_STRERROR 1
45
46/* Define if this function is declared. */
47#define HAVE_DECL_STRNCASECMP 1
48
91/* Define if you don't have `vprintf' but do have `_doprnt.' */
49/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
50/* #undef HAVE_DOPRNT */
51
94/* Define if you have the header file. */
52/* Define to 1 if you have the <fcntl.h> header file. */
53#define HAVE_FCNTL_H 1
54
97/* Define if you have the `feof_unlocked' function. */
55/* Define to 1 if you have the `feof_unlocked' function. */
56/* #undef HAVE_FEOF_UNLOCKED */
57
100/* Define if you have the `fgets_unlocked' function. */
58/* Define to 1 if you have the `fgets_unlocked' function. */
59/* #undef HAVE_FGETS_UNLOCKED */
60
103/* Define if you have the `getcwd' function. */
61/* Define to 1 if you have the `getcwd' function. */
62#define HAVE_GETCWD 1
63
106/* Define if you have the `getc_unlocked' function. */
64/* Define to 1 if you have the `getc_unlocked' function. */
65/* #undef HAVE_GETC_UNLOCKED */
66
109/* Define if you have the `getegid' function. */
67/* Define to 1 if you have the `getegid' function. */
68#define HAVE_GETEGID 1
69
112/* Define if you have the `geteuid' function. */
70/* Define to 1 if you have the `geteuid' function. */
71#define HAVE_GETEUID 1
72
115/* Define if you have the `getgid' function. */
73/* Define to 1 if you have the `getgid' function. */
74#define HAVE_GETGID 1
75
118/* Define if you have the `getpagesize' function. */
76/* Define to 1 if you have the `getpagesize' function. */
77#define HAVE_GETPAGESIZE 1
78
79/* Define if the GNU gettext() function is already present or preinstalled. */
80/* #undef HAVE_GETTEXT */
81
124/* Define if you have the `getuid' function. */
82/* Define to 1 if you have the `getuid' function. */
83#define HAVE_GETUID 1
84
85/* Define if you have the iconv() function. */
86/* #undef HAVE_ICONV */
87
130/* Define if you have the header file. */
88/* Define to 1 if you have the <inttypes.h> header file. */
89#define HAVE_INTTYPES_H 1
90
133/* Define if you have the header file. */
91/* Define to 1 if you have the <io.h> header file. */
92/* #undef HAVE_IO_H */
93
94/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
95#define HAVE_LANGINFO_CODESET 1
96
97/* Define if your <locale.h> file defines LC_MESSAGES. */
98#define HAVE_LC_MESSAGES 1
99
142/* Define if you have the `bsd' library (-lbsd). */
100/* Define to 1 if you have the `bsd' library (-lbsd). */
101/* #undef HAVE_LIBBSD */
102
145/* Define if you have the header file. */
103/* Define to 1 if you have the <limits.h> header file. */
104#define HAVE_LIMITS_H 1
105
148/* Define if you have the header file. */
106/* Define to 1 if you have the <locale.h> header file. */
107#define HAVE_LOCALE_H 1
108
151/* Define if you have the header file. */
152/* #undef HAVE_MALLOC_H */
109/* Define to 1 if you have the <malloc.h> header file. */
110#define HAVE_MALLOC_H 1
111
154/* Define if you have the `memcpy' function. */
112/* Define to 1 if you have the `memcpy' function. */
113#define HAVE_MEMCPY 1
114
157/* Define if you have the `memmove' function. */
115/* Define to 1 if you have the `memmove' function. */
116#define HAVE_MEMMOVE 1
117
160/* Define if you have the header file. */
118/* Define to 1 if you have the <memory.h> header file. */
119#define HAVE_MEMORY_H 1
120
163/* Define if you have the `mempcpy' function. */
121/* Define to 1 if you have the `mempcpy' function. */
122/* #undef HAVE_MEMPCPY */
123
166/* Define if you have the `memset' function. */
124/* Define to 1 if you have the `memset' function. */
125#define HAVE_MEMSET 1
126
169/* Define if you have a working `mmap' system call. */
127/* Define to 1 if you have a working `mmap' system call. */
128#define HAVE_MMAP 1
129
172/* Define if you have the `munmap' function. */
130/* Define to 1 if you have the `munmap' function. */
131#define HAVE_MUNMAP 1
132
175/* Define if you have the header file. */
133/* Define to 1 if you have the <ncurses/termcap.h> header file. */
134/* #undef HAVE_NCURSES_TERMCAP_H */
135
178/* Define if you have the header file. */
136/* Define to 1 if you have the <nl_types.h> header file. */
137#define HAVE_NL_TYPES_H 1
138
181/* Define if you have the `putenv' function. */
139/* Define to 1 if you have the `putenv' function. */
140#define HAVE_PUTENV 1
141
184/* Define if you have the header file. */
142/* Define to 1 if you have the <pwd.h> header file. */
143#define HAVE_PWD_H 1
144
187/* Define if you have the `setenv' function. */
145/* Define to 1 if you have the `setenv' function. */
146#define HAVE_SETENV 1
147
190/* Define if you have the `setlocale' function. */
148/* Define to 1 if you have the `setlocale' function. */
149#define HAVE_SETLOCALE 1
150
193/* Define if you have the `setvbuf' function. */
151/* Define to 1 if you have the `setvbuf' function. */
152#define HAVE_SETVBUF 1
153
196/* Define if you have the `sigprocmask' function. */
154/* Define to 1 if you have the `sigprocmask' function. */
155#define HAVE_SIGPROCMASK 1
156
199/* Define if you have the `sigsetmask' function. */
157/* Define to 1 if you have the `sigsetmask' function. */
158#define HAVE_SIGSETMASK 1
159
202/* Define if you have the header file. */
160/* Define to 1 if you have the <stddef.h> header file. */
161#define HAVE_STDDEF_H 1
162
205/* Define if you have the header file. */
206#define HAVE_STDINT_H 1
163/* Define to 1 if you have the <stdint.h> header file. */
164/* #undef HAVE_STDINT_H */
165
208/* Define if you have the header file. */
166/* Define to 1 if you have the <stdlib.h> header file. */
167#define HAVE_STDLIB_H 1
168
211/* Define if you have the `stpcpy' function. */
169/* Define to 1 if you have the `stpcpy' function. */
170/* #undef HAVE_STPCPY */
171
214/* Define if you have the `strcasecmp' function. */
172/* Define to 1 if you have the `strcasecmp' function. */
173#define HAVE_STRCASECMP 1
174
217/* Define if you have the `strchr' function. */
175/* Define to 1 if you have the `strchr' function. */
176#define HAVE_STRCHR 1
177
220/* Define if you have the `strcoll' function and it is properly defined. */
178/* Define to 1 if you have the `strcoll' function and it is properly defined.
179 */
180#define HAVE_STRCOLL 1
181
223/* Define if you have the `strdup' function. */
182/* Define to 1 if you have the `strdup' function. */
183#define HAVE_STRDUP 1
184
226/* Define if you have the `strerror' function. */
185/* Define to 1 if you have the `strerror' function. */
186#define HAVE_STRERROR 1
187
229/* Define if you have the header file. */
188/* Define to 1 if you have the <strings.h> header file. */
189#define HAVE_STRINGS_H 1
190
232/* Define if you have the header file. */
191/* Define to 1 if you have the <string.h> header file. */
192#define HAVE_STRING_H 1
193
235/* Define if you have the `strncasecmp' function. */
194/* Define to 1 if you have the `strncasecmp' function. */
195#define HAVE_STRNCASECMP 1
196
238/* Define if you have the `strtoul' function. */
197/* Define to 1 if you have the `strtoul' function. */
198#define HAVE_STRTOUL 1
199
241/* Define if you have the header file. */
200/* Define to 1 if you have the <sys/fcntl.h> header file. */
201#define HAVE_SYS_FCNTL_H 1
202
244/* Define if you have the header file. */
203/* Define to 1 if you have the <sys/file.h> header file. */
204#define HAVE_SYS_FILE_H 1
205
247/* Define if you have the header file. */
206/* Define to 1 if you have the <sys/param.h> header file. */
207#define HAVE_SYS_PARAM_H 1
208
250/* Define if you have the header file. */
209/* Define to 1 if you have the <sys/ptem.h> header file. */
210/* #undef HAVE_SYS_PTEM_H */
211
253/* Define if you have the header file. */
212/* Define to 1 if you have the <sys/stat.h> header file. */
213#define HAVE_SYS_STAT_H 1
214
256/* Define if you have the header file. */
215/* Define to 1 if you have the <sys/time.h> header file. */
216#define HAVE_SYS_TIME_H 1
217
259/* Define if you have the header file. */
218/* Define to 1 if you have the <sys/ttold.h> header file. */
219/* #undef HAVE_SYS_TTOLD_H */
220
262/* Define if you have the header file. */
221/* Define to 1 if you have the <sys/types.h> header file. */
222#define HAVE_SYS_TYPES_H 1
223
265/* Define if you have the header file. */
224/* Define to 1 if you have the <sys/wait.h> header file. */
225#define HAVE_SYS_WAIT_H 1
226
268/* Define if you have the header file. */
227/* Define to 1 if you have the <termcap.h> header file. */
228#define HAVE_TERMCAP_H 1
229
271/* Define if you have the header file. */
230/* Define to 1 if you have the <termios.h> header file. */
231#define HAVE_TERMIOS_H 1
232
274/* Define if you have the header file. */
233/* Define to 1 if you have the <termio.h> header file. */
234/* #undef HAVE_TERMIO_H */
235
277/* Define if you have the `tsearch' function. */
236/* Define to 1 if you have the `tsearch' function. */
237#define HAVE_TSEARCH 1
238
280/* Define if you have the header file. */
239/* Define to 1 if you have the <unistd.h> header file. */
240#define HAVE_UNISTD_H 1
241
283/* Define if you have the `vprintf' function. */
242/* Define to 1 if you have the `vprintf' function. */
243#define HAVE_VPRINTF 1
244
286/* Define if you have the `__argz_count' function. */
245/* Define to 1 if you have the `__argz_count' function. */
246/* #undef HAVE___ARGZ_COUNT */
247
289/* Define if you have the `__argz_next' function. */
248/* Define to 1 if you have the `__argz_next' function. */
249/* #undef HAVE___ARGZ_NEXT */
250
292/* Define if you have the `__argz_stringify' function. */
251/* Define to 1 if you have the `__argz_stringify' function. */
252/* #undef HAVE___ARGZ_STRINGIFY */
253
254/* Define as const if the declaration of iconv() needs const. */
255/* #undef ICONV_CONST */
256
257/* Name of package */
258#define PACKAGE "texinfo"
259
260/* Define to the address where bug reports for this package should be sent. */
261#define PACKAGE_BUGREPORT ""
262
263/* Define to the full name of this package. */
264#define PACKAGE_NAME "GNU Texinfo"
265
266/* Define to the full name and version of this package. */
267#define PACKAGE_STRING "GNU Texinfo 4.2"
268
269/* Define to the one symbol short name of this package. */
270#define PACKAGE_TARNAME "texinfo"
271
272/* Define to the version of this package. */
273#define PACKAGE_VERSION "4.2"
274
275/* Define as the return type of signal handlers (`int' or `void'). */
276#define RETSIGTYPE void
277
278/* If using the C implementation of alloca, define if you know the
279 direction of stack growth for your system; otherwise it will be
280 automatically deduced at run-time.
281 STACK_DIRECTION > 0 => grows toward higher addresses
282 STACK_DIRECTION < 0 => grows toward lower addresses
283 STACK_DIRECTION = 0 => direction of growth unknown */
284/* #undef STACK_DIRECTION */
285
312/* Define if the `S_IS*' macros in do not work properly. */
286/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
287/* #undef STAT_MACROS_BROKEN */
288
315/* Define if you have the ANSI C header files. */
289/* Define to 1 if you have the ANSI C header files. */
290#define STDC_HEADERS 1
291
318/* Define if your declares `struct tm'. */
292/* Define to 1 if your <sys/time.h> declares `struct tm'. */
293/* #undef TM_IN_SYS_TIME */
294
295/* Version number of package */
322#define VERSION "4.1"
296#define VERSION "4.2"
297
324/* Define if on MINIX. */
298/* Define to 1 if on MINIX. */
299/* #undef _MINIX */
300
327/* Define if the system does not provide POSIX.1 features except with this
328 defined. */
301/* Define to 2 if the system does not provide POSIX.1 features except with
302 this defined. */
303/* #undef _POSIX_1_SOURCE */
304
331/* Define if you need to in order for `stat' and other things to work. */
305/* Define to 1 if you need to in order for `stat' and other things to work. */
306/* #undef _POSIX_SOURCE */
307
308/* Define to empty if `const' does not conform to ANSI C. */
309/* #undef const */
310
311/* Define as `__inline' if that's what the C compiler calls it, or to nothing
312 if it is not supported. */
313/* #undef inline */
314
315/* Define to `long' if <sys/types.h> does not define. */
316/* #undef off_t */
317
318/* Define to `unsigned' if <sys/types.h> does not define. */
319/* #undef size_t */
346
347
348/* Leave that blank line there!! Autoheader needs it.
349 If you're adding to this file, keep in mind:
350 The entries are in sort -df order: alphabetical, case insensitive,
351 ignoring punctuation (such as underscores). */