source: trunk/essentials/sys-apps/diffutils/config.hin@ 3143

Last change on this file since 3143 was 3043, checked in by bird, 19 years ago

-> essentials

File size: 14.1 KB
RevLine 
[2556]1/* config.hin. Generated from configure.ac by autoheader. */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7 systems. This function is required for `alloca.c' support on those systems.
8 */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Name of "diff" program, unless overridden. */
15#undef DEFAULT_DIFF_PROGRAM
16
17/* Name of editor program, unless overridden. */
18#undef DEFAULT_EDITOR_PROGRAM
19
20/* Define to 1 if translation of program messages to the user's native
21 language is requested. */
22#undef ENABLE_NLS
23
24/* Define on systems for which file names may have a so-called `drive letter'
25 prefix, define this to compute the length of that prefix, including the
26 colon. */
27#undef FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
28
29/* Define if the backslash character may also serve as a file name component
30 separator. */
31#undef FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
32
33#if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
34# define FILESYSTEM_PREFIX_LEN(Filename) \
35 ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
36#else
37# define FILESYSTEM_PREFIX_LEN(Filename) 0
38#endif
39
40/* Define to 1 if you have `alloca', as a function or macro. */
41#undef HAVE_ALLOCA
42
43/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
44 */
45#undef HAVE_ALLOCA_H
46
47/* Define to 1 if you have the `bcopy' function. */
48#undef HAVE_BCOPY
49
50/* Define to 1 if you have the `btowc' function. */
51#undef HAVE_BTOWC
52
53/* Define to 1 if you have the `bzero' function. */
54#undef HAVE_BZERO
55
56/* Define to 1 if you have the `clock_gettime' function. */
57#undef HAVE_CLOCK_GETTIME
58
59/* Define if backslash-a works in C strings. */
60#undef HAVE_C_BACKSLASH_A
61
62/* Define to 1 if C supports variable-length arrays. */
63#undef HAVE_C_VARARRAYS
64
65/* Define if the GNU dcgettext() function is already present or preinstalled.
66 */
67#undef HAVE_DCGETTEXT
68
69/* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
70 you don't. */
71#undef HAVE_DECL_CLEARERR_UNLOCKED
72
73/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
74 don't. */
75#undef HAVE_DECL_FEOF_UNLOCKED
76
77/* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
78 you don't. */
79#undef HAVE_DECL_FERROR_UNLOCKED
80
81/* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
82 you don't. */
83#undef HAVE_DECL_FFLUSH_UNLOCKED
84
85/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
86 you don't. */
87#undef HAVE_DECL_FGETS_UNLOCKED
88
89/* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
90 you don't. */
91#undef HAVE_DECL_FPUTC_UNLOCKED
92
93/* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
94 you don't. */
95#undef HAVE_DECL_FPUTS_UNLOCKED
96
97/* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
98 you don't. */
99#undef HAVE_DECL_FREAD_UNLOCKED
100
101/* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
102 you don't. */
103#undef HAVE_DECL_FWRITE_UNLOCKED
104
105/* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
106 you don't. */
107#undef HAVE_DECL_GETCHAR_UNLOCKED
108
109/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
110 don't. */
111#undef HAVE_DECL_GETC_UNLOCKED
112
113/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
114 */
115#undef HAVE_DECL_GETENV
116
117/* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
118 you don't. */
119#undef HAVE_DECL_PUTCHAR_UNLOCKED
120
121/* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
122 don't. */
123#undef HAVE_DECL_PUTC_UNLOCKED
124
125/* Define to 1 if you have the declaration of `strerror', and to 0 if you
126 don't. */
127#undef HAVE_DECL_STRERROR
128
129/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
130 don't. */
131#undef HAVE_DECL_STRERROR_R
132
133/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
134 don't. */
135#undef HAVE_DECL_STRTOIMAX
136
137/* Define to 1 if you have the declaration of `strtol', and to 0 if you don't.
138 */
139#undef HAVE_DECL_STRTOL
140
141/* Define to 1 if you have the declaration of `strtoul', and to 0 if you
142 don't. */
143#undef HAVE_DECL_STRTOUL
144
145/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
146 don't. */
147#undef HAVE_DECL_STRTOULL
148
149/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
150 don't. */
151#undef HAVE_DECL_STRTOUMAX
152
153/* Define to 1 if you have the `diraccess' function. */
154#undef HAVE_DIRACCESS
155
156/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
157 */
158#undef HAVE_DIRENT_H
159
160/* Define if the malloc check has been performed. */
161#undef HAVE_DONE_WORKING_MALLOC_CHECK
162
163/* Define if the realloc check has been performed. */
164#undef HAVE_DONE_WORKING_REALLOC_CHECK
165
166/* Define to 1 if you have the `doprnt' function. */
167#undef HAVE_DOPRNT
168
169/* Define to 1 if you have the `dup2' function. */
170#undef HAVE_DUP2
171
172/* Define to 1 if you have the <fcntl.h> header file. */
173#undef HAVE_FCNTL_H
174
175/* Define to 1 if your system has a working `fnmatch' function. */
176#undef HAVE_FNMATCH
177
178/* Define to 1 if you have the `fork' function. */
179#undef HAVE_FORK
180
181/* Define if the GNU gettext() function is already present or preinstalled. */
182#undef HAVE_GETTEXT
183
184/* Define to 1 if you have the `gettimeofday' function. */
185#undef HAVE_GETTIMEOFDAY
186
187/* Define if you have the iconv() function. */
188#undef HAVE_ICONV
189
190/* Define to 1 if you have the <inttypes.h> header file. */
191#undef HAVE_INTTYPES_H
192
193/* Define to 1 if you have the `isascii' function. */
194#undef HAVE_ISASCII
195
196/* Define to 1 if you have the `iswprint' function. */
197#undef HAVE_ISWPRINT
198
199/* Define to 1 if you have the <libintl.h> header file. */
200#undef HAVE_LIBINTL_H
201
202/* Define to 1 if you have the <limits.h> header file. */
203#undef HAVE_LIMITS_H
204
205/* Define to 1 if you have the <locale.h> header file. */
206#undef HAVE_LOCALE_H
207
208/* Define to 1 if you have the `localtime_r' function. */
209#undef HAVE_LOCALTIME_R
210
211/* Define if you have the long long type. */
212#undef HAVE_LONG_LONG
213
214/* Define to 1 if you have the `mblen' function. */
215#undef HAVE_MBLEN
216
217/* Define to 1 if you have the `mbrlen' function. */
218#undef HAVE_MBRLEN
219
220/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
221#undef HAVE_MBRTOWC
222
223/* Define to 1 if you have the `memchr' function. */
224#undef HAVE_MEMCHR
225
226/* Define to 1 if you have the `memcpy' function. */
227#undef HAVE_MEMCPY
228
229/* Define to 1 if you have the <memory.h> header file. */
230#undef HAVE_MEMORY_H
231
232/* Define to 1 if you have the `mempcpy' function. */
233#undef HAVE_MEMPCPY
234
235/* Define to 1 if you have the `memset' function. */
236#undef HAVE_MEMSET
237
238/* Define to 1 if you have the `mkstemp' function. */
239#undef HAVE_MKSTEMP
240
241/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
242#undef HAVE_NDIR_H
243
244/* Define to 1 if you have the `setlocale' function. */
245#undef HAVE_SETLOCALE
246
247/* Define to 1 if you have the DOS-style `setmode' function. */
248#undef HAVE_SETMODE_DOS
249
250/* Define to 1 if you have the `sigaction' function. */
251#undef HAVE_SIGACTION
252
253/* Define to 1 if the system has the type `siginfo_t'. */
254#undef HAVE_SIGINFO_T
255
256/* Define to 1 if you have the `sigprocmask' function. */
257#undef HAVE_SIGPROCMASK
258
259/* Define to 1 if the system has the type `stack_t'. */
260#undef HAVE_STACK_T
261
262/* Define to 1 if stdbool.h conforms to C99. */
263#undef HAVE_STDBOOL_H
264
265/* Define to 1 if you have the <stddef.h> header file. */
266#undef HAVE_STDDEF_H
267
268/* Define to 1 if you have the <stdint.h> header file. */
269#undef HAVE_STDINT_H
270
271/* Define to 1 if you have the <stdlib.h> header file. */
272#undef HAVE_STDLIB_H
273
274/* Define to 1 if you have the `strcasecmp' function. */
275#undef HAVE_STRCASECMP
276
277/* Define to 1 if you have the `strchr' function. */
278#undef HAVE_STRCHR
279
280/* Define to 1 if you have the `strerror' function. */
281#undef HAVE_STRERROR
282
283/* Define to 1 if you have the `strerror_r' function. */
284#undef HAVE_STRERROR_R
285
286/* Define to 1 if you have the `strftime' function. */
287#undef HAVE_STRFTIME
288
289/* Define to 1 if you have the <strings.h> header file. */
290#undef HAVE_STRINGS_H
291
292/* Define to 1 if you have the <string.h> header file. */
293#undef HAVE_STRING_H
294
295/* Define to 1 if you have the `strtoul' function. */
296#undef HAVE_STRTOUL
297
298/* Define to 1 if you have the `strtoull' function. */
299#undef HAVE_STRTOULL
300
301/* Define to 1 if you have the `strtoumax' function. */
302#undef HAVE_STRTOUMAX
303
304/* Define to 1 if `st_blksize' is member of `struct stat'. */
305#undef HAVE_STRUCT_STAT_ST_BLKSIZE
306
307/* Define to 1 if `st_rdev' is member of `struct stat'. */
308#undef HAVE_STRUCT_STAT_ST_RDEV
309
310/* Define to 1 if `tm_zone' is member of `struct tm'. */
311#undef HAVE_STRUCT_TM_TM_ZONE
312
313/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
314 */