Ticket #2915: config.h

File config.h, 25.6 KB (added by laborer, 12 years ago)
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 enable background file operations */
13#define ENABLE_BACKGROUND 1
14
15/* Define to 1 if translation of program messages to the user's native
16   language is requested. */
17/* #undef ENABLE_NLS */
18
19/* Define to enable VFS support */
20#define ENABLE_VFS 1
21
22/* Support for cpio filesystem */
23#define ENABLE_VFS_CPIO 1
24
25/* Support for extfs */
26#define ENABLE_VFS_EXTFS 1
27
28/* Support for FISH vfs */
29#define ENABLE_VFS_FISH 1
30
31/* Support for FTP (classic) */
32#define ENABLE_VFS_FTP 1
33
34/* Support for sfs */
35#define ENABLE_VFS_SFS 1
36
37/* Define to enable VFS over SMB */
38/* #undef ENABLE_VFS_SMB */
39
40/* Support for tar filesystem */
41#define ENABLE_VFS_TAR 1
42
43/* Support for ext2 undelfs */
44/* #undef ENABLE_VFS_UNDELFS */
45
46/* Define if the file command accepts the -L option */
47#define FILE_L 1
48
49/* Define to 1 if you have `alloca', as a function or macro. */
50#define HAVE_ALLOCA 1
51
52/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
53   */
54#define HAVE_ALLOCA_H 1
55
56/* Define to 1 if you have the <argz.h> header file. */
57#define HAVE_ARGZ_H 1
58
59/* Define to 1 if you have the <arpa/inet.h> header file. */
60#define HAVE_ARPA_INET_H 1
61
62/* Define to 1 if you have the `asprintf' function. */
63#define HAVE_ASPRINTF 1
64
65/* Define to 1 if you have the `atoll' function. */
66#define HAVE_ATOLL 1
67
68/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
69   CoreFoundation framework. */
70/* #undef HAVE_CFLOCALECOPYCURRENT */
71
72/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
73   the CoreFoundation framework. */
74/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
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/* #undef HAVE_DCGETTEXT */
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 1
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#define HAVE_ESCDELAY 1
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 `ftruncate' function. */
135#define HAVE_FTRUNCATE 1
136
137/* Define to 1 if you have the `fwprintf' function. */
138#define HAVE_FWPRINTF 1
139
140/* Define to 1 if you have the `getcwd' function. */
141#define HAVE_GETCWD 1
142
143/* Define to 1 if you have the `getegid' function. */
144#define HAVE_GETEGID 1
145
146/* Define to 1 if you have the `geteuid' function. */
147#define HAVE_GETEUID 1
148
149/* Define to 1 if you have the `getgid' function. */
150#define HAVE_GETGID 1
151
152/* Define to 1 if you have the `getmntent' function. */
153#define HAVE_GETMNTENT 1
154
155/* Define to 1 if you have the `getmntinfo' function. */
156/* #undef HAVE_GETMNTINFO */
157
158/* Define to 1 if you have the `getpagesize' function. */
159#define HAVE_GETPAGESIZE 1
160
161/* Define to 1 if you have the `getpt' function. */
162/* #undef HAVE_GETPT */
163
164/* Define if the GNU gettext() function is already present or preinstalled. */
165/* #undef HAVE_GETTEXT */
166
167/* Define to 1 if you have the `getuid' function. */
168#define HAVE_GETUID 1
169
170/* Define if you have function `get_process_stats' and have to use that
171   instead of gettimeofday */
172/* #undef HAVE_GET_PROCESS_STATS */
173
174/* Defined if gmodule functionality is supported */
175/* #undef HAVE_GMODULE */
176
177/* Define to 1 if you have the `grantpt' function. */
178#define HAVE_GRANTPT 1
179
180/* Define to 1 if you have the `hasmntopt' function. */
181/* #undef HAVE_HASMNTOPT */
182
183/* Define if you have the iconv() function. */
184#define HAVE_ICONV 1
185
186/* Define if the list of mounted filesystems can be determined */
187#define HAVE_INFOMOUNT_LIST 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#define HAVE_MALLOC_H 1
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#define HAVE_MEMPCPY 1
243
244/* Define to 1 if you have a working `mmap' system call. */
245/* #undef HAVE_MMAP */
246
247/* Define to 1 if you have the <mntent.h> header file. */
248#define HAVE_MNTENT_H 1
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#define HAVE_NCURSES 1
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#define HAVE_NCURSES_NCURSES_H 1
267
268/* Define to 1 if you have the <ncurses/term.h> header file. */
269#define HAVE_NCURSES_TERM_H 1
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 <netinet/in.h> header file. */
275#define HAVE_NETINET_IN_H 1
276
277/* Define to 1 if you have the `next_dev' function. */
278/* #undef HAVE_NEXT_DEV */
279
280/* Define to 1 if you have the <nfs/nfs_client.h> header file. */
281/* #undef HAVE_NFS_NFS_CLIENT_H */
282
283/* Define to 1 if you have the <nfs/vfs.h> header file. */
284/* #undef HAVE_NFS_VFS_H */
285
286/* Define to 1 if you have the <nl_types.h> header file. */
287#define HAVE_NL_TYPES_H 1
288
289/* Define to 1 if you have the <OS.h> header file. */
290/* #undef HAVE_OS_H */
291
292/* Define to 1 if you have the `pmap_getmaps' function. */
293#define HAVE_PMAP_GETMAPS 1
294
295/* Define to 1 if you have the `pmap_getport' function. */
296#define HAVE_PMAP_GETPORT 1
297
298/* Define to 1 if you have the `pmap_set' function. */
299#define HAVE_PMAP_SET 1
300
301/* Define if you have a working posix_fallocate() */
302#define HAVE_POSIX_FALLOCATE 1
303
304/* Define to 1 if you have the `posix_openpt' function. */
305#define HAVE_POSIX_OPENPT 1
306
307/* Define if your printf() function supports format strings with positions. */
308#define HAVE_POSIX_PRINTF 1
309
310/* Define to 1 if you have the `putenv' function. */
311#define HAVE_PUTENV 1
312
313/* Define to 1 if you have the `realpath' function. */
314#define HAVE_REALPATH 1
315
316/* Define to 1 if you have the `resizeterm' function. */
317#define HAVE_RESIZETERM 1
318
319/* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */
320#define HAVE_RPC_PMAP_CLNT_H 1
321
322/* Define to 1 if you have the `rresvport' function. */
323#define HAVE_RRESVPORT 1
324
325/* Define to 1 if you have the `setenv' function. */
326#define HAVE_SETENV 1
327
328/* Define to 1 if you have the `setlocale' function. */
329#define HAVE_SETLOCALE 1
330
331/* Define to use S-Lang library for screen management */
332/* #undef HAVE_SLANG */
333
334/* Define to use slang.h */
335/* #undef HAVE_SLANG_H */
336
337/* Define to use slang.h */
338/* #undef HAVE_SLANG_SLANG_H */
339
340/* Define to 1 if you have the `snprintf' function. */
341#define HAVE_SNPRINTF 1
342
343/* Define to 1 if the system has the type `socklen_t'. */
344#define HAVE_SOCKLEN_T 1
345
346/* Define to 1 if you have the `statfs' function. */
347#define HAVE_STATFS 1
348
349/* Define to 1 if you have the `statlstat' function. */
350/* #undef HAVE_STATLSTAT */
351
352/* Define to 1 if you have the `statvfs' function. */
353/* #undef HAVE_STATVFS */
354
355/* Define to 1 if you have the <stddef.h> header file. */
356#define HAVE_STDDEF_H 1
357
358/* Define to 1 if you have the <stdint.h> header file. */
359#define HAVE_STDINT_H 1
360
361/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
362   uintmax_t. */
363#define HAVE_STDINT_H_WITH_UINTMAX 1
364
365/* Define to 1 if you have the <stdlib.h> header file. */
366#define HAVE_STDLIB_H 1
367
368/* Define to 1 if you have the `stpcpy' function. */
369#define HAVE_STPCPY 1
370
371/* Define to 1 if you have the `strcasecmp' function. */
372#define HAVE_STRCASECMP 1
373
374/* Define to 1 if you have the `strcoll' function and it is properly defined.
375   */
376/* #undef HAVE_STRCOLL */
377
378/* Define to 1 if you have the `strdup' function. */
379#define HAVE_STRDUP 1
380
381/* Define to 1 if you have the <strings.h> header file. */
382#define HAVE_STRINGS_H 1
383
384/* Define to 1 if you have the <string.h> header file. */
385#define HAVE_STRING_H 1
386
387/* Define to 1 if you have the `strncasecmp' function. */
388#define HAVE_STRNCASECMP 1
389
390/* Define to 1 if you have the <stropts.h> header file. */
391#define HAVE_STROPTS_H 1
392
393/* Define to 1 if you have the `strtoul' function. */
394#define HAVE_STRTOUL 1
395
396/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
397/* #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME */
398
399/* Define to 1 if `l_linger' is a member of `struct linger'. */
400#define HAVE_STRUCT_LINGER_L_LINGER 1
401
402/* Define to 1 if `f_frsize' is a member of `struct statfs'. */
403#define HAVE_STRUCT_STATFS_F_FRSIZE 1
404
405/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
406/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
407
408/* Define to 1 if `f_namelen' is a member of `struct statfs'. */
409#define HAVE_STRUCT_STATFS_F_NAMELEN 1
410
411/* Define to 1 if `f_type' is a member of `struct statfs'. */
412#define HAVE_STRUCT_STATFS_F_TYPE 1
413
414/* Define to 1 if `f_basetype' is a member of `struct statvfs'. */
415/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
416
417/* Define to 1 if `f_fstypename' is a member of `struct statvfs'. */
418/* #undef HAVE_STRUCT_STATVFS_F_FSTYPENAME */
419
420/* Define to 1 if `f_namemax' is a member of `struct statvfs'. */
421/* #undef HAVE_STRUCT_STATVFS_F_NAMEMAX */
422
423/* Define to 1 if `f_type' is a member of `struct statvfs'. */
424/* #undef HAVE_STRUCT_STATVFS_F_TYPE */
425
426/* Define to 1 if `st_blksize' is a member of `struct stat'. */
427#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
428
429/* Define to 1 if `st_blocks' is a member of `struct stat'. */
430#define HAVE_STRUCT_STAT_ST_BLOCKS 1
431
432/* Define to 1 if `st_rdev' is a member of `struct stat'. */
433#define HAVE_STRUCT_STAT_ST_RDEV 1
434
435/* Define to 1 if you have the `strverscmp' function. */
436#define HAVE_STRVERSCMP 1
437
438/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
439   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
440#define HAVE_ST_BLOCKS 1
441
442/* Define to enable subshell support */
443#define HAVE_SUBSHELL_SUPPORT 1
444
445/* Define to 1 if you have the `sysconf' function. */
446#define HAVE_SYSCONF 1
447
448/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
449   */
450/* #undef HAVE_SYS_DIR_H */
451
452/* Define to 1 if you have the <sys/filsys.h> header file. */
453/* #undef HAVE_SYS_FILSYS_H */
454
455/* Define to 1 if you have the <sys/fs/s5param.h> header file. */
456/* #undef HAVE_SYS_FS_S5PARAM_H */
457
458/* Define to 1 if you have the <sys/fs_types.h> header file. */
459/* #undef HAVE_SYS_FS_TYPES_H */
460
461/* Define to 1 if you have the <sys/ioctl.h> header file. */
462#define HAVE_SYS_IOCTL_H 1
463
464/* Define to 1 if you have the <sys/mkdev.h> header file. */
465/* #undef HAVE_SYS_MKDEV_H */
466
467/* Define to 1 if you have the <sys/mntent.h> header file. */
468/* #undef HAVE_SYS_MNTENT_H */
469
470/* Define to 1 if you have the <sys/mount.h> header file. */
471#define HAVE_SYS_MOUNT_H 1
472
473/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
474   */
475/* #undef HAVE_SYS_NDIR_H */
476
477/* Define to 1 if you have the <sys/param.h> header file. */
478#define HAVE_SYS_PARAM_H 1
479
480/* Define to 1 if you have the <sys/select.h> header file. */
481#define HAVE_SYS_SELECT_H 1
482
483/* Define to 1 if you have the <sys/socket.h> header file. */
484#define HAVE_SYS_SOCKET_H 1
485
486/* Define to 1 if you have the <sys/statfs.h> header file. */
487#define HAVE_SYS_STATFS_H 1
488
489/* Define to 1 if you have the <sys/statvfs.h> header file. */
490#define HAVE_SYS_STATVFS_H 1
491
492/* Define to 1 if you have the <sys/stat.h> header file. */
493#define HAVE_SYS_STAT_H 1
494
495/* Define to 1 if you have the <sys/sysmacros.h> header file. */
496#define HAVE_SYS_SYSMACROS_H 1
497
498/* Define to 1 if you have the <sys/time.h> header file. */
499#define HAVE_SYS_TIME_H 1
500
501/* Define to 1 if you have the <sys/types.h> header file. */
502#define HAVE_SYS_TYPES_H 1
503
504/* Define to 1 if you have the <sys/ucred.h> header file. */
505/* #undef HAVE_SYS_UCRED_H */
506
507/* Define to 1 if you have the <sys/vfs.h> header file. */
508#define HAVE_SYS_VFS_H 1
509
510/* Define to 1 if you have the `tcgetattr' function. */
511#define HAVE_TCGETATTR 1
512
513/* Define to 1 if you have the `tcsetattr' function. */
514#define HAVE_TCSETATTR 1
515
516/* Define to enable getting events from X Window System */
517/* #undef HAVE_TEXTMODE_X11_SUPPORT */
518
519/* Define to 1 if you have the `tsearch' function. */
520#define HAVE_TSEARCH 1
521
522/* Define to 1 if the system has the type `uintmax_t'. */
523#define HAVE_UINTMAX_T 1
524
525/* Define to 1 if you have the <unistd.h> header file. */
526#define HAVE_UNISTD_H 1
527
528/* Define if you have the 'unsigned long long' type. */
529#define HAVE_UNSIGNED_LONG_LONG 1
530
531/* Define to 1 if the system has the type `unsigned long long int'. */
532#define HAVE_UNSIGNED_LONG_LONG_INT 1
533
534/* Define to 1 if you have the <utime.h> header file. */
535#define HAVE_UTIME_H 1
536
537/* Define if you have the 'wchar_t' type. */
538#define HAVE_WCHAR_T 1
539
540/* Define to 1 if you have the `wcslen' function. */
541#define HAVE_WCSLEN 1
542
543/* Define if you have the 'wint_t' type. */
544#define HAVE_WINT_T 1
545
546/* Define to 1 if you have the `__argz_count' function. */
547#define HAVE___ARGZ_COUNT 1
548
549/* Define to 1 if you have the `__argz_next' function. */
550#define HAVE___ARGZ_NEXT 1
551
552/* Define to 1 if you have the `__argz_stringify' function. */
553#define HAVE___ARGZ_STRINGIFY 1
554
555/* Define to 1 if you have the `__fsetlocking' function. */
556#define HAVE___FSETLOCKING 1
557
558/* Define as const if the declaration of iconv() needs const. */
559#define ICONV_CONST
560
561/* Define if integer division by zero raises signal SIGFPE. */
562#define INTDIV0_RAISES_SIGFPE 0
563
564/* Define if compiling for AIX */
565/* #undef IS_AIX */
566
567/* Define to the sub-directory in which libtool stores uninstalled libraries.
568   */
569#define LT_OBJDIR ".libs/"
570
571/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
572   */
573/* #undef MAJOR_IN_MKDEV */
574
575/* Define to 1 if `major', `minor', and `makedev' are declared in
576   <sysmacros.h>. */
577/* #undef MAJOR_IN_SYSMACROS */
578
579/* MC configure arguments */
580#define MC_CONFIGURE_ARGS " 'CC=arm-xscale-linux-gnueabi-gcc -L/tmp/build/ncurses-5.9/build/lib' '--host=arm-xscale-linux-gnueabi' '--prefix=/tmp/build/mc-4.8.1.6/build' '--with-screen=ncurses' '--with-ncurses-includes=/tmp/build/ncurses-5.9/build/include' '--with-ncurses-libs=/tmp/build/ncurses-5.9/build/lib' '--without-x' 'GLIB_CFLAGS=-I/tmp/build/glib-2.34.0/build/include/glib-2.0' 'GLIB_LIBS=/tmp/build/glib-2.34.0/build/lib/libglib-2.0.so' 'GMODULE_CFLAGS=-I/tmp/build/glib-2.34.0/build/include/glib-2.0' 'GMODULE_LIBS=/tmp/build/glib-2.34.0/build/lib/libgmodule-2.0.so' '--with-subshell' '--disable-largefile' '--disable-nls' 'host_alias=arm-xscale-linux-gnueabi' 'CFLAGS=-march=iwmmxt -mtune=iwmmxt -fno-non-call-exceptions -fno-unwind-tables -msoft-float -fno-exceptions -combine -O2' 'LDFLAGS=-s'"
581
582/* Define to enable XDG standard support */
583#define MC_HOMEDIR_XDG 1
584
585/* Where configs will be placed relative to $HOME */
586/* #undef MC_USERCONF_DIR */
587
588/* Define if there is no specific function for reading the list of mounted
589   file systems. fread will be used to read /etc/mnttab. (SVR2) */
590/* #undef MOUNTED_FREAD */
591
592/* Define if (like SVR2) there is no specific function for reading the list of
593   mounted file systems, and your system has these header files: <sys/fstyp.h>
594   and <sys/statfs.h>. (SVR3) */
595/* #undef MOUNTED_FREAD_FSTYP */
596
597/* Define if there are functions named next_dev and fs_stat_dev for reading
598   the list of mounted file systems. (BeOS) */
599/* #undef MOUNTED_FS_STAT_DEV */
600
601/* Define if there is a function named getfsstat for reading the list of
602   mounted file systems. (DEC Alpha running OSF/1) */
603/* #undef MOUNTED_GETFSSTAT */
604
605/* Define if there is a function named getmnt for reading the list of mounted
606   file systems. (Ultrix) */
607/* #undef MOUNTED_GETMNT */
608
609/* Define if there is a function named getmntent for reading the list of
610   mounted file systems, and that function takes a single argument. (4.3BSD,
611   SunOS, HP-UX, Dynix, Irix) */
612#define MOUNTED_GETMNTENT1 1
613
614/* Define if there is a function named getmntent for reading the list of
615   mounted file systems, and that function takes two arguments. (SVR4) */
616/* #undef MOUNTED_GETMNTENT2 */
617
618/* Define if there is a function named getmntinfo for reading the list of
619   mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
620   Darwin) */
621/* #undef MOUNTED_GETMNTINFO */
622
623/* Define if there is a function named getmntinfo for reading the list of
624   mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
625   3.0) */
626/* #undef MOUNTED_GETMNTINFO2 */
627
628/* Define if we are on interix, and ought to use statvfs plus some special
629   knowledge on where mounted filesystems can be found. (Interix) */
630/* #undef MOUNTED_INTERIX_STATVFS */
631
632/* Define if there is a function named listmntent that can be used to list all
633   mounted file systems. (UNICOS) */
634/* #undef MOUNTED_LISTMNTENT */
635
636/* Define if there is a function named mntctl that can be used to read the
637   list of mounted file systems, and there is a system header file that
638   declares `struct vmount.' (AIX) */
639/* #undef MOUNTED_VMOUNT */
640
641/* Define to 1 if assertions should be disabled. */
642/* #undef NDEBUG */
643
644/* Define to 1 if your C compiler doesn't accept -c and -o together. */
645/* #undef NO_MINUS_C_MINUS_O */
646
647/* Name of package */
648#define PACKAGE "mc"
649
650/* Define to the address where bug reports for this package should be sent. */
651#define PACKAGE_BUGREPORT ""
652
653/* Define to the full name of this package. */
654#define PACKAGE_NAME ""
655
656/* Define to the full name and version of this package. */
657#define PACKAGE_STRING ""
658
659/* Define to the one symbol short name of this package. */
660#define PACKAGE_TARNAME ""
661
662/* Define to the home page for this package. */
663#define PACKAGE_URL ""
664
665/* Define to the version of this package. */
666#define PACKAGE_VERSION ""
667
668/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
669/* #undef PRI_MACROS_BROKEN */
670
671/* Define to select 'glib-regexp' search type */
672#define SEARCH_TYPE_GLIB 1
673
674/* Define to select 'pcre' search type */
675/* #undef SEARCH_TYPE_PCRE */
676
677/* The size of `long', as computed by sizeof. */
678#define SIZEOF_LONG 4
679
680/* The size of `off_t', as computed by sizeof. */
681#define SIZEOF_OFF_T 4
682
683/* The size of `uintmax_t', as computed by sizeof. */
684#define SIZEOF_UINTMAX_T 8
685
686/* Define as the maximum value of type 'size_t', if the system doesn't define
687   it. */
688/* #undef SIZE_MAX */
689
690/* If using the C implementation of alloca, define if you know the
691   direction of stack growth for your system; otherwise it will be
692   automatically deduced at runtime.
693        STACK_DIRECTION > 0 => grows toward higher addresses
694        STACK_DIRECTION < 0 => grows toward lower addresses
695        STACK_DIRECTION = 0 => direction of growth unknown */
696/* #undef STACK_DIRECTION */
697
698/* Define if the block counts reported by statfs may be truncated to 2GB and
699   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
700   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
701   affected.) */
702/* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
703
704/* Define if there is no specific function for reading file systems usage
705   information and you have the <sys/filsys.h> header file. (SVR2) */
706/* #undef STAT_READ_FILSYS */
707
708/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
709   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
710/* #undef STAT_STATFS2_BSIZE */
711
712/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
713   (4.4BSD, NetBSD) */
714/* #undef STAT_STATFS2_FSIZE */
715
716/* Define if statfs takes 2 args and the second argument has type struct
717   fs_data. (Ultrix) */
718/* #undef STAT_STATFS2_FS_DATA */
719
720/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
721/* #undef STAT_STATFS3_OSF1 */
722
723/* Define if statfs takes 4 args. (SVR3, Dynix, old Irix, old AIX, Dolphin) */
724/* #undef STAT_STATFS4 */
725
726/* Define if there is a function named statvfs. (SVR4) */
727/* #undef STAT_STATVFS */
728
729/* Define if statvfs64 should be preferred over statvfs. */
730/* #undef STAT_STATVFS64 */
731
732/* Define to 1 if you have the ANSI C header files. */
733#define STDC_HEADERS 1
734
735/* Define to 1 if the f_fsid member of struct statfs is an integer. */
736/* #undef STRUCT_STATFS_F_FSID_IS_INTEGER */
737
738/* Define to 1 if the f_fsid member of struct statvfs is an integer. */
739/* #undef STRUCT_STATVFS_F_FSID_IS_INTEGER */
740
741/* Define to make subshell support optional */
742/* #undef SUBSHELL_OPTIONAL */
743
744/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
745#define TIME_WITH_SYS_TIME 1
746
747/* Define to enable diff viewer */
748#define USE_DIFF_VIEW 1
749
750/* Use the regex included here */
751/* #undef USE_INCLUDED_REGEX */
752
753/* Define to enable internal editor */
754#define USE_INTERNAL_EDIT 1
755
756/* Use maintainer mode */
757/* #undef USE_MAINTAINER_MODE */
758
759/* Define to use ncurses for screen management */
760#define USE_NCURSES 1
761
762/* Define to use ncursesw for screen management */
763/* #undef USE_NCURSESW */
764
765/* Enable extensions on AIX 3, Interix.  */
766#ifndef _ALL_SOURCE
767# define _ALL_SOURCE 1
768#endif
769/* Enable GNU extensions on systems that have them.  */
770#ifndef _GNU_SOURCE
771# define _GNU_SOURCE 1
772#endif
773/* Enable threading extensions on Solaris.  */
774#ifndef _POSIX_PTHREAD_SEMANTICS
775# define _POSIX_PTHREAD_SEMANTICS 1
776#endif
777/* Enable extensions on HP NonStop.  */
778#ifndef _TANDEM_SOURCE
779# define _TANDEM_SOURCE 1
780#endif
781/* Enable general extensions on Solaris.  */
782#ifndef __EXTENSIONS__
783# define __EXTENSIONS__ 1
784#endif
785
786
787/* Define to use termcap database */
788/* #undef USE_TERMCAP */
789
790/* Version number of package */
791#define VERSION "4.8.1.6"
792
793/* Define to 1 if the X Window System is missing or not being used. */
794#define X_DISPLAY_MISSING 1
795
796/* Number of bits in a file offset, on hosts where this is settable. */
797/* #undef _FILE_OFFSET_BITS */
798
799/* Define for large files, on AIX-style hosts. */
800/* #undef _LARGE_FILES */
801
802/* Define to 1 if on MINIX. */
803/* #undef _MINIX */
804
805/* Define to 2 if the system does not provide POSIX.1 features except with
806   this defined. */
807/* #undef _POSIX_1_SOURCE */
808
809/* Define to 1 if you need to in order for `stat' and other things to work. */
810/* #undef _POSIX_SOURCE */
811
812/* Define to empty if `const' does not conform to ANSI C. */
813/* #undef const */
814
815/* Define to ino_t if undefined. */
816/* #undef ext2_ino_t */
817
818/* Define to `int' if <sys/types.h> doesn't define. */
819/* #undef gid_t */
820
821/* Define to `__inline__' or `__inline' if that's what the C compiler
822   calls it, or to nothing if 'inline' is not supported under any name.  */
823#ifndef __cplusplus
824/* #undef inline */
825#endif
826
827/* Define to `int' if <sys/types.h> does not define. */
828/* #undef mode_t */
829
830/* Define to `unsigned int' if <sys/types.h> does not define. */
831/* #undef nlink_t */
832
833/* Define to `long int' if <sys/types.h> does not define. */
834/* #undef off_t */
835
836/* Define to `int' if <sys/types.h> does not define. */
837/* #undef pid_t */
838
839/* Define as the type of the result of subtracting two pointers, if the system
840   doesn't define it. */
841/* #undef ptrdiff_t */
842
843/* Define to empty if the C compiler doesn't support this keyword. */
844/* #undef signed */
845
846/* Define to `unsigned int' if <sys/types.h> does not define. */
847/* #undef size_t */
848
849/* Define to `int' if <sys/types.h> doesn't define. */
850/* #undef uid_t */
851
852/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
853   do not define. */
854/* #undef uintmax_t */