~ubuntu-branches/ubuntu/gutsy/findutils/gutsy-proposed

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2005-07-04 11:37:37 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050704113737-ll89ui8be35r0pir
Tags: 4.2.22-2
* Remove locatedb on purge. (Closes: #315343)
* revert regex-syntax back to emacs-re. (Closes: #315136) Future versions
  will allow to select this by commandline parameter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
/* Define to 1 if using `alloca.c'. */
18
18
#undef C_ALLOCA
19
19
 
 
20
/* Define if you want to see find's innards */
 
21
#undef DEBUG
 
22
 
 
23
/* Define if you want to see a message every time find calls the stat() system
 
24
   call */
 
25
#undef DEBUG_STAT
 
26
 
 
27
/* Define if there is a member named d_ino in the struct describing directory
 
28
   headers. */
 
29
#undef D_INO_IN_DIRENT
 
30
 
20
31
/* Define to 1 if translation of program messages to the user's native
21
32
   language is requested. */
22
33
#undef ENABLE_NLS
23
34
 
24
 
/* Define to use AIX3 statfs to get filesystem type. */
25
 
#undef FSTYPE_AIX_STATFS
26
 
 
27
 
/* Define to use Ultrix getmnt to get filesystem type. */
28
 
#undef FSTYPE_GETMNT
29
 
 
30
 
/* Define to use 4.3BSD getmntent to get filesystem type. */
31
 
#undef FSTYPE_MNTENT
32
 
 
33
 
/* Define to use 4.4BSD and OSF1 statfs to get filesystem type. */
34
 
#undef FSTYPE_STATFS
35
 
 
36
 
/* Define to use SVR4 statvfs to get filesystem type. */
37
 
#undef FSTYPE_STATVFS
38
 
 
39
 
/* Define to use SVR3.2 statfs to get filesystem type. */
40
 
#undef FSTYPE_USG_STATFS
41
 
 
42
 
/* Define to 1 if you have `alloca', as a function or macro. */
 
35
/* Define on systems for which file names may have a so-called `drive letter'
 
36
   prefix, define this to compute the length of that prefix, including the
 
37
   colon. */
 
38
#undef FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
 
39
 
 
40
/* Define if the backslash character may also serve as a file name component
 
41
   separator. */
 
42
#undef FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
 
43
 
 
44
#if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
 
45
# define FILE_SYSTEM_PREFIX_LEN(Filename) \
 
46
  ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
 
47
#else
 
48
# define FILE_SYSTEM_PREFIX_LEN(Filename) 0
 
49
#endif
 
50
 
 
51
/* Define to 1 if you have the `alarm' function. */
 
52
#undef HAVE_ALARM
 
53
 
 
54
/* Define to 1 if you have `alloca' after including <alloca.h>, a header that
 
55
   may be supplied by this distribution. */
43
56
#undef HAVE_ALLOCA
44
57
 
45
 
/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
46
 
   */
 
58
/* Define HAVE_ALLOCA_H for backward compatibility with older code that
 
59
   includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
47
60
#undef HAVE_ALLOCA_H
48
61
 
49
 
/* Define to 1 if you have the <argz.h> header file. */
50
 
#undef HAVE_ARGZ_H
 
62
/* Define to 1 if you have the `atexit' function. */
 
63
#undef HAVE_ATEXIT
 
64
 
 
65
/* Define to 1 if you have the `btowc' function. */
 
66
#undef HAVE_BTOWC
 
67
 
 
68
/* Define to 1 if you have the `canonicalize_file_name' function. */
 
69
#undef HAVE_CANONICALIZE_FILE_NAME
 
70
 
 
71
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
72
   CoreFoundation framework. */
 
73
#undef HAVE_CFLOCALECOPYCURRENT
 
74
 
 
75
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
76
   the CoreFoundation framework. */
 
77
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
51
78
 
52
79
/* Define if the GNU dcgettext() function is already present or preinstalled.
53
80
   */
54
81
#undef HAVE_DCGETTEXT
55
82
 
 
83
/* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
 
84
   */
 
85
#undef HAVE_DECL_GETCWD
 
86
 
 
87
/* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
 
88
   */
 
89
#undef HAVE_DECL_GETENV
 
90
 
 
91
/* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
 
92
   */
 
93
#undef HAVE_DECL_STRDUP
 
94
 
 
95
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
 
96
   don't. */
 
97
#undef HAVE_DECL_STRERROR_R
 
98
 
 
99
/* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
 
100
   don't. */
 
101
#undef HAVE_DECL_STRTOIMAX
 
102
 
 
103
/* Define to 1 if you have the declaration of `strtoll', and to 0 if you
 
104
   don't. */
 
105
#undef HAVE_DECL_STRTOLL
 
106
 
 
107
/* Define to 1 if you have the declaration of `strtoull', and to 0 if you
 
108
   don't. */
 
109
#undef HAVE_DECL_STRTOULL
 
110
 
 
111
/* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
 
112
   don't. */
 
113
#undef HAVE_DECL_STRTOUMAX
 
114
 
 
115
/* Define to 1 if you have the declaration of `__fpending', and to 0 if you
 
116
   don't. */
 
117
#undef HAVE_DECL___FPENDING
 
118
 
56
119
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
57
120
   */
58
121
#undef HAVE_DIRENT_H
63
126
/* Define to 1 if you have the `endgrent' function. */
64
127
#undef HAVE_ENDGRENT
65
128
 
 
129
/* Define to 1 if you have the `endmntent' function. */
 
130
#undef HAVE_ENDMNTENT
 
131
 
66
132
/* Define to 1 if you have the `endpwent' function. */
67
133
#undef HAVE_ENDPWENT
68
134
 
75
141
/* Define to 1 if you have the <fcntl.h> header file. */
76
142
#undef HAVE_FCNTL_H
77
143
 
78
 
/* Define to 1 if you have the `feof_unlocked' function. */
79
 
#undef HAVE_FEOF_UNLOCKED
80
 
 
81
 
/* Define to 1 if you have the `fgets_unlocked' function. */
82
 
#undef HAVE_FGETS_UNLOCKED
 
144
/* Define to 1 if you have the `forcefindlib' function. */
 
145
#undef HAVE_FORCEFINDLIB
 
146
 
 
147
/* Define to 1 if you have the <fs_info.h> header file. */
 
148
#undef HAVE_FS_INFO_H
 
149
 
 
150
/* Define to 1 if you have the `fs_stat_dev' function. */
 
151
#undef HAVE_FS_STAT_DEV
 
152
 
 
153
/* Define if struct statfs has the f_fstypename member. */
 
154
#undef HAVE_F_FSTYPENAME_IN_STATFS
83
155
 
84
156
/* Define to 1 if you have the `getcwd' function. */
85
157
#undef HAVE_GETCWD
86
158
 
87
 
/* Define to 1 if you have the `getc_unlocked' function. */
88
 
#undef HAVE_GETC_UNLOCKED
89
 
 
90
 
/* Define to 1 if you have the `getegid' function. */
91
 
#undef HAVE_GETEGID
92
 
 
93
 
/* Define to 1 if you have the `geteuid' function. */
94
 
#undef HAVE_GETEUID
95
 
 
96
 
/* Define to 1 if you have the `getgid' function. */
97
 
#undef HAVE_GETGID
 
159
/* Define to 1 if you have the `getdelim' function. */
 
160
#undef HAVE_GETDELIM
98
161
 
99
162
/* Define to 1 if you have the `getmntent' function. */
100
163
#undef HAVE_GETMNTENT
101
164
 
102
 
/* Define to 1 if you have the `getpagesize' function. */
103
 
#undef HAVE_GETPAGESIZE
 
165
/* Define to 1 if you have the `getmntinfo' function. */
 
166
#undef HAVE_GETMNTINFO
 
167
 
 
168
/* Define to 1 if you have the <getopt.h> header file. */
 
169
#undef HAVE_GETOPT_H
 
170
 
 
171
/* Define to 1 if you have the `getopt_long_only' function. */
 
172
#undef HAVE_GETOPT_LONG_ONLY
104
173
 
105
174
/* Define if the GNU gettext() function is already present or preinstalled. */
106
175
#undef HAVE_GETTEXT
107
176
 
108
 
/* Define to 1 if you have the `getuid' function. */
109
 
#undef HAVE_GETUID
110
 
 
111
177
/* Define if you have the iconv() function. */
112
178
#undef HAVE_ICONV
113
179
 
114
 
/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
 
180
/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
 
181
#undef HAVE_INTMAX_T
 
182
 
 
183
/* Define to 1 if you have the <inttypes.h> header file. */
115
184
#undef HAVE_INTTYPES_H
116
185
 
117
186
/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
118
187
   declares uintmax_t. */
119
188
#undef HAVE_INTTYPES_H_WITH_UINTMAX
120
189
 
121
 
/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
122
 
#undef HAVE_LANGINFO_CODESET
 
190
/* Define to 1 if you have the `isascii' function. */
 
191
#undef HAVE_ISASCII
123
192
 
124
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
125
 
#undef HAVE_LC_MESSAGES
 
193
/* Define to 1 if you have the `iswprint' function. */
 
194
#undef HAVE_ISWPRINT
126
195
 
127
196
/* Define to 1 if you have the `sun' library (-lsun). */
128
197
#undef HAVE_LIBSUN
130
199
/* Define to 1 if you have the <limits.h> header file. */
131
200
#undef HAVE_LIMITS_H
132
201
 
 
202
/* Define to 1 if you have the `listmntent' function. */
 
203
#undef HAVE_LISTMNTENT
 
204
 
133
205
/* Define to 1 if you have the <locale.h> header file. */
134
206
#undef HAVE_LOCALE_H
135
207
 
136
 
/* Define to 1 if you have the <malloc.h> header file. */
137
 
#undef HAVE_MALLOC_H
 
208
/* Define if you have the 'long long' type. */
 
209
#undef HAVE_LONG_LONG
 
210
 
 
211
/* Define to 1 if `lstat' has the bug that it succeeds when given the
 
212
   zero-length file name argument. */
 
213
#undef HAVE_LSTAT_EMPTY_STRING_BUG
 
214
 
 
215
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
 
216
   to 0 otherwise. */
 
217
#undef HAVE_MALLOC
 
218
 
 
219
/* Define to 1 if you have the `mblen' function. */
 
220
#undef HAVE_MBLEN
 
221
 
 
222
/* Define to 1 if you have the `mbrlen' function. */
 
223
#undef HAVE_MBRLEN
 
224
 
 
225
/* Define to 1 if mbrtowc and mbstate_t are properly declared. */
 
226
#undef HAVE_MBRTOWC
 
227
 
 
228
/* Define to 1 if you have the `mbsinit' function. */
 
229
#undef HAVE_MBSINIT
 
230
 
 
231
/* Define to 1 if you have the `mbsrtowcs' function. */
 
232
#undef HAVE_MBSRTOWCS
 
233
 
 
234
/* Define to 1 if <wchar.h> declares mbstate_t. */
 
235
#undef HAVE_MBSTATE_T
138
236
 
139
237
/* Define to 1 if you have the `memcmp' function. */
140
238
#undef HAVE_MEMCMP
148
246
/* Define to 1 if you have the `memset' function. */
149
247
#undef HAVE_MEMSET
150
248
 
151
 
/* Define to 1 if you have a working `mmap' system call. */
152
 
#undef HAVE_MMAP
153
 
 
154
 
/* Define to 1 if you have the `munmap' function. */
155
 
#undef HAVE_MUNMAP
 
249
/* Define to 1 if you have the <mntent.h> header file. */
 
250
#undef HAVE_MNTENT_H
156
251
 
157
252
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
158
253
#undef HAVE_NDIR_H
159
254
 
160
 
/* Define to 1 if you have the <nl_types.h> header file. */
161
 
#undef HAVE_NL_TYPES_H
162
 
 
163
 
/* Define to 1 if you have the `putenv' function. */
164
 
#undef HAVE_PUTENV
165
 
 
166
 
/* Define to 1 if you have the `setenv' function. */
167
 
#undef HAVE_SETENV
 
255
/* Define to 1 if you have the `next_dev' function. */
 
256
#undef HAVE_NEXT_DEV
 
257
 
 
258
/* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
 
259
   setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
 
260
   defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
 
261
   */
 
262
#undef HAVE_PARTLY_WORKING_GETCWD
 
263
 
 
264
/* Define to 1 if you have the `readlink' function. */
 
265
#undef HAVE_READLINK
 
266
 
 
267
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
 
268
   and to 0 otherwise. */
 
269
#undef HAVE_REALLOC
 
270
 
 
271
/* Define to 1 if you have the `resolvepath' function. */
 
272
#undef HAVE_RESOLVEPATH
 
273
 
 
274
/* Define to 1 if you have the `rpmatch' function. */
 
275
#undef HAVE_RPMATCH
 
276
 
 
277
/* Define to 1 if you have run the test for working tzset. */
 
278
#undef HAVE_RUN_TZSET_TEST
168
279
 
169
280
/* Define to 1 if you have the `setlocale' function. */
170
281
#undef HAVE_SETLOCALE
171
282
 
 
283
/* Define to 1 if you have the `setmntent' function. */
 
284
#undef HAVE_SETMNTENT
 
285
 
 
286
/* Define to 1 if `stat' has the bug that it succeeds when given the
 
287
   zero-length file name argument. */
 
288
#undef HAVE_STAT_EMPTY_STRING_BUG
 
289
 
 
290
/* Define to 1 if stdbool.h conforms to C99. */
 
291
#undef HAVE_STDBOOL_H
 
292
 
172
293
/* Define to 1 if you have the <stddef.h> header file. */
173
294
#undef HAVE_STDDEF_H
174
295
 
179
300
   uintmax_t. */
180
301
#undef HAVE_STDINT_H_WITH_UINTMAX
181
302
 
 
303
/* Define to 1 if you have the <stdio_ext.h> header file. */
 
304
#undef HAVE_STDIO_EXT_H
 
305
 
182
306
/* Define to 1 if you have the <stdlib.h> header file. */
183
307
#undef HAVE_STDLIB_H
184
308
 
185
309
/* Define to 1 if you have the `stpcpy' function. */
186
310
#undef HAVE_STPCPY
187
311
 
188
 
/* Define to 1 if you have the `strcasecmp' function. */
189
 
#undef HAVE_STRCASECMP
190
 
 
191
312
/* Define to 1 if you have the `strdup' function. */
192
313
#undef HAVE_STRDUP
193
314
 
194
315
/* Define to 1 if you have the `strerror' function. */
195
316
#undef HAVE_STRERROR
196
317
 
 
318
/* Define to 1 if you have the `strerror_r' function. */
 
319
#undef HAVE_STRERROR_R
 
320
 
197
321
/* Define to 1 if you have the `strftime' function. */
198
322
#undef HAVE_STRFTIME
199
323
 
209
333
/* Define to 1 if you have the `strstr' function. */
210
334
#undef HAVE_STRSTR
211
335
 
 
336
/* Define to 1 if you have the `strtoimax' function. */
 
337
#undef HAVE_STRTOIMAX
 
338
 
212
339
/* Define to 1 if you have the `strtol' function. */
213
340
#undef HAVE_STRTOL
214
341
 
 
342
/* Define to 1 if you have the `strtoll' function. */
 
343
#undef HAVE_STRTOLL
 
344
 
215
345
/* Define to 1 if you have the `strtoul' function. */
216
346
#undef HAVE_STRTOUL
217
347
 
 
348
/* Define to 1 if you have the `strtoull' function. */
 
349
#undef HAVE_STRTOULL
 
350
 
 
351
/* Define to 1 if you have the `strtoumax' function. */
 
352
#undef HAVE_STRTOUMAX
 
353
 
 
354
/* Define to 1 if your 'struct dirent' has a d_type member */
 
355
#undef HAVE_STRUCT_DIRENT_D_TYPE
 
356
 
 
357
/* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
 
358
#undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME
 
359
 
218
360
/* Define to 1 if `st_blocks' is member of `struct stat'. */
219
361
#undef HAVE_STRUCT_STAT_ST_BLOCKS
220
362
 
232
374
   */
233
375
#undef HAVE_SYS_DIR_H
234
376
 
 
377
/* Define to 1 if you have the <sys/fs_types.h> header file. */
 
378
#undef HAVE_SYS_FS_TYPES_H
 
379
 
 
380
/* Define to 1 if you have the <sys/mkdev.h> header file. */
 
381
#undef HAVE_SYS_MKDEV_H
 
382
 
 
383
/* Define to 1 if you have the <sys/mntent.h> header file. */
 
384
#undef HAVE_SYS_MNTENT_H
 
385
 
 
386
/* Define to 1 if you have the <sys/mntio.h> header file. */
 
387
#undef HAVE_SYS_MNTIO_H
 
388
 
 
389
/* Define to 1 if you have the <sys/mnttab.h> header file. */
 
390
#undef HAVE_SYS_MNTTAB_H
 
391
 
 
392
/* Define to 1 if you have the <sys/mount.h> header file. */
 
393
#undef HAVE_SYS_MOUNT_H
 
394
 
235
395
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
236
396
   */
237
397
#undef HAVE_SYS_NDIR_H
242
402
/* Define to 1 if you have the <sys/stat.h> header file. */
243
403
#undef HAVE_SYS_STAT_H
244
404
 
 
405
/* Define to 1 if you have the <sys/time.h> header file. */
 
406
#undef HAVE_SYS_TIME_H
 
407
 
245
408
/* Define to 1 if you have the <sys/types.h> header file. */
246
409
#undef HAVE_SYS_TYPES_H
247
410
 
 
411
/* Define to 1 if you have the <sys/ucred.h> header file. */
 
412
#undef HAVE_SYS_UCRED_H
 
413
 
 
414
/* Define to 1 if you have the <sys/utsname.h> header file. */
 
415
#undef HAVE_SYS_UTSNAME_H
 
416
 
248
417
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
249
418
#undef HAVE_SYS_WAIT_H
250
419
 
 
420
/* Define to 1 if localtime_r, etc. have the type signatures that POSIX
 
421
   requires. */
 
422
#undef HAVE_TIME_R_POSIX
 
423
 
 
424
/* Define if struct tm has the tm_gmtoff member. */
 
425
#undef HAVE_TM_GMTOFF
 
426
 
251
427
/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
252
428
   `HAVE_STRUCT_TM_TM_ZONE' instead. */
253
429
#undef HAVE_TM_ZONE
254
430
 
255
 
/* Define to 1 if you have the `tsearch' function. */
256
 
#undef HAVE_TSEARCH
257
 
 
258
431
/* Define to 1 if you don't have `tm_zone' but do have the external array
259
432
   `tzname'. */
260
433
#undef HAVE_TZNAME
261
434
 
 
435
/* Define to 1 if you have the `tzset' function. */
 
436
#undef HAVE_TZSET
 
437
 
 
438
/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
 
439
#undef HAVE_UINTMAX_T
 
440
 
262
441
/* Define to 1 if you have the <unistd.h> header file. */
263
442
#undef HAVE_UNISTD_H
264
443
 
265
 
/* Define if you have the unsigned long long type. */
 
444
/* Define if you have the 'unsigned long long' type. */
266
445
#undef HAVE_UNSIGNED_LONG_LONG
267
446
 
268
447
/* Define to 1 if you have the `vprintf' function. */
271
450
/* Define to 1 if you have the `waitpid' function. */
272
451
#undef HAVE_WAITPID
273
452
 
274
 
/* Define to 1 if you have the `__argz_count' function. */
275
 
#undef HAVE___ARGZ_COUNT
276
 
 
277
 
/* Define to 1 if you have the `__argz_next' function. */
278
 
#undef HAVE___ARGZ_NEXT
279
 
 
280
 
/* Define to 1 if you have the `__argz_stringify' function. */
281
 
#undef HAVE___ARGZ_STRINGIFY
282
 
 
283
 
/* Define as const if the declaration of iconv() needs const. */
284
 
#undef ICONV_CONST
285
 
 
286
 
/* Define if integer division by zero raises signal SIGFPE. */
287
 
#undef INTDIV0_RAISES_SIGFPE
 
453
/* Define to 1 if you have the <wchar.h> header file. */
 
454
#undef HAVE_WCHAR_H
 
455
 
 
456
/* Define to 1 if you have the <wctype.h> header file. */
 
457
#undef HAVE_WCTYPE_H
 
458
 
 
459
/* Define to 1 if you have the `wmemchr' function. */
 
460
#undef HAVE_WMEMCHR
 
461
 
 
462
/* Define to 1 if you have the `wmemcpy' function. */
 
463
#undef HAVE_WMEMCPY
 
464
 
 
465
/* Define to 1 if you have the `wmempcpy' function. */
 
466
#undef HAVE_WMEMPCPY
 
467
 
 
468
/* Define to 1 if the system has the type `_Bool'. */
 
469
#undef HAVE__BOOL
 
470
 
 
471
/* Define to 1 if you have the `__fpending' function. */
 
472
#undef HAVE___FPENDING
 
473
 
 
474
#if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
 
475
# define ISSLASH(C) ((C) == '/' || (C) == '\\')
 
476
#else
 
477
# define ISSLASH(C) ((C) == '/')
 
478
#endif
 
479
 
 
480
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
 
481
   slash. */
 
482
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
288
483
 
289
484
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
290
485
   */
294
489
   <sysmacros.h>. */
295
490
#undef MAJOR_IN_SYSMACROS
296
491
 
 
492
/* Define if there is no specific function for reading the list of mounted
 
493
   file systems. fread will be used to read /etc/mnttab. (SVR2) */
 
494
#undef MOUNTED_FREAD
 
495
 
 
496
/* Define if (like SVR2) there is no specific function for reading the list of
 
497
   mounted file systems, and your system has these header files: <sys/fstyp.h>
 
498
   and <sys/statfs.h>. (SVR3) */
 
499
#undef MOUNTED_FREAD_FSTYP
 
500
 
 
501
/* Define if there are functions named next_dev and fs_stat_dev for reading
 
502
   the list of mounted file systems. (BeOS) */
 
503
#undef MOUNTED_FS_STAT_DEV
 
504
 
 
505
/* Define if there is a function named getfsstat for reading the list of
 
506
   mounted file systems. (DEC Alpha running OSF/1) */
 
507
#undef MOUNTED_GETFSSTAT
 
508
 
 
509
/* Define if there is a function named getmnt for reading the list of mounted
 
510
   file systems. (Ultrix) */
 
511
#undef MOUNTED_GETMNT
 
512
 
 
513
/* Define if there is a function named getmntent for reading the list of
 
514
   mounted file systems, and that function takes a single argument. (4.3BSD,
 
515
   SunOS, HP-UX, Dynix, Irix) */
 
516
#undef MOUNTED_GETMNTENT1
 
517
 
 
518
/* Define if there is a function named getmntent for reading the list of
 
519
   mounted file systems, and that function takes two arguments. (SVR4) */
 
520
#undef MOUNTED_GETMNTENT2
 
521
 
 
522
/* Define if there is a function named getmntinfo for reading the list of
 
523
   mounted file systems. (4.4BSD, Darwin) */
 
524
#undef MOUNTED_GETMNTINFO
 
525
 
 
526
/* Define if there is a function named listmntent that can be used to list all
 
527
   mounted file systems. (UNICOS) */
 
528
#undef MOUNTED_LISTMNTENT
 
529
 
 
530
/* Define if there is a function named mntctl that can be used to read the
 
531
   list of mounted file systems, and there is a system header file that
 
532
   declares `struct vmount.' (AIX) */
 
533
#undef MOUNTED_VMOUNT
 
534
 
297
535
/* Name of package */
298
536
#undef PACKAGE
299
537
 
312
550
/* Define to the version of this package. */
313
551
#undef PACKAGE_VERSION
314
552
 
315
 
/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
316
 
#undef PRI_MACROS_BROKEN
 
553
/* the number of pending output bytes on stream `fp' */
 
554
#undef PENDING_OUTPUT_N_BYTES
317
555
 
318
 
/* Define if compiler has function prototypes */
 
556
/* Define to 1 if the C compiler supports function prototypes. */
319
557
#undef PROTOTYPES
320
558
 
321
559
/* If using the C implementation of alloca, define if you know the
322
560
   direction of stack growth for your system; otherwise it will be
323
561
   automatically deduced at run-time.
324
 
        STACK_DIRECTION > 0 => grows toward higher addresses
325
 
        STACK_DIRECTION < 0 => grows toward lower addresses
326
 
        STACK_DIRECTION = 0 => direction of growth unknown */
 
562
        STACK_DIRECTION > 0 => grows toward higher addresses
 
563
        STACK_DIRECTION < 0 => grows toward lower addresses
 
564
        STACK_DIRECTION = 0 => direction of growth unknown */
327
565
#undef STACK_DIRECTION
328
566
 
329
567
/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
332
570
/* Define to 1 if you have the ANSI C header files. */
333
571
#undef STDC_HEADERS
334
572
 
 
573
/* Define to 1 if strerror_r returns char *. */
 
574
#undef STRERROR_R_CHAR_P
 
575
 
 
576
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
 
577
#undef TIME_WITH_SYS_TIME
 
578
 
335
579
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
336
580
#undef TM_IN_SYS_TIME
337
581
 
 
582
/* Define if tzset clobbers localtime's static buffer. */
 
583
#undef TZSET_CLOBBERS_LOCALTIME_BUFFER
 
584
 
 
585
/* Defined if you specify --enable-d_type-optimisation to configure. */
 
586
#undef USE_STRUCT_DIRENT_D_TYPE
 
587
 
338
588
/* Version number of package */
339
589
#undef VERSION
340
590
 
348
598
/* Number of bits in a file offset, on hosts where this is settable. */
349
599
#undef _FILE_OFFSET_BITS
350
600
 
 
601
/* Enable GNU extensions on systems that have them.  */
 
602
#ifndef _GNU_SOURCE
 
603
# undef _GNU_SOURCE
 
604
#endif
 
605
 
351
606
/* Define for large files, on AIX-style hosts. */
352
607
#undef _LARGE_FILES
353
608
 
361
616
/* Define to 1 if you need to in order for `stat' and other things to work. */
362
617
#undef _POSIX_SOURCE
363
618
 
 
619
/* Enable extensions on Solaris.  */
 
620
#ifndef __EXTENSIONS__
 
621
# undef __EXTENSIONS__
 
622
#endif
 
623
#ifndef _POSIX_PTHREAD_SEMANTICS
 
624
# undef _POSIX_PTHREAD_SEMANTICS
 
625
#endif
 
626
 
 
627
/* Define to rpl_ if the getcwd replacement function should be used. */
 
628
#undef __GETCWD_PREFIX
 
629
 
 
630
/* Define to rpl_ if the getopt replacement functions and variables should be
 
631
   used. */
 
632
#undef __GETOPT_PREFIX
 
633
 
 
634
/* Define like PROTOTYPES; this can be used by system headers. */
 
635
#undef __PROTOTYPES
 
636
 
364
637
/* Define to empty if `const' does not conform to ANSI C. */
365
638
#undef const
366
639
 
367
640
/* Define to `unsigned long' if <sys/types.h> does not define. */
368
641
#undef dev_t
369
642
 
 
643
/* Define to a replacement function name for fnmatch(). */
 
644
#undef fnmatch
 
645
 
 
646
/* Define to a replacement function name for getline(). */
 
647
#undef getline
 
648
 
 
649
/* Define to rpl_gettimeofday if the replacement function should be used. */
 
650
#undef gettimeofday
 
651
 
370
652
/* Define to `int' if <sys/types.h> doesn't define. */
371
653
#undef gid_t
372
654
 
373
 
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
374
 
   if it is not supported. */
 
655
/* Define to rpl_gmtime if the replacement function should be used. */
 
656
#undef gmtime
 
657
 
 
658
/* Define to `__inline__' or `__inline' if that's what the C compiler
 
659
   calls it, or to nothing if 'inline' is not supported under any name.  */
 
660
#ifndef __cplusplus
375
661
#undef inline
 
662
#endif
376
663
 
377
664
/* Define to `unsigned long' if <sys/types.h> does not define. */
378
665
#undef ino_t
379
666
 
 
667
/* Define to signed long or signed long long if <stdint.h> and <inttypes.h>
 
668
   don't define. */
 
669
#undef intmax_t
 
670
 
 
671
/* Define to rpl_localtime if the replacement function should be used. */
 
672
#undef localtime
 
673
 
 
674
/* Define to rpl_malloc if the replacement function should be used. */
 
675
#undef malloc
 
676
 
 
677
/* Define to a type if <wchar.h> does not define. */
 
678
#undef mbstate_t
 
679
 
 
680
/* Define to rpl_memcmp if the replacement function should be used. */
 
681
#undef memcmp
 
682
 
 
683
/* Define to rpl_mktime if the replacement function should be used. */
 
684
#undef mktime
 
685
 
380
686
/* Define to `int' if <sys/types.h> does not define. */
381
687
#undef mode_t
382
688
 
383
 
/* Define to `long' if <sys/types.h> does not define. */
384
 
#undef off_t
 
689
/* Define to the name of the strftime replacement function. */
 
690
#undef my_strftime
385
691
 
386
692
/* Define to `int' if <sys/types.h> does not define. */
387
693
#undef pid_t
388
694
 
 
695
/* Define to rpl_realloc if the replacement function should be used. */
 
696
#undef realloc
 
697
 
 
698
/* Define to equivalent of C99 restrict keyword, or to nothing if this is not
 
699
   supported. Do not define if restrict is supported directly. */
 
700
#undef restrict
 
701
 
389
702
/* Define to `unsigned' if <sys/types.h> does not define. */
390
703
#undef size_t
391
704
 
392
705
/* Define to `int' if <sys/types.h> does not define. */
393
706
#undef ssize_t
394
707
 
 
708
/* Define to rpl_tzset if the wrapper function should be used. */
 
709
#undef tzset
 
710
 
395
711
/* Define to `int' if <sys/types.h> doesn't define. */
396
712
#undef uid_t
397
713
 
398
 
/* Define to unsigned long or unsigned long long if <inttypes.h> and
399
 
   <stdint.h> don't define. */
 
714
/* Define to unsigned long or unsigned long long if <stdint.h> and
 
715
   <inttypes.h> don't define. */
400
716
#undef uintmax_t