Deleted Added
full compact
config.h (93144) config.h (100518)
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. */
7
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
48/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
49 systems. This function is required for `alloca.c' support on those systems.
50 */
51/* #undef CRAY_STACKSEG_END */
52
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'. */
54/* #undef C_ALLOCA */
55
56/* Define to 1 if translation of program messages to the user's native
57 language is requested. */
58/* #undef ENABLE_NLS */
59
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>. */
61/* #undef GWINSZ_IN_SYS_IOCTL */
62
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. */
64#define HAVE_ALLOCA 1
65
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 */
67/* #undef HAVE_ALLOCA_H */
68
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. */
70/* #undef HAVE_ARGZ_H */
71
28/* #undef HAVE_ARGZ_H */
29
72/* Define if you have the `bzero' function. */
30/* Define to 1 if you have the `bzero' function. */
73#define HAVE_BZERO 1
74
75/* Define if the GNU dcgettext() function is already present or preinstalled.
76 */
77/* #undef HAVE_DCGETTEXT */
78
79/* Define if this function is declared. */
80#define HAVE_DECL_STRCASECMP 1
81
82/* Define if this function is declared. */
83#define HAVE_DECL_STRCOLL 1
84
85/* Define if this function is declared. */
86#define HAVE_DECL_STRERROR 1
87
88/* Define if this function is declared. */
89#define HAVE_DECL_STRNCASECMP 1
90
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.' */
92/* #undef HAVE_DOPRNT */
93
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. */
95#define HAVE_FCNTL_H 1
96
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. */
98/* #undef HAVE_FEOF_UNLOCKED */
99
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. */
101/* #undef HAVE_FGETS_UNLOCKED */
102
59/* #undef HAVE_FGETS_UNLOCKED */
60
103/* Define if you have the `getcwd' function. */
61/* Define to 1 if you have the `getcwd' function. */
104#define HAVE_GETCWD 1
105
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. */
107/* #undef HAVE_GETC_UNLOCKED */
108
65/* #undef HAVE_GETC_UNLOCKED */
66
109/* Define if you have the `getegid' function. */
67/* Define to 1 if you have the `getegid' function. */
110#define HAVE_GETEGID 1
111
68#define HAVE_GETEGID 1
69
112/* Define if you have the `geteuid' function. */
70/* Define to 1 if you have the `geteuid' function. */
113#define HAVE_GETEUID 1
114
71#define HAVE_GETEUID 1
72
115/* Define if you have the `getgid' function. */
73/* Define to 1 if you have the `getgid' function. */
116#define HAVE_GETGID 1
117
74#define HAVE_GETGID 1
75
118/* Define if you have the `getpagesize' function. */
76/* Define to 1 if you have the `getpagesize' function. */
119#define HAVE_GETPAGESIZE 1
120
121/* Define if the GNU gettext() function is already present or preinstalled. */
122/* #undef HAVE_GETTEXT */
123
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. */
125#define HAVE_GETUID 1
126
127/* Define if you have the iconv() function. */
128/* #undef HAVE_ICONV */
129
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. */
131#define HAVE_INTTYPES_H 1
132
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. */
134/* #undef HAVE_IO_H */
135
136/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
137#define HAVE_LANGINFO_CODESET 1
138
139/* Define if your <locale.h> file defines LC_MESSAGES. */
140#define HAVE_LC_MESSAGES 1
141
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). */
143/* #undef HAVE_LIBBSD */
144
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. */
146#define HAVE_LIMITS_H 1
147
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. */
149#define HAVE_LOCALE_H 1
150
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
153
111
154/* Define if you have the `memcpy' function. */
112/* Define to 1 if you have the `memcpy' function. */
155#define HAVE_MEMCPY 1
156
113#define HAVE_MEMCPY 1
114
157/* Define if you have the `memmove' function. */
115/* Define to 1 if you have the `memmove' function. */
158#define HAVE_MEMMOVE 1
159
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. */
161#define HAVE_MEMORY_H 1
162
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. */
164/* #undef HAVE_MEMPCPY */
165
122/* #undef HAVE_MEMPCPY */
123
166/* Define if you have the `memset' function. */
124/* Define to 1 if you have the `memset' function. */
167#define HAVE_MEMSET 1
168
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. */
170#define HAVE_MMAP 1
171
128#define HAVE_MMAP 1
129
172/* Define if you have the `munmap' function. */
130/* Define to 1 if you have the `munmap' function. */
173#define HAVE_MUNMAP 1
174
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. */
176/* #undef HAVE_NCURSES_TERMCAP_H */
177
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. */
179#define HAVE_NL_TYPES_H 1
180
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. */
182#define HAVE_PUTENV 1
183
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. */
185#define HAVE_PWD_H 1
186
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. */
188#define HAVE_SETENV 1
189
146#define HAVE_SETENV 1
147
190/* Define if you have the `setlocale' function. */
148/* Define to 1 if you have the `setlocale' function. */
191#define HAVE_SETLOCALE 1
192
149#define HAVE_SETLOCALE 1
150
193/* Define if you have the `setvbuf' function. */
151/* Define to 1 if you have the `setvbuf' function. */
194#define HAVE_SETVBUF 1
195
152#define HAVE_SETVBUF 1
153
196/* Define if you have the `sigprocmask' function. */
154/* Define to 1 if you have the `sigprocmask' function. */
197#define HAVE_SIGPROCMASK 1
198
155#define HAVE_SIGPROCMASK 1
156
199/* Define if you have the `sigsetmask' function. */
157/* Define to 1 if you have the `sigsetmask' function. */
200#define HAVE_SIGSETMASK 1
201
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. */
203#define HAVE_STDDEF_H 1
204
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 */
207
165
208/* Define if you have the header file. */
166/* Define to 1 if you have the <stdlib.h> header file. */
209#define HAVE_STDLIB_H 1
210
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. */
212/* #undef HAVE_STPCPY */
213
170/* #undef HAVE_STPCPY */
171
214/* Define if you have the `strcasecmp' function. */
172/* Define to 1 if you have the `strcasecmp' function. */
215#define HAVE_STRCASECMP 1
216
173#define HAVE_STRCASECMP 1
174
217/* Define if you have the `strchr' function. */
175/* Define to 1 if you have the `strchr' function. */
218#define HAVE_STRCHR 1
219
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 */
221#define HAVE_STRCOLL 1
222
180#define HAVE_STRCOLL 1
181
223/* Define if you have the `strdup' function. */
182/* Define to 1 if you have the `strdup' function. */
224#define HAVE_STRDUP 1
225
183#define HAVE_STRDUP 1
184
226/* Define if you have the `strerror' function. */
185/* Define to 1 if you have the `strerror' function. */
227#define HAVE_STRERROR 1
228
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. */
230#define HAVE_STRINGS_H 1
231
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. */
233#define HAVE_STRING_H 1
234
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. */
236#define HAVE_STRNCASECMP 1
237
195#define HAVE_STRNCASECMP 1
196
238/* Define if you have the `strtoul' function. */
197/* Define to 1 if you have the `strtoul' function. */
239#define HAVE_STRTOUL 1
240
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. */
242#define HAVE_SYS_FCNTL_H 1
243
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. */
245#define HAVE_SYS_FILE_H 1
246
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. */
248#define HAVE_SYS_PARAM_H 1
249
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. */
251/* #undef HAVE_SYS_PTEM_H */
252
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. */
254#define HAVE_SYS_STAT_H 1
255
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. */
257#define HAVE_SYS_TIME_H 1
258
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. */
260/* #undef HAVE_SYS_TTOLD_H */
261
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. */
263#define HAVE_SYS_TYPES_H 1
264
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. */
266#define HAVE_SYS_WAIT_H 1
267
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. */
269#define HAVE_TERMCAP_H 1
270
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. */
272#define HAVE_TERMIOS_H 1
273
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. */
275/* #undef HAVE_TERMIO_H */
276
234/* #undef HAVE_TERMIO_H */
235
277/* Define if you have the `tsearch' function. */
236/* Define to 1 if you have the `tsearch' function. */
278#define HAVE_TSEARCH 1
279
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. */
281#define HAVE_UNISTD_H 1
282
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. */
284#define HAVE_VPRINTF 1
285
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. */
287/* #undef HAVE___ARGZ_COUNT */
288
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. */
290/* #undef HAVE___ARGZ_NEXT */
291
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. */
293/* #undef HAVE___ARGZ_STRINGIFY */
294
295/* Define as const if the declaration of iconv() needs const. */
296/* #undef ICONV_CONST */
297
298/* Name of package */
299#define PACKAGE "texinfo"
300
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
301/* Define as the return type of signal handlers (`int' or `void'). */
302#define RETSIGTYPE void
303
304/* If using the C implementation of alloca, define if you know the
305 direction of stack growth for your system; otherwise it will be
306 automatically deduced at run-time.
307 STACK_DIRECTION > 0 => grows toward higher addresses
308 STACK_DIRECTION < 0 => grows toward lower addresses
309 STACK_DIRECTION = 0 => direction of growth unknown */
310/* #undef STACK_DIRECTION */
311
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. */
313/* #undef STAT_MACROS_BROKEN */
314
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. */
316#define STDC_HEADERS 1
317
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'. */
319/* #undef TM_IN_SYS_TIME */
320
321/* Version number of package */
293/* #undef TM_IN_SYS_TIME */
294
295/* Version number of package */
322#define VERSION "4.1"
296#define VERSION "4.2"
323
297
324/* Define if on MINIX. */
298/* Define to 1 if on MINIX. */
325/* #undef _MINIX */
326
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. */
329/* #undef _POSIX_1_SOURCE */
330
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. */
332/* #undef _POSIX_SOURCE */
333
334/* Define to empty if `const' does not conform to ANSI C. */
335/* #undef const */
336
337/* Define as `__inline' if that's what the C compiler calls it, or to nothing
338 if it is not supported. */
339/* #undef inline */
340
341/* Define to `long' if <sys/types.h> does not define. */
342/* #undef off_t */
343
344/* Define to `unsigned' if <sys/types.h> does not define. */
345/* #undef size_t */
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). */