Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

config.h

Go to the documentation of this file.
00001 /* config.h.  Generated automatically by configure.  */
00002 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
00003 
00004 /* Define if you have the Andrew File System. */
00005 /* #undef AFS */
00006 
00007 /* Define to the function xargmatch calls on failures. */
00008 #define ARGMATCH_DIE usage (1)
00009 
00010 /* Define to the declaration of the xargmatch failure function. */
00011 #define ARGMATCH_DIE_DECL extern void usage ()
00012 
00013 /* Define if the `closedir' function returns void instead of `int'. */
00014 /* #undef CLOSEDIR_VOID */
00015 
00016 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
00017    systems. This function is required for `alloca.c' support on those systems.
00018    */
00019 /* #undef CRAY_STACKSEG_END */
00020 
00021 /* Define if using `alloca.c'. */
00022 /* #undef C_ALLOCA */
00023 
00024 /* Define if using `getloadavg.c'. */
00025 /* #undef C_GETLOADAVG */
00026 
00027 /* Define for DGUX with <sys/dg_sys_info.h>. */
00028 /* #undef DGUX */
00029 
00030 /* Define if there is a member named d_ino in the struct describing directory
00031    headers. */
00032 #define D_INO_IN_DIRENT 1
00033 
00034 /* Define if there is a member named d_type in the struct describing directory
00035    headers. */
00036 #define D_TYPE_IN_DIRENT 1
00037 
00038 /* Define to 1 if NLS is requested. */
00039 #define ENABLE_NLS 1
00040 
00041 /* Define on systems for which file names may have a so-called `drive letter'
00042    prefix, define this to compute the length of that prefix, including the
00043    colon. */
00044 #define FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
00045 
00046 /* Define if the backslash character may also serve as a file name component
00047    separator. */
00048 #define FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
00049 
00050 #if FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
00051 # define FILESYSTEM_PREFIX_LEN(Filename) \
00052   ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
00053 else
00054 # define FILESYSTEM_PREFIX_LEN(Filename) 0
00055 #endif
00056 
00057 /* Define to the type of elements in the array set by `getgroups'. Usually
00058    this is either `int' or `gid_t'. */
00059 #define GETGROUPS_T gid_t
00060 
00061 /* Define if the `getloadavg' function needs to be run setuid or setgid. */
00062 /* #undef GETLOADAVG_PRIVILEGED */
00063 
00064 /* The concatenation of the strings `GNU ', and PACKAGE. */
00065 #define GNU_PACKAGE "GNU fileutils"
00066 
00067 /* Define if TIOCGWINSZ requires sys/ioctl.h */
00068 #define GWINSZ_IN_SYS_IOCTL 1
00069 
00070 /* Define if you have the `acl' function. */
00071 /* #undef HAVE_ACL */
00072 
00073 /* Define if you have the `alarm' function. */
00074 #define HAVE_ALARM 1
00075 
00076 /* Define if you have `alloca', as a function or macro. */
00077 #define HAVE_ALLOCA 1
00078 
00079 /* Define if you have <alloca.h> and it should be used (not on Ultrix). */
00080 #define HAVE_ALLOCA_H 1
00081 
00082 /* Define if you have the <argz.h> header file. */
00083 #define HAVE_ARGZ_H 1
00084 
00085 /* Define if you have the <arpa/inet.h> header file. */
00086 #define HAVE_ARPA_INET_H 1
00087 
00088 /* Define if you have the `atexit' function. */
00089 #define HAVE_ATEXIT 1
00090 
00091 /* Define if you have the `bcopy' function. */
00092 #define HAVE_BCOPY 1
00093 
00094 /* Define if you have the <bp-sym.h> header file. */
00095 /* #undef HAVE_BP_SYM_H */
00096 
00097 /* Define if you have the `btowc' function. */
00098 #define HAVE_BTOWC 1
00099 
00100 /* Define if you have the `bzero' function. */
00101 #define HAVE_BZERO 1
00102 
00103 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
00104 /* #undef HAVE_CATGETS */
00105 
00106 /* Define if you have the `chsize' function. */
00107 /* #undef HAVE_CHSIZE */
00108 
00109 /* Define if you have the `clock_gettime' function. */
00110 #define HAVE_CLOCK_GETTIME 1
00111 
00112 /* Define if backslash-a works in C strings. */
00113 #define HAVE_C_BACKSLASH_A 1
00114 
00115 /* Define if you have the `dcgettext' function. */
00116 /* #undef HAVE_DCGETTEXT */
00117 
00118 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
00119    you don't. */
00120 #define HAVE_DECL_CLEARERR_UNLOCKED 1
00121 
00122 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
00123    don't. */
00124 #define HAVE_DECL_FEOF_UNLOCKED 1
00125 
00126 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
00127    you don't. */
00128 #define HAVE_DECL_FERROR_UNLOCKED 1
00129 
00130 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
00131    you don't. */
00132 #define HAVE_DECL_FFLUSH_UNLOCKED 1
00133 
00134 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
00135    you don't. */
00136 #define HAVE_DECL_FPUTC_UNLOCKED 1
00137 
00138 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
00139    you don't. */
00140 #define HAVE_DECL_FREAD_UNLOCKED 1
00141 
00142 /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
00143    */
00144 #define HAVE_DECL_FREE 1
00145 
00146 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
00147    you don't. */
00148 #define HAVE_DECL_FWRITE_UNLOCKED 1
00149 
00150 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
00151    you don't. */
00152 #define HAVE_DECL_GETCHAR_UNLOCKED 1
00153 
00154 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
00155    don't. */
00156 #define HAVE_DECL_GETC_UNLOCKED 1
00157 
00158 /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
00159    */
00160 #define HAVE_DECL_GETENV 1
00161 
00162 /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
00163    don't. */
00164 #define HAVE_DECL_GETEUID 1
00165 
00166 /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
00167    don't. */
00168 #define HAVE_DECL_GETGRGID 1
00169 
00170 /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
00171    don't. */
00172 #define HAVE_DECL_GETLOGIN 1
00173 
00174 /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
00175    don't. */
00176 #define HAVE_DECL_GETPWUID 1
00177 
00178 /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
00179    */
00180 #define HAVE_DECL_GETUID 1
00181 
00182 /* Define to 1 if you have the declaration of `getutent', and to 0 if you
00183    don't. */
00184 #define HAVE_DECL_GETUTENT 1
00185 
00186 /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
00187    */
00188 #define HAVE_DECL_LSEEK 1
00189 
00190 /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
00191    */
00192 #define HAVE_DECL_MALLOC 1
00193 
00194 /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
00195    */
00196 #define HAVE_DECL_MEMCHR 1
00197 
00198 /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
00199    don't. */
00200 #define HAVE_DECL_MEMRCHR 1
00201 
00202 /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
00203    don't. */
00204 #define HAVE_DECL_NANOSLEEP 1
00205 
00206 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
00207    you don't. */
00208 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
00209 
00210 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
00211    don't. */
00212 #define HAVE_DECL_PUTC_UNLOCKED 1
00213 
00214 /* Define to 1 if you have the declaration of `realloc', and to 0 if you
00215    don't. */
00216 #define HAVE_DECL_REALLOC 1
00217 
00218 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
00219    */
00220 #define HAVE_DECL_STPCPY 1
00221 
00222 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
00223    don't. */
00224 #define HAVE_DECL_STRERROR_R 1
00225 
00226 /* Define to 1 if you have the declaration of `strndup', and to 0 if you
00227    don't. */
00228 #define HAVE_DECL_STRNDUP 1
00229 
00230 /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
00231    don't. */
00232 #define HAVE_DECL_STRNLEN 1
00233 
00234 /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
00235    */
00236 #define HAVE_DECL_STRSTR 1
00237 
00238 /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
00239    don't. */
00240 #define HAVE_DECL_STRTOUL 1
00241 
00242 /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
00243    don't. */
00244 #define HAVE_DECL_STRTOULL 1
00245 
00246 /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
00247    don't. */
00248 #define HAVE_DECL_TTYNAME 1
00249 
00250 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
00251    don't. */
00252 #define HAVE_DECL_WCWIDTH 1
00253 
00254 /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
00255    don't. */
00256 #define HAVE_DECL___FPENDING 1
00257 
00258 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
00259 #define HAVE_DIRENT_H 1
00260 
00261 /* Define if the malloc check has been performed. */
00262 #define HAVE_DONE_WORKING_MALLOC_CHECK 1
00263 
00264 /* Define if the realloc check has been performed. */
00265 #define HAVE_DONE_WORKING_REALLOC_CHECK 1
00266 
00267 /* Define if you don't have `vprintf' but do have `_doprnt.' */
00268 /* #undef HAVE_DOPRNT */
00269 
00270 /* Define if you have the `dup2' function. */
00271 #define HAVE_DUP2 1
00272 
00273 /* Define if you have the `endgrent' function. */
00274 #define HAVE_ENDGRENT 1
00275 
00276 /* Define if you have the `endpwent' function. */
00277 #define HAVE_ENDPWENT 1
00278 
00279 /* Define if you have the <errno.h> header file. */
00280 #define HAVE_ERRNO_H 1
00281 
00282 /* Define if you have the `euidaccess' function. */
00283 #define HAVE_EUIDACCESS 1
00284 
00285 /* Define if you have the `fchdir' function. */
00286 #define HAVE_FCHDIR 1
00287 
00288 /* Define if you have the <fcntl.h> header file. */
00289 #define HAVE_FCNTL_H 1
00290 
00291 /* Define if you have the `fdatasync' function. */
00292 #define HAVE_FDATASYNC 1
00293 
00294 /* Define if you have the <fenv.h> header file. */
00295 #define HAVE_FENV_H 1
00296 
00297 /* Define if you have the `fesetround' function. */
00298 /* #undef HAVE_FESETROUND */
00299 
00300 /* Define if you have the <float.h> header file. */
00301 #define HAVE_FLOAT_H 1
00302 
00303 /* Define if you have the `floor' function. */
00304 #define HAVE_FLOOR 1
00305 
00306 /* Define if your system has a working `fnmatch' function. */
00307 #define HAVE_FNMATCH 1
00308 
00309 /* Define if you have the `fseeko' function. */
00310 #define HAVE_FSEEKO 1
00311 
00312 /* Define if you have the <fs_info.h> header file. */
00313 /* #undef HAVE_FS_INFO_H */
00314 
00315 /* Define if you have the `fs_stat_dev' function. */
00316 /* #undef HAVE_FS_STAT_DEV */
00317 
00318 /* Define if you have the `ftime' function. */
00319 #define HAVE_FTIME 1
00320 
00321 /* Define if you have the `ftruncate' function. */
00322 #define HAVE_FTRUNCATE 1
00323 
00324 /* Define if struct statfs has the f_fstypename member. */
00325 /* #undef HAVE_F_FSTYPENAME_IN_STATFS */
00326 
00327 /* Define if you have the `getcwd' function. */
00328 #define HAVE_GETCWD 1
00329 
00330 /* Define if you have the `getdelim' function. */
00331 /* #undef HAVE_GETDELIM */
00332 
00333 /* Define if you have the `getgroups' function. */
00334 #define HAVE_GETGROUPS 1
00335 
00336 /* Define if you have the `gethostbyaddr' function. */
00337 #define HAVE_GETHOSTBYADDR 1
00338 
00339 /* Define if you have the `gethostbyname' function. */
00340 #define HAVE_GETHOSTBYNAME 1
00341 
00342 /* Define if you have the `gethostname' function. */
00343 #define HAVE_GETHOSTNAME 1
00344 
00345 /* Define if you have the `gethrtime' function. */
00346 /* #undef HAVE_GETHRTIME */
00347 
00348 /* Define if you have the `getloadavg' function. */
00349 #define HAVE_GETLOADAVG 1
00350 
00351 /* Define if you have the `getmntent' function. */
00352 #define HAVE_GETMNTENT 1
00353 
00354 /* Define if you have the `getmntinfo' function. */
00355 /* #undef HAVE_GETMNTINFO */
00356 
00357 /* Define if you have the `getpagesize' function. */
00358 #define HAVE_GETPAGESIZE 1
00359 
00360 /* Define if you have the `getpass' function. */
00361 #define HAVE_GETPASS 1
00362 
00363 /* Define if you have the `getspnam' function. */
00364 #define HAVE_GETSPNAM 1
00365 
00366 /* Define to 1 if you have gettext and don't want to use GNU gettext. */
00367 #define HAVE_GETTEXT 1
00368 
00369 /* Define if you have the `gettimeofday' function. */
00370 #define HAVE_GETTIMEOFDAY 1
00371 
00372 /* Define if you have the `getusershell' function. */
00373 #define HAVE_GETUSERSHELL 1
00374 
00375 /* Define if you have the <grp.h> header file. */
00376 #define HAVE_GRP_H 1
00377 
00378 /* Define if you have the `hasmntopt' function. */
00379 #define HAVE_HASMNTOPT 1
00380 
00381 /* Define if you have the iconv() function. */
00382 #define HAVE_ICONV 1
00383 
00384 /* Define if you have the `inet_ntoa' function. */
00385 #define HAVE_INET_NTOA 1
00386 
00387 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
00388    declares uintmax_t. */
00389 #define HAVE_INTTYPES_H 1
00390 
00391 /* Define if you have the `isascii' function. */
00392 #define HAVE_ISASCII 1
00393 
00394 /* Define if you have the `iswprint' function. */
00395 #define HAVE_ISWPRINT 1
00396 
00397 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
00398 #define HAVE_LANGINFO_CODESET 1
00399 
00400 /* Define if you have the <langinfo.h> header file. */
00401 #define HAVE_LANGINFO_H 1
00402 
00403 /* Define if you have the `lchown' function. */
00404 #define HAVE_LCHOWN 1
00405 
00406 /* Define if your locale.h file contains LC_MESSAGES. */
00407 #define HAVE_LC_MESSAGES 1
00408 
00409 /* Define if you have the `dgc' library (-ldgc). */
00410 /* #undef HAVE_LIBDGC */
00411 
00412 /* Define if you have the `i' library (-li). */
00413 /* #undef HAVE_LIBI */
00414 
00415 /* Define if you have the `intl' library (-lintl). */
00416 /* #undef HAVE_LIBINTL */
00417 
00418 /* Define if you have the <libintl.h> header file. */
00419 #define HAVE_LIBINTL_H 1
00420 
00421 /* Define if you have the `kstat' library (-lkstat). */
00422 /* #undef HAVE_LIBKSTAT */
00423 
00424 /* Define if you have the `ldgc' library (-lldgc). */
00425 /* #undef HAVE_LIBLDGC */
00426 
00427 /* Define if you have the `ypsec' library (-lypsec). */
00428 /* #undef HAVE_LIBYPSEC */
00429 
00430 /* Define if you have the <limits.h> header file. */
00431 #define HAVE_LIMITS_H 1
00432 
00433 /* Define if you have the `listmntent' function. */
00434 /* #undef HAVE_LISTMNTENT */
00435 
00436 /* Define if you have the `localeconv' function. */
00437 #define HAVE_LOCALECONV 1
00438 
00439 /* Define if you have the <locale.h> header file. */
00440 #define HAVE_LOCALE_H 1
00441 
00442 /* Define if you have the `localtime_r' function. */
00443 #define HAVE_LOCALTIME_R 1
00444 
00445 /* Define if the `long double' type works. */
00446 #define HAVE_LONG_DOUBLE 1
00447 
00448 /* Define if you support file names longer than 14 characters. */
00449 #define HAVE_LONG_FILE_NAMES 1
00450 
00451 /* Define if lstat has the bug that it succeeds when given the zero-length
00452    file name argument. The lstat from SunOS4.1.4 and the Hurd as of
00453    1998-11-01) do this. */
00454 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
00455 
00456 /* Define if you have the <mach/mach.h> header file. */
00457 /* #undef HAVE_MACH_MACH_H */
00458 
00459 /* Define if you have the <malloc.h> header file. */
00460 #define HAVE_MALLOC_H 1
00461 
00462 /* Define if you have the `mblen' function. */
00463 #define HAVE_MBLEN 1
00464 
00465 /* Define if you have the `mbrlen' function. */
00466 #define HAVE_MBRLEN 1
00467 
00468 /* Define to 1 if mbrtowc and mbstate_t are properly declared. */
00469 #define HAVE_MBRTOWC 1
00470 
00471 /* Define if you have the `memchr' function. */
00472 #define HAVE_MEMCHR 1
00473 
00474 /* Define if you have the `memcmp' function. */
00475 #define HAVE_MEMCMP 1
00476 
00477 /* Define if you have the `memcpy' function. */
00478 #define HAVE_MEMCPY 1
00479 
00480 /* Define if you have the `memmove' function. */
00481 #define HAVE_MEMMOVE 1
00482 
00483 /* Define if you have the <memory.h> header file. */
00484 #define HAVE_MEMORY_H 1
00485 
00486 /* Define if you have the `mempcpy' function. */
00487 #define HAVE_MEMPCPY 1
00488 
00489 /* Define if you have the `memrchr' function. */
00490 #define HAVE_MEMRCHR 1
00491 
00492 /* Define if you have the `memset' function. */
00493 #define HAVE_MEMSET 1
00494 
00495 /* Define if you have the `mkfifo' function. */
00496 #define HAVE_MKFIFO 1
00497 
00498 /* Define if you have the `mkstemp' function. */
00499 #define HAVE_MKSTEMP 1
00500 
00501 /* Define if you have a working `mmap' system call. */
00502 #define HAVE_MMAP 1
00503 
00504 /* Define if you have the <mntent.h> header file. */
00505 #define HAVE_MNTENT_H 1
00506 
00507 /* Define if you have the <mnttab.h> header file. */
00508 /* #undef HAVE_MNTTAB_H */
00509 
00510 /* Define if you have the `modf' function. */
00511 #define HAVE_MODF 1
00512 
00513 /* Define if you have the `munmap' function. */
00514 #define HAVE_MUNMAP 1
00515 
00516 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
00517 /* #undef HAVE_NDIR_H */
00518 
00519 /* Define if you have the <netdb.h> header file. */
00520 #define HAVE_NETDB_H 1
00521 
00522 /* Define if you have the <netinet/in.h> header file. */
00523 #define HAVE_NETINET_IN_H 1
00524 
00525 /* Define if you have the `next_dev' function. */
00526 /* #undef HAVE_NEXT_DEV */
00527 
00528 /* Define if you have the <nlist.h> header file. */
00529 /* #undef HAVE_NLIST_H */
00530 
00531 /* Define if you have the `nl_langinfo' function. */
00532 #define HAVE_NL_LANGINFO 1
00533 
00534 /* Define if you have the <nl_types.h> header file. */
00535 #define HAVE_NL_TYPES_H 1
00536 
00537 /* Define if libc includes obstacks */
00538 #define HAVE_OBSTACK 1
00539 
00540 /* Define if you have the <OS.h> header file. */
00541 /* #undef HAVE_OS_H */
00542 
00543 /* Define if you have the `pathconf' function. */
00544 #define HAVE_PATHCONF 1
00545 
00546 /* Define if you have the <paths.h> header file. */
00547 #define HAVE_PATHS_H 1
00548 
00549 /* Define if you have the `pow' function. */
00550 /* #undef HAVE_POW */
00551 
00552 /* Define if your system has the /proc/uptime special file. */
00553 #define HAVE_PROC_UPTIME 1
00554 
00555 /* Define if you have the `pstat_getdynamic' function. */
00556 /* #undef HAVE_PSTAT_GETDYNAMIC */
00557 
00558 /* Define if you have the `putenv' function. */
00559 #define HAVE_PUTENV 1
00560 
00561 /* Define if you have the <pwd.h> header file. */
00562 #define HAVE_PWD_H 1
00563 
00564 /* Define if you have the `realpath' function. */
00565 #define HAVE_REALPATH 1
00566 
00567 /* Define if you have the `resolvepath' function. */
00568 /* #undef HAVE_RESOLVEPATH */
00569 
00570 /* Define if you have the `rint' function. */
00571 #define HAVE_RINT 1
00572 
00573 /* Define if you have the `rmdir' function. */
00574 #define HAVE_RMDIR 1
00575 
00576 /* Define if you have the `rpmatch' function. */
00577 #define HAVE_RPMATCH 1
00578 
00579 /* Define if you have the `setenv' function. */
00580 #define HAVE_SETENV 1
00581 
00582 /* Define if you have the `sethostname' function. */
00583 #define HAVE_SETHOSTNAME 1
00584 
00585 /* Define if you have the `setlocale' function. */
00586 #define HAVE_SETLOCALE 1
00587 
00588 /* Define if you have the <shadow.h> header file. */
00589 #define HAVE_SHADOW_H 1
00590 
00591 /* Define if you have the `sqrt' function. */
00592 /* #undef HAVE_SQRT */
00593 
00594 /* Define if stat has the bug that it succeeds when given the zero-length file
00595    name argument. The stat from SunOS4.1.4 and the Hurd as of 1998-11-01) do
00596    this. */
00597 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
00598 
00599 /* Define if you have the <stdbool.h> header file. */
00600 #define HAVE_STDBOOL_H 1
00601 
00602 /* Define if you have the <stddef.h> header file. */
00603 #define HAVE_STDDEF_H 1
00604 
00605 /* Define if you have the <stdint.h> header file. */
00606 #define HAVE_STDINT_H 1
00607 
00608 /* Define if you have the <stdio_ext.h> header file. */
00609 #define HAVE_STDIO_EXT_H 1
00610 
00611 /* Define if you have the <stdlib.h> header file. */
00612 #define HAVE_STDLIB_H 1
00613 
00614 /* Define if you have the `stime' function. */
00615 #define HAVE_STIME 1
00616 
00617 /* Define to 1 if you have the stpcpy function. */
00618 #define HAVE_STPCPY 1
00619 
00620 /* Define if you have the `strcasecmp' function. */
00621 #define HAVE_STRCASECMP 1
00622 
00623 /* Define if you have the `strchr' function. */
00624 #define HAVE_STRCHR 1
00625 
00626 /* Define if you have the `strcspn' function. */
00627 #define HAVE_STRCSPN 1
00628 
00629 /* Define if you have the `strdup' function. */
00630 #define HAVE_STRDUP 1
00631 
00632 /* Define if you have the `strerror' function. */
00633 #define HAVE_STRERROR 1
00634 
00635 /* Define if you have the `strerror_r' function. */
00636 #define HAVE_STRERROR_R 1
00637 
00638 /* Define if you have the `strftime' function. */
00639 #define HAVE_STRFTIME 1
00640 
00641 /* Define if you have the <strings.h> header file. */
00642 #define HAVE_STRINGS_H 1
00643 
00644 /* Define if you have the <string.h> header file. */
00645 #define HAVE_STRING_H 1
00646 
00647 /* Define if you have the `strncasecmp' function. */
00648 #define HAVE_STRNCASECMP 1
00649 
00650 /* Define if you have the `strndup' function. */
00651 #define HAVE_STRNDUP 1
00652 
00653 /* Define if you have the `strnlen' function. */
00654 #define HAVE_STRNLEN 1
00655 
00656 /* Define if you have the `strpbrk' function. */
00657 #define HAVE_STRPBRK 1
00658 
00659 /* Define if you have the `strrchr' function. */
00660 #define HAVE_STRRCHR 1
00661 
00662 /* Define if you have the `strstr' function. */
00663 #define HAVE_STRSTR 1
00664 
00665 /* Define if you have the `strtol' function. */
00666 #define HAVE_STRTOL 1
00667 
00668 /* Define if you have the `strtoul' function. */
00669 #define HAVE_STRTOUL 1
00670 
00671 /* Define if you have the `strtoull' function. */
00672 /* #undef HAVE_STRTOULL */
00673 
00674 /* Define if you have the `strtoumax' function. */
00675 #define HAVE_STRTOUMAX 1
00676 
00677 /* Define if `n_un.n_name' is member of `struct nlist'. */
00678 /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
00679 
00680 /* Define if `sp_pwdp' is member of `struct spwd'. */
00681 #define HAVE_STRUCT_SPWD_SP_PWDP 1
00682 
00683 /* Define if `st_blksize' is member of `struct stat'. */
00684 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
00685 
00686 /* Define if `st_blocks' is member of `struct stat'. */
00687 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
00688 
00689 /* Define if struct timespec is declared in <time.h>. */
00690 #define HAVE_STRUCT_TIMESPEC 1
00691 
00692 /* Define if `tm_zone' is member of `struct tm'. */
00693 #define HAVE_STRUCT_TM_TM_ZONE 1
00694 
00695 /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
00696    have utime.h but don't declare the struct anywhere. */
00697 #define HAVE_STRUCT_UTIMBUF 1
00698 
00699 /* Define if `ut_name' is member of `struct utmpx'. */
00700 #define HAVE_STRUCT_UTMPX_UT_NAME 1
00701 
00702 /* Define if `ut_user' is member of `struct utmpx'. */
00703 #define HAVE_STRUCT_UTMPX_UT_USER 1
00704 
00705 /* Define if `ut_name' is member of `struct utmp'. */
00706 #define HAVE_STRUCT_UTMP_UT_NAME 1
00707 
00708 /* Define if `ut_user' is member of `struct utmp'. */
00709 #define HAVE_STRUCT_UTMP_UT_USER 1
00710 
00711 /* Define if you have the `strverscmp' function. */
00712 #define HAVE_STRVERSCMP 1
00713 
00714 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
00715    `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
00716 #define HAVE_ST_BLOCKS 1
00717 
00718 /* Define if struct stat has an st_dm_mode member. */
00719 /* #undef HAVE_ST_DM_MODE */
00720 
00721 /* Define if you have the `sysinfo' function. */
00722 #define HAVE_SYSINFO 1
00723 
00724 /* Define if you have the <syslog.h> header file. */
00725 #define HAVE_SYSLOG_H 1
00726 
00727 /* Define if you have the <sys/acl.h> header file. */
00728 /* #undef HAVE_SYS_ACL_H */
00729 
00730 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
00731 /* #undef HAVE_SYS_DIR_H */
00732 
00733 /* Define if you have the <sys/filsys.h> header file. */
00734 /* #undef HAVE_SYS_FILSYS_H */
00735 
00736 /* Define if you have the <sys/fstyp.h> header file. */
00737 /* #undef HAVE_SYS_FSTYP_H */
00738 
00739 /* Define if you have the <sys/fs/s5param.h> header file. */
00740 /* #undef HAVE_SYS_FS_S5PARAM_H */
00741 
00742 /* Define if you have the <sys/fs_types.h> header file. */
00743 /* #undef HAVE_SYS_FS_TYPES_H */
00744 
00745 /* Define if you have the <sys/ioctl.h> header file. */
00746 #define HAVE_SYS_IOCTL_H 1
00747 
00748 /* Define if you have the <sys/mntent.h> header file. */
00749 /* #undef HAVE_SYS_MNTENT_H */
00750 
00751 /* Define if you have the <sys/mount.h> header file. */
00752 #define HAVE_SYS_MOUNT_H 1
00753 
00754 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
00755 /* #undef HAVE_SYS_NDIR_H */
00756 
00757 /* Define if you have the <sys/param.h> header file. */
00758 #define HAVE_SYS_PARAM_H 1
00759 
00760 /* Define if you have the <sys/resource.h> header file. */
00761 #define HAVE_SYS_RESOURCE_H 1
00762 
00763 /* Define if you have the <sys/socket.h> header file. */
00764 #define HAVE_SYS_SOCKET_H 1
00765 
00766 /* Define if you have the <sys/statfs.h> header file. */
00767 #define HAVE_SYS_STATFS_H 1
00768 
00769 /* Define if you have the <sys/statvfs.h> header file. */
00770 #define HAVE_SYS_STATVFS_H 1
00771 
00772 /* Define if you have the <sys/systeminfo.h> header file. */
00773 /* #undef HAVE_SYS_SYSTEMINFO_H */
00774 
00775 /* Define if you have the <sys/timeb.h> header file. */
00776 #define HAVE_SYS_TIMEB_H 1
00777 
00778 /* Define if you have the <sys/time.h> header file. */
00779 #define HAVE_SYS_TIME_H 1
00780 
00781 /* Define if you have the <sys/vfs.h> header file. */
00782 #define HAVE_SYS_VFS_H 1
00783 
00784 /* Define if you have the <sys/wait.h> header file. */
00785 #define HAVE_SYS_WAIT_H 1
00786 
00787 /* Define if you have the <termios.h> header file. */
00788 #define HAVE_TERMIOS_H 1
00789 
00790 /* Define if struct tm has the tm_gmtoff member. */
00791 #define HAVE_TM_GMTOFF 1
00792 
00793 /* Define if your `struct tm' has `tm_zone'. Deprecated, use
00794    `HAVE_STRUCT_TM_TM_ZONE' instead. */
00795 #define HAVE_TM_ZONE 1
00796 
00797 /* Define if you don't have `tm_zone' but do have the external array `tzname'.
00798    */
00799 /* #undef HAVE_TZNAME */
00800 
00801 /* Define if you have the `tzset' function. */
00802 #define HAVE_TZSET 1
00803 
00804 /* Define if you have the <unistd.h> header file. */
00805 #define HAVE_UNISTD_H 1
00806 
00807 /* Define if you have the unsigned long long type. */
00808 #define HAVE_UNSIGNED_LONG_LONG 1
00809 
00810 /* Define if you have the `utime' function. */
00811 /* #undef HAVE_UTIME */
00812 
00813 /* Define if utimes accepts a null argument */
00814 /* #undef HAVE_UTIMES_NULL */
00815 
00816 /* Define if you have the <utime.h> header file. */
00817 #define HAVE_UTIME_H 1
00818 
00819 /* Define if `utime(file, NULL)' sets file's timestamp to the present. */
00820 #define HAVE_UTIME_NULL 1
00821 
00822 /* Define if you have the `utmpname' function. */
00823 #define HAVE_UTMPNAME 1
00824 
00825 /* Define if you have the `utmpxname' function. */
00826 #define HAVE_UTMPXNAME 1
00827 
00828 /* Define if you have the <utmpx.h> header file. */
00829 #define HAVE_UTMPX_H 1
00830 
00831 /* Define if you have the <utmp.h> header file. */
00832 #define HAVE_UTMP_H 1
00833 
00834 /* Define if you have the <values.h> header file. */
00835 #define HAVE_VALUES_H 1
00836 
00837 /* Define if you have the `vprintf' function. */
00838 #define HAVE_VPRINTF 1
00839 
00840 /* Define if you have the <wchar.h> header file. */
00841 #define HAVE_WCHAR_H 1
00842 
00843 /* Define if you have the `wcrtomb' function. */
00844 #define HAVE_WCRTOMB 1
00845 
00846 /* Define if you have the <wctype.h> header file. */
00847 #define HAVE_WCTYPE_H 1
00848 
00849 /* Define if you have the `wcwidth' function. */
00850 #define HAVE_WCWIDTH 1
00851 
00852 /* Define if readdir is found to work properly in some unusual cases. */
00853 #define HAVE_WORKING_READDIR 1
00854 
00855 /* Define to 1 if `strerror_r' returns a string. */
00856 #define HAVE_WORKING_STRERROR_R 1
00857 
00858 /* Define if you have the `__argz_count' function. */
00859 #define HAVE___ARGZ_COUNT 1
00860 
00861 /* Define if you have the `__argz_next' function. */
00862 #define HAVE___ARGZ_NEXT 1
00863 
00864 /* Define if you have the `__argz_stringify' function. */
00865 #define HAVE___ARGZ_STRINGIFY 1
00866 
00867 /* Define if you have the `__fpending' function. */
00868 #define HAVE___FPENDING 1
00869 
00870 /* Define if you have the `__secure_getenv' function. */
00871 #define HAVE___SECURE_GETENV 1
00872 
00873 /* Define as const if the declaration of iconv() needs const. */
00874 #define ICONV_CONST 
00875 
00876 #if FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
00877 # define ISSLASH(C) ((C) == '/' || (C) == '\\')
00878 #else
00879 # define ISSLASH(C) ((C) == '/')
00880 #endif
00881 
00882 /* Define if `link(2)' dereferences symbolic links. */
00883 /* #undef LINK_FOLLOWS_SYMLINKS */
00884 
00885 /* Define if `lstat' dereferences a symlink specified with a trailing slash.
00886    */
00887 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
00888 
00889 /* Define if `major', `minor', and `makedev' are declared in <mkdev.h>. */
00890 /* #undef MAJOR_IN_MKDEV */
00891 
00892 /* Define if `major', `minor', and `makedev' are declared in <sysmacros.h>. */
00893 /* #undef MAJOR_IN_SYSMACROS */
00894 
00895 /* Define if there is no specific function for reading the list of mounted
00896    filesystems. fread will be used to read /etc/mnttab. (SVR2) */
00897 /* #undef MOUNTED_FREAD */
00898 
00899 /* Define if (like SVR2) there is no specific function for reading the list of
00900    mounted filesystems, and your system has these header files: <sys/fstyp.h>
00901    and <sys/statfs.h>. (SVR3) */
00902 /* #undef MOUNTED_FREAD_FSTYP */
00903 
00904 /* Define if there are functions named next_dev and fs_stat_dev for reading
00905    the list of mounted filesystems. (BeOS) */
00906 /* #undef MOUNTED_FS_STAT_DEV */
00907 
00908 /* Define if there is a function named getfsstat for reading the list of
00909    mounted filesystems. (DEC Alpha running OSF/1) */
00910 /* #undef MOUNTED_GETFSSTAT */
00911 
00912 /* Define if there is a function named getmnt for reading the list of mounted
00913    filesystems. (Ultrix) */
00914 /* #undef MOUNTED_GETMNT */
00915 
00916 /* Define if there is a function named getmntent for reading the list of
00917    mounted filesystems, and that function takes a single argument. (4.3BSD,
00918    SunOS, HP-UX, Dynix, Irix) */
00919 #define MOUNTED_GETMNTENT1 1
00920 
00921 /* Define if there is a function named getmntent for reading the list of
00922    mounted filesystems, and that function takes two arguments. (SVR4) */
00923 /* #undef MOUNTED_GETMNTENT2 */
00924 
00925 /* Define if there is a function named getmntinfo for reading the list of
00926    mounted filesystems. (4.4BSD) */
00927 /* #undef MOUNTED_GETMNTINFO */
00928 
00929 /* Define if there is a function named listmntent that can be used to list all
00930    mounted filesystems. (UNICOS) */
00931 /* #undef MOUNTED_LISTMNTENT */
00932 
00933 /* Define if there is a function named mntctl that can be used to read the
00934    list of mounted filesystems, and there is a system header file that
00935    declares `struct vmount.' (AIX) */
00936 /* #undef MOUNTED_VMOUNT */
00937 
00938 /* Define to 1 if assertions should be disabled. */
00939 /* #undef NDEBUG */
00940 
00941 /* Define if your `struct nlist' has an `n_un' member. Obsolete, depend on
00942    `HAVE_STRUCT_NLIST_N_UN_N_NAME */
00943 /* #undef NLIST_NAME_UNION */
00944 
00945 /* Name of package */
00946 #define PACKAGE "fileutils"
00947 
00948 /* the number of pending output bytes on stream `fp' */
00949 /* #undef PENDING_OUTPUT_N_BYTES */
00950 
00951 /* Define if compiler has function prototypes */
00952 #define PROTOTYPES 1
00953 
00954 /* Define if rename does not work for source paths with a trailing slash, like
00955    the one from SunOS 4.1.1_U1. */
00956 /* #undef RENAME_TRAILING_SLASH_BUG */
00957 
00958 /* Define as the return type of signal handlers (`int' or `void'). */
00959 #define RETSIGTYPE void
00960 
00961 /* the value to which errno is set when rmdir fails on a nonempty directory */
00962 #define RMDIR_ERRNO_NOT_EMPTY 39
00963 
00964 /* Define if the `setvbuf' function takes the buffering type as its second
00965    argument and the buffer pointer as the third, as on System V before release
00966    3. */
00967 /* #undef SETVBUF_REVERSED */
00968 
00969 /* If using the C implementation of alloca, define if you know the
00970    direction of stack growth for your system; otherwise it will be
00971    automatically deduced at run-time.
00972         STACK_DIRECTION > 0 => grows toward higher addresses
00973         STACK_DIRECTION < 0 => grows toward lower addresses
00974         STACK_DIRECTION = 0 => direction of growth unknown */
00975 /* #undef STACK_DIRECTION */
00976 
00977 /* Define if the block counts reported by statfs may be truncated to 2GB and
00978    the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
00979    and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
00980    affected.) */
00981 /* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
00982 
00983 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
00984 /* #undef STAT_MACROS_BROKEN */
00985 
00986 /* Define if there is no specific function for reading filesystems usage
00987    information and you have the <sys/filsys.h> header file. (SVR2) */
00988 /* #undef STAT_READ_FILSYS */
00989 
00990 /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
00991    (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
00992 /* #undef STAT_STATFS2_BSIZE */
00993 
00994 /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
00995    (4.4BSD, NetBSD) */
00996 /* #undef STAT_STATFS2_FSIZE */
00997 
00998 /* Define if statfs takes 2 args and the second argument has type struct
00999    fs_data. (Ultrix) */
01000 /* #undef STAT_STATFS2_FS_DATA */
01001 
01002 /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
01003 /* #undef STAT_STATFS3_OSF1 */
01004 
01005 /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
01006 /* #undef STAT_STATFS4 */
01007 
01008 /* Define if there is a function named statvfs. (SVR4) */
01009 #define STAT_STATVFS 1
01010 
01011 /* Define if you have the ANSI C header files. */
01012 #define STDC_HEADERS 1
01013 
01014 /* Define to be the nanoseconds member of struct stat's st_mtim, if it exists.
01015    */
01016 /* #undef ST_MTIM_NSEC */
01017 
01018 /* Define on System V Release 4. */
01019 /* #undef SVR4 */
01020 
01021 /* Define if you can safely include both <sys/time.h> and <time.h>. */
01022 #define TIME_WITH_SYS_TIME 1
01023 
01024 /* Define if your <sys/time.h> declares `struct tm'. */
01025 /* #undef TM_IN_SYS_TIME */
01026 
01027 /* Define for Encore UMAX. */
01028 /* #undef UMAX */
01029 
01030 /* Define for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
01031    <sys/cpustats.h>. */
01032 /* #undef UMAX4_3 */
01033 
01034 /* Version number of package */
01035 #define VERSION "4.1"
01036 
01037 /* Define if your system defines `struct winsize' in sys/ptem.h. */
01038 /* #undef WINSIZE_IN_PTEM */
01039 
01040 /* Define if your processor stores words with the most significant byte first
01041    (like Motorola and SPARC, unlike Intel and VAX). */
01042 /* #undef WORDS_BIGENDIAN */
01043 
01044 /* Define if on AIX 3.
01045    System headers sometimes define this.
01046    We just want to avoid a redefinition error message.  */
01047 #ifndef _ALL_SOURCE
01048 /* # undef _ALL_SOURCE */
01049 #endif
01050 
01051 /* Number of bits in a file offset, on hosts where this is settable. */
01052 #define _FILE_OFFSET_BITS 64
01053 
01054 #ifndef _GNU_SOURCE
01055 # define _GNU_SOURCE
01056 #endif
01057 
01058 /* Define for large files, on AIX-style hosts. */
01059 /* #undef _LARGE_FILES */
01060 
01061 /* Define if on MINIX. */
01062 /* #undef _MINIX */
01063 
01064 /* Define if the system does not provide POSIX.1 features except with this
01065    defined. */
01066 /* #undef _POSIX_1_SOURCE */
01067 
01068 /* Define if you need to in order for `stat' and other things to work. */
01069 /* #undef _POSIX_SOURCE */
01070 
01071 /* Define to rpl_chown if the replacement function should be used. */
01072 /* #undef chown */
01073 
01074 /* Define to empty if `const' does not conform to ANSI C. */
01075 /* #undef const */
01076 
01077 /* Define to rpl_fnmatch if the replacement function should be used. */
01078 /* #undef fnmatch */
01079 
01080 /* Define as rpl_getgroups if getgroups doesn't work right. */
01081 /* #undef getgroups */
01082 
01083 /* Define to `int' if <sys/types.h> doesn't define. */
01084 /* #undef gid_t */
01085 
01086 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
01087    if it is not supported. */
01088 /* #undef inline */
01089 
01090 /* Define to `unsigned long' if <sys/types.h> does not define. */
01091 /* #undef ino_t */
01092 
01093 /* Define to rpl_malloc if the replacement function should be used. */
01094 /* #undef malloc */
01095 
01096 /* Define to a type if <wchar.h> does not define. */
01097 /* #undef mbstate_t */
01098 
01099 /* Define to rpl_memcmp if the replacement function should be used. */
01100 /* #undef memcmp */
01101 
01102 /* Define to rpl_mktime if the replacement function should be used. */
01103 /* #undef mktime */
01104 
01105 /* Define to `int' if <sys/types.h> does not define. */
01106 /* #undef mode_t */
01107 
01108 /* Define to rpl_nanosleep if the replacement function should be used. */
01109 /* #undef nanosleep */
01110 
01111 /* Define to `long' if <sys/types.h> does not define. */
01112 /* #undef off_t */
01113 
01114 /* Define to `int' if <sys/types.h> does not define. */
01115 /* #undef pid_t */
01116 
01117 /* Define to rpl_putenv if the replacement function should be used. */
01118 /* #undef putenv */
01119 
01120 /* Define to rpl_realloc if the replacement function should be used. */
01121 /* #undef realloc */
01122 
01123 /* Define to `unsigned' if <sys/types.h> does not define. */
01124 /* #undef size_t */
01125 
01126 /* Define to `int' if <sys/types.h> does not define. */
01127 /* #undef ssize_t */
01128 
01129 /* Define to gnu_strftime if the replacement function should be used. */
01130 /* #undef strftime */
01131 
01132 /* Define to `int' if <sys/types.h> doesn't define. */
01133 /* #undef uid_t */
01134 
01135 /* Define to unsigned long or unsigned long long if <inttypes.h> doesn't
01136    define. */
01137 /* #undef uintmax_t */
01138 
01139 /* Define to empty if the keyword `volatile' does not work. Warning: valid
01140    code using `volatile' can become incorrect without. Disable with care. */
01141 /* #undef volatile */

Generated on Mon Apr 7 19:41:43 2003 for DuTree by doxygen1.2.18