Ticket #2338: config.h

File config.h, 23.5 KB (added by mak, 13 years ago)

config.h while builing with brew

Line 
1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.ac by autoheader.  */
3
4/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
5   systems. This function is required for `alloca.c' support on those systems.
6   */
7/* #undef CRAY_STACKSEG_END */
8
9/* Define to 1 if using `alloca.c'. */
10/* #undef C_ALLOCA */
11
12/* Define to 1 if translation of program messages to the user's native
13   language is requested. */
14#define ENABLE_NLS 1
15
16/* Define to enable VFS support */
17#define ENABLE_VFS 1
18
19/* Support for cpio filesystem */
20#define ENABLE_VFS_CPIO 1
21
22/* Support for extfs */
23#define ENABLE_VFS_EXTFS 1
24
25/* Support for FISH vfs */
26#define ENABLE_VFS_FISH 1
27
28/* Support for FTP (classic) */
29#define ENABLE_VFS_FTP 1
30
31/* Support for sfs */
32#define ENABLE_VFS_SFS 1
33
34/* Define to enable VFS over SMB */
35/* #undef ENABLE_VFS_SMB */
36
37/* Support for tar filesystem */
38#define ENABLE_VFS_TAR 1
39
40/* Support for ext2 undelfs */
41/* #undef ENABLE_VFS_UNDELFS */
42
43/* Define if the file command accepts the -L option */
44#define FILE_L 1
45
46/* Define to 1 if you have `alloca', as a function or macro. */
47#define HAVE_ALLOCA 1
48
49/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
50   */
51#define HAVE_ALLOCA_H 1
52
53/* Define to 1 if you have the <argz.h> header file. */
54/* #undef HAVE_ARGZ_H */
55
56/* Define to 1 if you have the <arpa/inet.h> header file. */
57#define HAVE_ARPA_INET_H 1
58
59/* Define to 1 if you have the `asprintf' function. */
60#define HAVE_ASPRINTF 1
61
62/* Define to 1 if you have the `atoll' function. */
63#define HAVE_ATOLL 1
64
65/* Define to 1 if you have the `cfgetospeed' function. */
66#define HAVE_CFGETOSPEED 1
67
68/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
69   CoreFoundation framework. */
70#define HAVE_CFLOCALECOPYCURRENT 1
71
72/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
73   the CoreFoundation framework. */
74#define HAVE_CFPREFERENCESCOPYAPPVALUE 1
75
76/* Define to enable charset selection and conversion */
77#define HAVE_CHARSET 1
78
79/* Define to 1 if you have the <curses.h> header file. */
80/* #undef HAVE_CURSES_H */
81
82/* Define if the GNU dcgettext() function is already present or preinstalled.
83   */
84#define HAVE_DCGETTEXT 1
85
86/* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
87   don't. */
88#define HAVE_DECL_FEOF_UNLOCKED 1
89
90/* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
91   you don't. */
92#define HAVE_DECL_FGETS_UNLOCKED 0
93
94/* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
95   don't. */
96#define HAVE_DECL_GETC_UNLOCKED 1
97
98/* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
99   don't. */
100#define HAVE_DECL__SNPRINTF 0
101
102/* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
103   don't. */
104#define HAVE_DECL__SNWPRINTF 0
105
106/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
107   */
108#define HAVE_DIRENT_H 1
109
110/* Define to 1 if you have the <dlfcn.h> header file. */
111#define HAVE_DLFCN_H 1
112
113/* Define to 1 if you have the <dustat.h> header file. */
114/* #undef HAVE_DUSTAT_H */
115
116/* Define if ncursesw has ESCDELAY variable */
117/* #undef HAVE_ESCDELAY */
118
119/* Define to 1 if you have the <ext2fs/ext2fs.h> header file. */
120/* #undef HAVE_EXT2FS_EXT2FS_H */
121
122/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
123/* #undef HAVE_EXT2FS_EXT2_FS_H */
124
125/* Define to 1 if you have the <fcntl.h> header file. */
126#define HAVE_FCNTL_H 1
127
128/* Define to 1 if you have the <fs_info.h> header file. */
129/* #undef HAVE_FS_INFO_H */
130
131/* Define to 1 if you have the `fs_stat_dev' function. */
132/* #undef HAVE_FS_STAT_DEV */
133
134/* Define to 1 if you have the `fwprintf' function. */
135#define HAVE_FWPRINTF 1
136
137/* Define to 1 if you have the `getcwd' function. */
138#define HAVE_GETCWD 1
139
140/* Define to 1 if you have the `getegid' function. */
141#define HAVE_GETEGID 1
142
143/* Define to 1 if you have the `geteuid' function. */
144#define HAVE_GETEUID 1
145
146/* Define to 1 if you have the `getgid' function. */
147#define HAVE_GETGID 1
148
149/* Define to 1 if you have the `getmntent' function. */
150/* #undef HAVE_GETMNTENT */
151
152/* Define to 1 if you have the `getmntinfo' function. */
153#define HAVE_GETMNTINFO 1
154
155/* Define to 1 if you have the `getpagesize' function. */
156#define HAVE_GETPAGESIZE 1
157
158/* Define to 1 if you have the `getpt' function. */
159/* #undef HAVE_GETPT */
160
161/* Define if the GNU gettext() function is already present or preinstalled. */
162#define HAVE_GETTEXT 1
163
164/* Define to 1 if you have the `getuid' function. */
165#define HAVE_GETUID 1
166
167/* Define if you have function `get_process_stats' and have to use that
168   instead of gettimeofday */
169/* #undef HAVE_GET_PROCESS_STATS */
170
171/* Defined if gmodule functionality is supported */
172/* #undef HAVE_GMODULE */
173
174/* Define to 1 if you have the `grantpt' function. */
175#define HAVE_GRANTPT 1
176
177/* Define to 1 if you have the `hasmntopt' function. */
178/* #undef HAVE_HASMNTOPT */
179
180/* Define if you have the iconv() function. */
181#define HAVE_ICONV 1
182
183/* Define if the list of mounted filesystems can be determined */
184#define HAVE_INFOMOUNT_LIST 1
185
186/* Define to 1 if you have the `initgroups' function. */
187#define HAVE_INITGROUPS 1
188
189/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
190#define HAVE_INTMAX_T 1
191
192/* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
193#define HAVE_INTTYPES_H 1
194
195/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
196   declares uintmax_t. */
197#define HAVE_INTTYPES_H_WITH_UINTMAX 1
198
199/* Define to 1 if you have the `isascii' function. */
200#define HAVE_ISASCII 1
201
202/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
203#define HAVE_LANGINFO_CODESET 1
204
205/* Define if your <locale.h> file defines LC_MESSAGES. */
206#define HAVE_LC_MESSAGES 1
207
208/* Define to enable gpm mouse support on Linux */
209/* #undef HAVE_LIBGPM */
210
211/* Define to 1 if you have the `pcre' library (-lpcre). */
212/* #undef HAVE_LIBPCRE */
213
214/* Define to 1 if you have the `pt' library (-lpt). */
215/* #undef HAVE_LIBPT */
216
217/* Define to 1 if you have the <limits.h> header file. */
218#define HAVE_LIMITS_H 1
219
220/* Define to 1 if you have the <linux/ext2_fs.h> header file. */
221/* #undef HAVE_LINUX_EXT2_FS_H */
222
223/* Define to 1 if you have the `listmntent' function. */
224/* #undef HAVE_LISTMNTENT */
225
226/* Define to 1 if you have the <locale.h> header file. */
227#define HAVE_LOCALE_H 1
228
229/* Define if you have the 'long double' type. */
230#define HAVE_LONG_DOUBLE 1
231
232/* Define if you have the 'long long' type. */
233#define HAVE_LONG_LONG 1
234
235/* Define to 1 if you have the <malloc.h> header file. */
236/* #undef HAVE_MALLOC_H */
237
238/* Define to 1 if you have the <memory.h> header file. */
239#define HAVE_MEMORY_H 1
240
241/* Define to 1 if you have the `mempcpy' function. */
242/* #undef HAVE_MEMPCPY */
243
244/* Define to 1 if you have a working `mmap' system call. */
245#define HAVE_MMAP 1
246
247/* Define to 1 if you have the <mntent.h> header file. */
248/* #undef HAVE_MNTENT_H */
249
250/* Define to 1 if you have the `munmap' function. */
251#define HAVE_MUNMAP 1
252
253/* Define to use ncurses library for screen management */
254/* #undef HAVE_NCURSES */
255
256/* Define to 1 if you have the <ncursesw/curses.h> header file. */
257/* #undef HAVE_NCURSESW_CURSES_H */
258
259/* Define to 1 if you have the <ncurses/curses.h> header file. */
260/* #undef HAVE_NCURSES_CURSES_H */
261
262/* Define to 1 if you have the <ncurses.h> header file. */
263/* #undef HAVE_NCURSES_H */
264
265/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
266/* #undef HAVE_NCURSES_NCURSES_H */
267
268/* Define to 1 if you have the <ncurses/term.h> header file. */
269/* #undef HAVE_NCURSES_TERM_H */
270
271/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
272/* #undef HAVE_NDIR_H */
273
274/* Define to 1 if you have the `next_dev' function. */
275/* #undef HAVE_NEXT_DEV */
276
277/* Define to 1 if you have the <nl_types.h> header file. */
278#define HAVE_NL_TYPES_H 1
279
280/* Define to 1 if you have the `pmap_getmaps' function. */
281#define HAVE_PMAP_GETMAPS 1
282
283/* Define to 1 if you have the `pmap_getport' function. */
284#define HAVE_PMAP_GETPORT 1
285
286/* Define to 1 if you have the `pmap_set' function. */
287#define HAVE_PMAP_SET 1
288
289/* Define to 1 if you have the `posix_openpt' function. */
290#define HAVE_POSIX_OPENPT 1
291
292/* Define if your printf() function supports format strings with positions. */
293#define HAVE_POSIX_PRINTF 1
294
295/* Define to 1 if you have the `putenv' function. */
296#define HAVE_PUTENV 1
297
298/* Define to 1 if you have the `realpath' function. */
299#define HAVE_REALPATH 1
300
301/* Define to 1 if you have the `resizeterm' function. */
302/* #undef HAVE_RESIZETERM */
303
304/* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */
305#define HAVE_RPC_PMAP_CLNT_H 1
306
307/* Define to 1 if you have the `rresvport' function. */
308#define HAVE_RRESVPORT 1
309
310/* Define to 1 if you have the <security/pam_misc.h> header file. */
311/* #undef HAVE_SECURITY_PAM_MISC_H */
312
313/* Define to 1 if you have the `setenv' function. */
314#define HAVE_SETENV 1
315
316/* Define to 1 if you have the `setlocale' function. */
317#define HAVE_SETLOCALE 1
318
319/* Define to 1 if you have the `setreuid' function. */
320#define HAVE_SETREUID 1
321
322/* Define to use S-Lang library for screen management */
323#define HAVE_SLANG 1
324
325/* Define to use slang.h */
326/* #undef HAVE_SLANG_H */
327
328/* Define to use slang.h */
329/* #undef HAVE_SLANG_SLANG_H */
330
331/* Define to 1 if you have the `snprintf' function. */
332#define HAVE_SNPRINTF 1
333
334/* Define to 1 if the system has the type `socklen_t'. */
335#define HAVE_SOCKLEN_T 1
336
337/* Define to 1 if you have the `statfs' function. */
338#define HAVE_STATFS 1
339
340/* Define to 1 if you have the `statlstat' function. */
341/* #undef HAVE_STATLSTAT */
342
343/* Define to 1 if you have the <stddef.h> header file. */
344#define HAVE_STDDEF_H 1
345
346/* Define to 1 if you have the <stdint.h> header file. */
347#define HAVE_STDINT_H 1
348
349/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
350   uintmax_t. */
351#define HAVE_STDINT_H_WITH_UINTMAX 1
352
353/* Define to 1 if you have the <stdlib.h> header file. */
354#define HAVE_STDLIB_H 1
355
356/* Define to 1 if you have the `stpcpy' function. */
357#define HAVE_STPCPY 1
358
359/* Define to 1 if you have the `strcasecmp' function. */
360#define HAVE_STRCASECMP 1
361
362/* Define to 1 if you have the `strcoll' function and it is properly defined.
363   */
364#define HAVE_STRCOLL 1
365
366/* Define to 1 if you have the `strdup' function. */
367#define HAVE_STRDUP 1
368
369/* Define to 1 if you have the <strings.h> header file. */
370#define HAVE_STRINGS_H 1
371
372/* Define to 1 if you have the <string.h> header file. */
373#define HAVE_STRING_H 1
374
375/* Define to 1 if you have the `strncasecmp' function. */
376#define HAVE_STRNCASECMP 1
377
378/* Define to 1 if you have the <stropts.h> header file. */
379/* #undef HAVE_STROPTS_H */
380
381/* Define to 1 if you have the `strtoul' function. */
382#define HAVE_STRTOUL 1
383
384/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
385/* #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME */
386
387/* Define to 1 if `l_linger' is a member of `struct linger'. */
388#define HAVE_STRUCT_LINGER_L_LINGER 1
389
390/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
391#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
392
393/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
394/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
395
396/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
397/* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
398
399/* Define to 1 if `st_blksize' is a member of `struct stat'. */
400#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
401
402/* Define to 1 if `st_blocks' is a member of `struct stat'. */
403#define HAVE_STRUCT_STAT_ST_BLOCKS 1
404
405/* Define to 1 if `st_rdev' is a member of `struct stat'. */
406#define HAVE_STRUCT_STAT_ST_RDEV 1
407
408/* Define to 1 if you have the `strverscmp' function. */
409/* #undef HAVE_STRVERSCMP */
410
411/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
412   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
413#define HAVE_ST_BLOCKS 1
414
415/* Define to enable subshell support */
416#define HAVE_SUBSHELL_SUPPORT 1
417
418/* Define to 1 if you have the `sysconf' function. */
419#define HAVE_SYSCONF 1
420
421/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
422   */
423/* #undef HAVE_SYS_DIR_H */
424
425/* Define to 1 if you have the <sys/filsys.h> header file. */
426/* #undef HAVE_SYS_FILSYS_H */
427
428/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
429/* #undef HAVE_SYS_FS_S5PARAM_H */
430
431/* Define to 1 if you have the <sys/fs_types.h> header file. */
432/* #undef HAVE_SYS_FS_TYPES_H */
433
434/* Define to 1 if you have the <sys/ioctl.h> header file. */
435#define HAVE_SYS_IOCTL_H 1
436
437/* Define to 1 if you have the <sys/mkdev.h> header file. */
438/* #undef HAVE_SYS_MKDEV_H */
439
440/* Define to 1 if you have the <sys/mount.h> header file. */
441#define HAVE_SYS_MOUNT_H 1
442
443/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
444   */
445/* #undef HAVE_SYS_NDIR_H */
446
447/* Define to 1 if you have the <sys/param.h> header file. */
448#define HAVE_SYS_PARAM_H 1
449
450/* Define to 1 if you have the <sys/select.h> header file. */
451#define HAVE_SYS_SELECT_H 1
452
453/* Define to 1 if you have the <sys/socket.h> header file. */
454#define HAVE_SYS_SOCKET_H 1
455
456/* Define to 1 if you have the <sys/statfs.h> header file. */
457/* #undef HAVE_SYS_STATFS_H */
458
459/* Define to 1 if you have the <sys/statvfs.h> header file. */
460#define HAVE_SYS_STATVFS_H 1
461
462/* Define to 1 if you have the <sys/stat.h> header file. */
463#define HAVE_SYS_STAT_H 1
464
465/* Define to 1 if you have the <sys/sysmacros.h> header file. */
466/* #undef HAVE_SYS_SYSMACROS_H */
467
468/* Define to 1 if you have the <sys/timeb.h> header file. */
469#define HAVE_SYS_TIMEB_H 1
470
471/* Define to 1 if you have the <sys/time.h> header file. */
472#define HAVE_SYS_TIME_H 1
473
474/* Define to 1 if you have the <sys/types.h> header file. */
475#define HAVE_SYS_TYPES_H 1
476
477/* Define to 1 if you have the <sys/ucred.h> header file. */
478#define HAVE_SYS_UCRED_H 1
479
480/* Define to 1 if you have the <sys/vfs.h> header file. */
481/* #undef HAVE_SYS_VFS_H */
482
483/* Define to 1 if you have the `tcgetattr' function. */
484#define HAVE_TCGETATTR 1
485
486/* Define to 1 if you have the `tcsetattr' function. */
487#define HAVE_TCSETATTR 1
488
489/* Define to enable getting events from X Window System */
490/* #undef HAVE_TEXTMODE_X11_SUPPORT */
491
492/* Define to 1 if you have the `truncate' function. */
493#define HAVE_TRUNCATE 1
494
495/* Define to 1 if you have the `tsearch' function. */
496#define HAVE_TSEARCH 1
497
498/* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
499#define HAVE_UINTMAX_T 1
500
501/* Define if you have the `uintptr_t' type. */
502#define HAVE_UINTPTR_T 1
503
504/* Define to 1 if you have the <unistd.h> header file. */
505#define HAVE_UNISTD_H 1
506
507/* Define if you have the 'unsigned long long' type. */
508#define HAVE_UNSIGNED_LONG_LONG 1
509
510/* Define to 1 if you have the <utime.h> header file. */
511#define HAVE_UTIME_H 1
512
513/* Define to 1 if you have the <wchar.h> header file. */
514#define HAVE_WCHAR_H 1
515
516/* Define if you have the 'wchar_t' type. */
517#define HAVE_WCHAR_T 1
518
519/* Define to 1 if you have the `wcslen' function. */
520#define HAVE_WCSLEN 1
521
522/* Define to 1 if you have the <wctype.h> header file. */
523#define HAVE_WCTYPE_H 1
524
525/* Define if you have the 'wint_t' type. */
526#define HAVE_WINT_T 1
527
528/* Define to 1 if you have the `__argz_count' function. */
529/* #undef HAVE___ARGZ_COUNT */
530
531/* Define to 1 if you have the `__argz_next' function. */
532/* #undef HAVE___ARGZ_NEXT */
533
534/* Define to 1 if you have the `__argz_stringify' function. */
535/* #undef HAVE___ARGZ_STRINGIFY */
536
537/* Define to 1 if you have the `__fsetlocking' function. */
538/* #undef HAVE___FSETLOCKING */
539
540/* Define as const if the declaration of iconv() needs const. */
541#define ICONV_CONST
542
543/* Define if integer division by zero raises signal SIGFPE. */
544#define INTDIV0_RAISES_SIGFPE 1
545
546/* Define if compiling for AIX */
547/* #undef IS_AIX */
548
549/* Define to the sub-directory in which libtool stores uninstalled libraries.
550   */
551#define LT_OBJDIR ".libs/"
552
553/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
554   */
555/* #undef MAJOR_IN_MKDEV */
556
557/* Define to 1 if `major', `minor', and `makedev' are declared in
558   <sysmacros.h>. */
559/* #undef MAJOR_IN_SYSMACROS */
560
561/* Define if there is no specific function for reading the list of mounted
562   file systems. fread will be used to read /etc/mnttab. (SVR2) */
563/* #undef MOUNTED_FREAD */
564
565/* Define if (like SVR2) there is no specific function for reading the list of
566   mounted file systems, and your system has these header files: <sys/fstyp.h>
567   and <sys/statfs.h>. (SVR3) */
568/* #undef MOUNTED_FREAD_FSTYP */
569
570/* Define if there are functions named next_dev and fs_stat_dev for reading
571   the list of mounted file systems. (BeOS) */
572/* #undef MOUNTED_FS_STAT_DEV */
573
574/* Define if there is a function named getfsstat for reading the list of
575   mounted file systems. (DEC Alpha running OSF/1) */
576/* #undef MOUNTED_GETFSSTAT */
577
578/* Define if there is a function named getmnt for reading the list of mounted
579   file systems. (Ultrix) */
580/* #undef MOUNTED_GETMNT */
581
582/* Define if there is a function named getmntent for reading the list of
583   mounted file systems, and that function takes a single argument. (4.3BSD,
584   SunOS, HP-UX, Dynix, Irix) */
585/* #undef MOUNTED_GETMNTENT1 */
586
587/* Define if there is a function named getmntent for reading the list of
588   mounted file systems, and that function takes two arguments. (SVR4) */
589/* #undef MOUNTED_GETMNTENT2 */
590
591/* Define if there is a function named getmntinfo for reading the list of
592   mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
593   Darwin) */
594#define MOUNTED_GETMNTINFO 1
595
596/* Define if there is a function named getmntinfo for reading the list of
597   mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
598   3.0) */
599/* #undef MOUNTED_GETMNTINFO2 */
600
601/* Define if there is a function named listmntent that can be used to list all
602   mounted file systems. (UNICOS) */
603/* #undef MOUNTED_LISTMNTENT */
604
605/* Define if there is a function named mntctl that can be used to read the
606   list of mounted file systems, and there is a system header file that
607   declares `struct vmount.' (AIX) */
608/* #undef MOUNTED_VMOUNT */
609
610/* Define to 1 if your C compiler doesn't accept -c and -o together. */
611/* #undef NO_MINUS_C_MINUS_O */
612
613/* Name of package */
614#define PACKAGE "mc"
615
616/* Define to the address where bug reports for this package should be sent. */
617#define PACKAGE_BUGREPORT ""
618
619/* Define to the full name of this package. */
620#define PACKAGE_NAME ""
621
622/* Define to the full name and version of this package. */
623#define PACKAGE_STRING ""
624
625/* Define to the one symbol short name of this package. */
626#define PACKAGE_TARNAME ""
627
628/* Define to the home page for this package. */
629#define PACKAGE_URL ""
630
631/* Define to the version of this package. */
632#define PACKAGE_VERSION ""
633
634/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
635/* #undef PRI_MACROS_BROKEN */
636
637/* Define to select 'glib-regexp' search type */
638#define SEARCH_TYPE_GLIB 1
639
640/* Define to select 'pcre' search type */
641/* #undef SEARCH_TYPE_PCRE */
642
643/* The size of `long', as computed by sizeof. */
644#define SIZEOF_LONG 8
645
646/* The size of `long long', as computed by sizeof. */
647#define SIZEOF_LONG_LONG 8
648
649/* The size of `off_t', as computed by sizeof. */
650#define SIZEOF_OFF_T 8
651
652/* Define as the maximum value of type 'size_t', if the system doesn't define
653   it. */
654/* #undef SIZE_MAX */
655
656/* If using the C implementation of alloca, define if you know the
657   direction of stack growth for your system; otherwise it will be
658   automatically deduced at runtime.
659        STACK_DIRECTION > 0 => grows toward higher addresses
660        STACK_DIRECTION < 0 => grows toward lower addresses
661        STACK_DIRECTION = 0 => direction of growth unknown */
662/* #undef STACK_DIRECTION */
663
664/* Define if the block counts reported by statfs may be truncated to 2GB and
665   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
666   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
667   affected.) */
668/* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
669
670/* Define if there is no specific function for reading file systems usage
671   information and you have the <sys/filsys.h> header file. (SVR2) */
672/* #undef STAT_READ_FILSYS */
673
674/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
675   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
676/* #undef STAT_STATFS2_BSIZE */
677
678/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
679   (4.4BSD, NetBSD) */
680/* #undef STAT_STATFS2_FSIZE */
681
682/* Define if statfs takes 2 args and the second argument has type struct
683   fs_data. (Ultrix) */
684/* #undef STAT_STATFS2_FS_DATA */
685
686/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
687/* #undef STAT_STATFS3_OSF1 */
688
689/* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
690/* #undef STAT_STATFS4 */
691
692/* Define if there is a function named statvfs. (SVR4) */
693#define STAT_STATVFS 1
694
695/* Define to 1 if you have the ANSI C header files. */
696#define STDC_HEADERS 1
697
698/* Define to make subshell support optional */
699/* #undef SUBSHELL_OPTIONAL */
700
701/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
702#define TIME_WITH_SYS_TIME 1
703
704/* Define to enable diff viewer */
705#define USE_DIFF_VIEW 1
706
707/* Use the regex included here */
708#define USE_INCLUDED_REGEX 1
709
710/* Define to enable internal editor */
711#define USE_INTERNAL_EDIT 1
712
713/* Use maintainer mode */
714/* #undef USE_MAINTAINER_MODE */
715
716/* Define to use ncurses for screen management */
717/* #undef USE_NCURSES */
718
719/* Define to use ncursesw for screen management */
720/* #undef USE_NCURSESW */
721
722/* Enable extensions on AIX 3, Interix.  */
723#ifndef _ALL_SOURCE
724# define _ALL_SOURCE 1
725#endif
726/* Enable GNU extensions on systems that have them.  */
727#ifndef _GNU_SOURCE
728# define _GNU_SOURCE 1
729#endif
730/* Enable threading extensions on Solaris.  */
731#ifndef _POSIX_PTHREAD_SEMANTICS
732# define _POSIX_PTHREAD_SEMANTICS 1
733#endif
734/* Enable extensions on HP NonStop.  */
735#ifndef _TANDEM_SOURCE
736# define _TANDEM_SOURCE 1
737#endif
738/* Enable general extensions on Solaris.  */
739#ifndef __EXTENSIONS__
740# define __EXTENSIONS__ 1
741#endif
742
743
744/* Define to use termcap database */
745/* #undef USE_TERMCAP */
746
747/* Version number of package */
748#define VERSION "4.7.5.3"
749
750/* Define to enable background file operations */
751#define WITH_BACKGROUND 1
752
753/* Define to 1 if the X Window System is missing or not being used. */
754#define X_DISPLAY_MISSING 1
755
756/* Number of bits in a file offset, on hosts where this is settable. */
757/* #undef _FILE_OFFSET_BITS */
758
759/* Define for large files, on AIX-style hosts. */
760/* #undef _LARGE_FILES */
761
762/* Define to 1 if on MINIX. */
763/* #undef _MINIX */
764
765/* Define to 2 if the system does not provide POSIX.1 features except with
766   this defined. */
767/* #undef _POSIX_1_SOURCE */
768
769/* Define to 1 if you need to in order for `stat' and other things to work. */
770/* #undef _POSIX_SOURCE */
771
772/* Define to empty if `const' does not conform to ANSI C. */
773/* #undef const */
774
775/* Define to ino_t if undefined. */
776/* #undef ext2_ino_t */
777
778/* Define to `int' if <sys/types.h> doesn't define. */
779/* #undef gid_t */
780
781/* Define to `__inline__' or `__inline' if that's what the C compiler
782   calls it, or to nothing if 'inline' is not supported under any name.  */
783#ifndef __cplusplus
784/* #undef inline */
785#endif
786
787/* Define to `int' if <sys/types.h> does not define. */
788/* #undef mode_t */
789
790/* Define to `unsigned int' if <sys/types.h> does not define. */
791/* #undef nlink_t */
792
793/* Define to `long int' if <sys/types.h> does not define. */
794/* #undef off_t */
795
796/* Define to `int' if <sys/types.h> does not define. */
797/* #undef pid_t */
798
799/* Define as the type of the result of subtracting two pointers, if the system
800   doesn't define it. */
801/* #undef ptrdiff_t */
802
803/* Define to empty if the C compiler doesn't support this keyword. */
804/* #undef signed */
805
806/* Define to `unsigned int' if <sys/types.h> does not define. */
807/* #undef size_t */
808
809/* Define to `int' if <sys/types.h> doesn't define. */
810/* #undef uid_t */
811
812/* Define to unsigned long or unsigned long long if <stdint.h> and
813   <inttypes.h> don't define. */
814/* #undef uintmax_t */