Ticket #2691: config.h

File config.h, 27.0 KB (added by zyxmon, 12 years ago)

config.h

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/* #undef ENABLE_NLS */
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/* #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/* #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#define HAVE_GETMNTENT 1
151
152/* Define to 1 if you have the `getmntinfo' function. */
153/* #undef HAVE_GETMNTINFO */
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/* #undef HAVE_GETTEXT */
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#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/* #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 if you have a working posix_fallocate() */
290/* #undef HAVE_POSIX_FALLOCATE */
291
292/* Define to 1 if you have the `posix_openpt' function. */
293#define HAVE_POSIX_OPENPT 1
294
295/* Define if your printf() function supports format strings with positions. */
296#define HAVE_POSIX_PRINTF 1
297
298/* Define to 1 if you have the `putenv' function. */
299#define HAVE_PUTENV 1
300
301/* Define to 1 if you have the `realpath' function. */
302#define HAVE_REALPATH 1
303
304/* Define to 1 if you have the `resizeterm' function. */
305/* #undef HAVE_RESIZETERM */
306
307/* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */
308#define HAVE_RPC_PMAP_CLNT_H 1
309
310/* Define to 1 if you have the `rresvport' function. */
311#define HAVE_RRESVPORT 1
312
313/* Define to 1 if you have the <security/pam_misc.h> header file. */
314/* #undef HAVE_SECURITY_PAM_MISC_H */
315
316/* Define to 1 if you have the `setenv' function. */
317#define HAVE_SETENV 1
318
319/* Define to 1 if you have the `setlocale' function. */
320#define HAVE_SETLOCALE 1
321
322/* Define to 1 if you have the `setreuid' function. */
323#define HAVE_SETREUID 1
324
325/* Define to use S-Lang library for screen management */
326#define HAVE_SLANG 1
327
328/* Define to use slang.h */
329#define HAVE_SLANG_H 1
330
331/* Define to use slang.h */
332/* #undef HAVE_SLANG_SLANG_H */
333
334/* Define to 1 if you have the `snprintf' function. */
335#define HAVE_SNPRINTF 1
336
337/* Define to 1 if the system has the type `socklen_t'. */
338#define HAVE_SOCKLEN_T 1
339
340/* Define to 1 if you have the `statfs' function. */
341#define HAVE_STATFS 1
342
343/* Define to 1 if you have the `statlstat' function. */
344/* #undef HAVE_STATLSTAT */
345
346/* Define to 1 if you have the `statvfs' function. */
347/* #undef HAVE_STATVFS */
348
349/* Define to 1 if you have the <stddef.h> header file. */
350#define HAVE_STDDEF_H 1
351
352/* Define to 1 if you have the <stdint.h> header file. */
353#define HAVE_STDINT_H 1
354
355/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
356   uintmax_t. */
357#define HAVE_STDINT_H_WITH_UINTMAX 1
358
359/* Define to 1 if you have the <stdlib.h> header file. */
360#define HAVE_STDLIB_H 1
361
362/* Define to 1 if you have the `stpcpy' function. */
363#define HAVE_STPCPY 1
364
365/* Define to 1 if you have the `strcasecmp' function. */
366#define HAVE_STRCASECMP 1
367
368/* Define to 1 if you have the `strcoll' function and it is properly defined.
369   */
370/* #undef HAVE_STRCOLL */
371
372/* Define to 1 if you have the `strdup' function. */
373#define HAVE_STRDUP 1
374
375/* Define to 1 if you have the <strings.h> header file. */
376#define HAVE_STRINGS_H 1
377
378/* Define to 1 if you have the <string.h> header file. */
379#define HAVE_STRING_H 1
380
381/* Define to 1 if you have the `strncasecmp' function. */
382#define HAVE_STRNCASECMP 1
383
384/* Define to 1 if you have the <stropts.h> header file. */
385/* #undef HAVE_STROPTS_H */
386
387/* Define to 1 if you have the `strtoul' function. */
388#define HAVE_STRTOUL 1
389
390/* Define to 1 if `f_fstypename' is a member of `struct fsstat'. */
391/* #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME */
392
393/* Define to 1 if `l_linger' is a member of `struct linger'. */
394#define HAVE_STRUCT_LINGER_L_LINGER 1
395
396/* Define to 1 if `f_fstypename' is a member of `struct statfs'. */
397/* #undef HAVE_STRUCT_STATFS_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/mntent.h> header file. */
441/* #undef HAVE_SYS_MNTENT_H */
442
443/* Define to 1 if you have the <sys/mount.h> header file. */
444#define HAVE_SYS_MOUNT_H 1
445
446/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
447   */
448/* #undef HAVE_SYS_NDIR_H */
449
450/* Define to 1 if you have the <sys/param.h> header file. */
451#define HAVE_SYS_PARAM_H 1
452
453/* Define to 1 if you have the <sys/select.h> header file. */
454#define HAVE_SYS_SELECT_H 1
455
456/* Define to 1 if you have the <sys/socket.h> header file. */
457#define HAVE_SYS_SOCKET_H 1
458
459/* Define to 1 if you have the <sys/statfs.h> header file. */
460#define HAVE_SYS_STATFS_H 1
461
462/* Define to 1 if you have the <sys/statvfs.h> header file. */
463#define HAVE_SYS_STATVFS_H 1
464
465/* Define to 1 if you have the <sys/stat.h> header file. */
466#define HAVE_SYS_STAT_H 1
467
468/* Define to 1 if you have the <sys/sysmacros.h> header file. */
469#define HAVE_SYS_SYSMACROS_H 1
470
471/* Define to 1 if you have the <sys/timeb.h> header file. */
472#define HAVE_SYS_TIMEB_H 1
473
474/* Define to 1 if you have the <sys/time.h> header file. */
475#define HAVE_SYS_TIME_H 1
476
477/* Define to 1 if you have the <sys/types.h> header file. */
478#define HAVE_SYS_TYPES_H 1
479
480/* Define to 1 if you have the <sys/ucred.h> header file. */
481/* #undef HAVE_SYS_UCRED_H */
482
483/* Define to 1 if you have the <sys/vfs.h> header file. */
484#define HAVE_SYS_VFS_H 1
485
486/* Define to 1 if you have the `tcgetattr' function. */
487#define HAVE_TCGETATTR 1
488
489/* Define to 1 if you have the `tcsetattr' function. */
490#define HAVE_TCSETATTR 1
491
492/* Define to enable getting events from X Window System */
493/* #undef HAVE_TEXTMODE_X11_SUPPORT */
494
495/* Define to 1 if you have the `truncate' function. */
496#define HAVE_TRUNCATE 1
497
498/* Define to 1 if you have the `tsearch' function. */
499#define HAVE_TSEARCH 1
500
501/* Define to 1 if the system has the type `uintmax_t'. */
502#define HAVE_UINTMAX_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 the system has the type `unsigned long long int'. */
511#define HAVE_UNSIGNED_LONG_LONG_INT 1
512
513/* Define to 1 if you have the <utime.h> header file. */
514#define HAVE_UTIME_H 1
515
516/* Define to 1 if you have the <wchar.h> header file. */
517#define HAVE_WCHAR_H 1
518
519/* Define if you have the 'wchar_t' type. */
520#define HAVE_WCHAR_T 1
521
522/* Define to 1 if you have the `wcslen' function. */
523#define HAVE_WCSLEN 1
524
525/* Define to 1 if you have the <wctype.h> header file. */
526#define HAVE_WCTYPE_H 1
527
528/* Define if you have the 'wint_t' type. */
529#define HAVE_WINT_T 1
530
531/* Define to 1 if you have the `__argz_count' function. */
532/* #undef HAVE___ARGZ_COUNT */
533
534/* Define to 1 if you have the `__argz_next' function. */
535/* #undef HAVE___ARGZ_NEXT */
536
537/* Define to 1 if you have the `__argz_stringify' function. */
538/* #undef HAVE___ARGZ_STRINGIFY */
539
540/* Define to 1 if you have the `__fsetlocking' function. */
541#define HAVE___FSETLOCKING 1
542
543/* Define as const if the declaration of iconv() needs const. */
544#define ICONV_CONST const
545
546/* Define if integer division by zero raises signal SIGFPE. */
547#define INTDIV0_RAISES_SIGFPE 0
548
549/* Define if compiling for AIX */
550/* #undef IS_AIX */
551
552/* Define to the sub-directory in which libtool stores uninstalled libraries.
553   */
554#define LT_OBJDIR ".libs/"
555
556/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
557   */
558/* #undef MAJOR_IN_MKDEV */
559
560/* Define to 1 if `major', `minor', and `makedev' are declared in
561   <sysmacros.h>. */
562/* #undef MAJOR_IN_SYSMACROS */
563
564/* MC configure arguments */
565#define MC_CONFIGURE_ARGS " '--target=mipsel-openwrt-linux' '--host=mipsel-openwrt-linux' '--build=i486-linux-gnu' '--program-prefix=' '--program-suffix=' '--prefix=/media/DISK_A1/system/usr' '--exec-prefix=/media/DISK_A1/system/usr' '--bindir=/media/DISK_A1/system/usr/bin' '--sbindir=/media/DISK_A1/system/usr/sbin' '--libexecdir=/media/DISK_A1/system/usr/lib' '--sysconfdir=/etc' '--datadir=/media/DISK_A1/system/usr/share' '--localstatedir=/var' '--mandir=/media/DISK_A1/system/usr/man' '--infodir=/media/DISK_A1/system/usr/info' '--disable-ipv6' '--sysconfdir=/media/DISK_A1/system/etc' '--without-gpm-mouse' '--without-x' '--disable-glibtest' '--disable-doxygen-doc' '--disable-nls' '--disable-tests' '--with-libintl-prefix=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libintl-full' '--with-libiconv-prefix=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libiconv-full' '--with-slang-includes=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/include' '--with-slang-libs=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib' 'build_alias=i486-linux-gnu' 'host_alias=mipsel-openwrt-linux' 'target_alias=mipsel-openwrt-linux' 'CC=mipsel-openwrt-linux-uclibc-gcc' 'CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time -fhonour-copts -I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libiconv-full/include -I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libintl-full/include ' 'LDFLAGS=-L/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib -L/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/lib -L/home/user/keenetic.mips32r2/staging_dir/toolchain-mipsel_r2_gcc-4.1.2_uClibc-0.9.30.3/usr/lib -L/home/user/keenetic.mips32r2/staging_dir/toolchain-mipsel_r2_gcc-4.1.2_uClibc-0.9.30.3/lib -L/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libiconv-full/lib -L/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libintl-full/lib ' 'CPPFLAGS=-I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/include -I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/include -I/home/user/keenetic.mips32r2/staging_dir/toolchain-mipsel_r2_gcc-4.1.2_uClibc-0.9.30.3/usr/include -I/home/user/keenetic.mips32r2/staging_dir/toolchain-mipsel_r2_gcc-4.1.2_uClibc-0.9.30.3/include -I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libiconv-full/include -I/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/libintl-full/include ' 'PKG_CONFIG=/home/user/keenetic.mips32r2/staging_dir/host/bin/pkg-config' 'PKG_CONFIG_PATH=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/pkgconfig' 'PKG_CONFIG_LIBDIR=/home/user/keenetic.mips32r2/staging_dir/target-mipsel_r2_uClibc-0.9.30.3/usr/lib/pkgconfig'"
566
567/* Define to enable XDG standard support */
568#define MC_HOMEDIR_XDG 1
569
570/* Where configs will be placed relative to $HOME */
571/* #undef MC_USERCONF_DIR */
572
573/* Define if there is no specific function for reading the list of mounted
574   file systems. fread will be used to read /etc/mnttab. (SVR2) */
575/* #undef MOUNTED_FREAD */
576
577/* Define if (like SVR2) there is no specific function for reading the list of
578   mounted file systems, and your system has these header files: <sys/fstyp.h>
579   and <sys/statfs.h>. (SVR3) */
580/* #undef MOUNTED_FREAD_FSTYP */
581
582/* Define if there are functions named next_dev and fs_stat_dev for reading
583   the list of mounted file systems. (BeOS) */
584/* #undef MOUNTED_FS_STAT_DEV */
585
586/* Define if there is a function named getfsstat for reading the list of
587   mounted file systems. (DEC Alpha running OSF/1) */
588/* #undef MOUNTED_GETFSSTAT */
589
590/* Define if there is a function named getmnt for reading the list of mounted
591   file systems. (Ultrix) */
592/* #undef MOUNTED_GETMNT */
593
594/* Define if there is a function named getmntent for reading the list of
595   mounted file systems, and that function takes a single argument. (4.3BSD,
596   SunOS, HP-UX, Dynix, Irix) */
597#define MOUNTED_GETMNTENT1 1
598
599/* Define if there is a function named getmntent for reading the list of
600   mounted file systems, and that function takes two arguments. (SVR4) */
601/* #undef MOUNTED_GETMNTENT2 */
602
603/* Define if there is a function named getmntinfo for reading the list of
604   mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
605   Darwin) */
606/* #undef MOUNTED_GETMNTINFO */
607
608/* Define if there is a function named getmntinfo for reading the list of
609   mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
610   3.0) */
611/* #undef MOUNTED_GETMNTINFO2 */
612
613/* Define if we are on interix, and ought to use statvfs plus some special
614   knowledge on where mounted filesystems can be found. (Interix) */
615/* #undef MOUNTED_INTERIX_STATVFS */
616
617/* Define if there is a function named listmntent that can be used to list all
618   mounted file systems. (UNICOS) */
619/* #undef MOUNTED_LISTMNTENT */
620
621/* Define if there is a function named mntctl that can be used to read the
622   list of mounted file systems, and there is a system header file that
623   declares `struct vmount.' (AIX) */
624/* #undef MOUNTED_VMOUNT */
625
626/* Define to 1 if your C compiler doesn't accept -c and -o together. */
627/* #undef NO_MINUS_C_MINUS_O */
628
629/* Name of package */
630#define PACKAGE "mc"
631
632/* Define to the address where bug reports for this package should be sent. */
633#define PACKAGE_BUGREPORT ""
634
635/* Define to the full name of this package. */
636#define PACKAGE_NAME ""
637
638/* Define to the full name and version of this package. */
639#define PACKAGE_STRING ""
640
641/* Define to the one symbol short name of this package. */
642#define PACKAGE_TARNAME ""
643
644/* Define to the home page for this package. */
645#define PACKAGE_URL ""
646
647/* Define to the version of this package. */
648#define PACKAGE_VERSION ""
649
650/* Define if <inttypes.h> exists and defines unusable PRI* macros. */
651/* #undef PRI_MACROS_BROKEN */
652
653/* Define to select 'glib-regexp' search type */
654#define SEARCH_TYPE_GLIB 1
655
656/* Define to select 'pcre' search type */
657/* #undef SEARCH_TYPE_PCRE */
658
659/* The size of `long', as computed by sizeof. */
660#define SIZEOF_LONG 4
661
662/* The size of `off_t', as computed by sizeof. */
663#define SIZEOF_OFF_T 8
664
665/* The size of `uintmax_t', as computed by sizeof. */
666#define SIZEOF_UINTMAX_T 8
667
668/* Define as the maximum value of type 'size_t', if the system doesn't define
669   it. */
670/* #undef SIZE_MAX */
671
672/* If using the C implementation of alloca, define if you know the
673   direction of stack growth for your system; otherwise it will be
674   automatically deduced at runtime.
675        STACK_DIRECTION > 0 => grows toward higher addresses
676        STACK_DIRECTION < 0 => grows toward lower addresses
677        STACK_DIRECTION = 0 => direction of growth unknown */
678/* #undef STACK_DIRECTION */
679
680/* Define if the block counts reported by statfs may be truncated to 2GB and
681   the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
682   and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
683   affected.) */
684/* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
685
686/* Define if there is no specific function for reading file systems usage
687   information and you have the <sys/filsys.h> header file. (SVR2) */
688/* #undef STAT_READ_FILSYS */
689
690/* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
691   (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
692/* #undef STAT_STATFS2_BSIZE */
693
694/* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
695   (4.4BSD, NetBSD) */
696/* #undef STAT_STATFS2_FSIZE */
697
698/* Define if statfs takes 2 args and the second argument has type struct
699   fs_data. (Ultrix) */
700/* #undef STAT_STATFS2_FS_DATA */
701
702/* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
703/* #undef STAT_STATFS3_OSF1 */
704
705/* Define if statfs takes 4 args. (SVR3, Dynix, old Irix, old AIX, Dolphin) */
706/* #undef STAT_STATFS4 */
707
708/* Define if there is a function named statvfs. (SVR4) */
709/* #undef STAT_STATVFS */
710
711/* Define if statvfs64 should be preferred over statvfs. */
712/* #undef STAT_STATVFS64 */
713
714/* Define to 1 if you have the ANSI C header files. */
715#define STDC_HEADERS 1
716
717/* Define to make subshell support optional */
718/* #undef SUBSHELL_OPTIONAL */
719
720/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
721#define TIME_WITH_SYS_TIME 1
722
723/* Define to enable diff viewer */
724#define USE_DIFF_VIEW 1
725
726/* Use the regex included here */
727/* #undef USE_INCLUDED_REGEX */
728
729/* Define to enable internal editor */
730#define USE_INTERNAL_EDIT 1
731
732/* Use maintainer mode */
733/* #undef USE_MAINTAINER_MODE */
734
735/* Define to use ncurses for screen management */
736/* #undef USE_NCURSES */
737
738/* Define to use ncursesw for screen management */
739/* #undef USE_NCURSESW */
740
741/* Enable extensions on AIX 3, Interix.  */
742#ifndef _ALL_SOURCE
743# define _ALL_SOURCE 1
744#endif
745/* Enable GNU extensions on systems that have them.  */
746#ifndef _GNU_SOURCE
747# define _GNU_SOURCE 1
748#endif
749/* Enable threading extensions on Solaris.  */
750#ifndef _POSIX_PTHREAD_SEMANTICS
751# define _POSIX_PTHREAD_SEMANTICS 1
752#endif
753/* Enable extensions on HP NonStop.  */
754#ifndef _TANDEM_SOURCE
755# define _TANDEM_SOURCE 1
756#endif
757/* Enable general extensions on Solaris.  */
758#ifndef __EXTENSIONS__
759# define __EXTENSIONS__ 1
760#endif
761
762
763/* Define to use termcap database */
764/* #undef USE_TERMCAP */
765
766/* Version number of package */
767#define VERSION "4.8.1"
768
769/* Define to enable background file operations */
770#define WITH_BACKGROUND 1
771
772/* Define to 1 if the X Window System is missing or not being used. */
773#define X_DISPLAY_MISSING 1
774
775/* Number of bits in a file offset, on hosts where this is settable. */
776#define _FILE_OFFSET_BITS 64
777
778/* Define for large files, on AIX-style hosts. */
779/* #undef _LARGE_FILES */
780
781/* Define to 1 if on MINIX. */
782/* #undef _MINIX */
783
784/* Define to 2 if the system does not provide POSIX.1 features except with
785   this defined. */
786/* #undef _POSIX_1_SOURCE */
787
788/* Define to 1 if you need to in order for `stat' and other things to work. */
789/* #undef _POSIX_SOURCE */
790
791/* Define to empty if `const' does not conform to ANSI C. */
792/* #undef const */
793
794/* Define to ino_t if undefined. */
795/* #undef ext2_ino_t */
796
797/* Define to `int' if <sys/types.h> doesn't define. */
798/* #undef gid_t */
799
800/* Define to `__inline__' or `__inline' if that's what the C compiler
801   calls it, or to nothing if 'inline' is not supported under any name.  */
802#ifndef __cplusplus
803/* #undef inline */
804#endif
805
806/* Define to `int' if <sys/types.h> does not define. */
807/* #undef mode_t */
808
809/* Define to `unsigned int' if <sys/types.h> does not define. */
810/* #undef nlink_t */
811
812/* Define to `long int' if <sys/types.h> does not define. */
813/* #undef off_t */
814
815/* Define to `int' if <sys/types.h> does not define. */
816/* #undef pid_t */
817
818/* Define as the type of the result of subtracting two pointers, if the system
819   doesn't define it. */
820/* #undef ptrdiff_t */
821
822/* Define to empty if the C compiler doesn't support this keyword. */
823/* #undef signed */
824
825/* Define to `unsigned int' if <sys/types.h> does not define. */
826/* #undef size_t */
827
828/* Define to `int' if <sys/types.h> doesn't define. */
829/* #undef uid_t */
830
831/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
832   do not define. */
833/* #undef uintmax_t */