| 1 | /* config.h. Generated by configure. */
|
|---|
| 2 | /* config.hin. Generated from configure.ac by autoheader. */
|
|---|
| 3 |
|
|---|
| 4 | /* Define if you have the Andrew File System. */
|
|---|
| 5 | /* #undef AFS */
|
|---|
| 6 |
|
|---|
| 7 | /* Define to the function xargmatch calls on failures. */
|
|---|
| 8 | #define ARGMATCH_DIE usage (1)
|
|---|
| 9 |
|
|---|
| 10 | /* Define to the declaration of the xargmatch failure function. */
|
|---|
| 11 | #define ARGMATCH_DIE_DECL extern void usage ()
|
|---|
| 12 |
|
|---|
| 13 | /* Define if chown is not POSIX compliant regarding IDs of -1. */
|
|---|
| 14 | /* #undef CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE */
|
|---|
| 15 |
|
|---|
| 16 | /* Define if chown modifies symlinks. */
|
|---|
| 17 | /* #undef CHOWN_MODIFIES_SYMLINK */
|
|---|
| 18 |
|
|---|
| 19 | /* Define to 1 if the `closedir' function returns void instead of `int'. */
|
|---|
| 20 | /* #undef CLOSEDIR_VOID */
|
|---|
| 21 |
|
|---|
| 22 | /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
|
|---|
| 23 | systems. This function is required for `alloca.c' support on those systems.
|
|---|
| 24 | */
|
|---|
| 25 | /* #undef CRAY_STACKSEG_END */
|
|---|
| 26 |
|
|---|
| 27 | /* Define to 1 if using `alloca.c'. */
|
|---|
| 28 | /* #undef C_ALLOCA */
|
|---|
| 29 |
|
|---|
| 30 | /* Define to 1 if using `getloadavg.c'. */
|
|---|
| 31 | /* #undef C_GETLOADAVG */
|
|---|
| 32 |
|
|---|
| 33 | /* Define the default level of POSIX conformance. The value is of the form
|
|---|
| 34 | YYYYMM, specifying the year and month the standard was adopted. If not
|
|---|
| 35 | defined here, it defaults to the value of _POSIX2_VERSION in <unistd.h>.
|
|---|
| 36 | Define to 199209 to default to POSIX 1003.2-1992, which makes standard
|
|---|
| 37 | programs like `head', `tail', and `sort' accept obsolete options like `+10'
|
|---|
| 38 | and `-10'. Define to 200112 to default to POSIX 1003.1-2001, which makes
|
|---|
| 39 | these standard programs treat leading-`+' operands as file names and
|
|---|
| 40 | require modern usages like `-n 10' instead of `-10'. Whether defined here
|
|---|
| 41 | or not, the default can be overridden at run time via the _POSIX2_VERSION
|
|---|
| 42 | environment variable. */
|
|---|
| 43 | /* #undef DEFAULT_POSIX2_VERSION */
|
|---|
| 44 |
|
|---|
| 45 | /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
|
|---|
| 46 | /* #undef DGUX */
|
|---|
| 47 |
|
|---|
| 48 | /* the name of the file descriptor member of DIR */
|
|---|
| 49 | /* #undef DIR_FD_MEMBER_NAME */
|
|---|
| 50 |
|
|---|
| 51 | #ifdef DIR_FD_MEMBER_NAME
|
|---|
| 52 | # define DIR_TO_FD(Dir_p) ((Dir_p)->DIR_FD_MEMBER_NAME)
|
|---|
| 53 | #else
|
|---|
| 54 | # define DIR_TO_FD(Dir_p) -1
|
|---|
| 55 | #endif
|
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 | /* Define if there is a member named d_ino in the struct describing directory
|
|---|
| 59 | headers. */
|
|---|
| 60 | #define D_INO_IN_DIRENT 1
|
|---|
| 61 |
|
|---|
| 62 | /* Define to 1 if translation of program messages to the user's native
|
|---|
| 63 | language is requested. */
|
|---|
| 64 | #define ENABLE_NLS 1
|
|---|
| 65 |
|
|---|
| 66 | /* Define as good substitute value for EOVERFLOW. */
|
|---|
| 67 | /* #undef EOVERFLOW */
|
|---|
| 68 |
|
|---|
| 69 | /* Define on systems for which file names may have a so-called `drive letter'
|
|---|
| 70 | prefix, define this to compute the length of that prefix, including the
|
|---|
| 71 | colon. */
|
|---|
| 72 | #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0
|
|---|
| 73 |
|
|---|
| 74 | /* Define if the backslash character may also serve as a file name component
|
|---|
| 75 | separator. */
|
|---|
| 76 | #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0
|
|---|
| 77 |
|
|---|
| 78 | #if FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX
|
|---|
| 79 | # define FILE_SYSTEM_PREFIX_LEN(Filename) \
|
|---|
| 80 | ((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)
|
|---|
| 81 | #else
|
|---|
| 82 | # define FILE_SYSTEM_PREFIX_LEN(Filename) 0
|
|---|
| 83 | #endif
|
|---|
| 84 |
|
|---|
| 85 | /* Define to the type of elements in the array set by `getgroups'. Usually
|
|---|
| 86 | this is either `int' or `gid_t'. */
|
|---|
| 87 | #define GETGROUPS_T gid_t
|
|---|
| 88 |
|
|---|
| 89 | /* Define to 1 if the `getloadavg' function needs to be run setuid or setgid.
|
|---|
| 90 | */
|
|---|
| 91 | /* #undef GETLOADAVG_PRIVILEGED */
|
|---|
| 92 |
|
|---|
| 93 | /* The concatenation of the strings `GNU ', and PACKAGE. */
|
|---|
| 94 | #define GNU_PACKAGE "GNU coreutils"
|
|---|
| 95 |
|
|---|
| 96 | /* Define if your system defines TIOCGWINSZ in sys/ioctl.h. */
|
|---|
| 97 | /* #undef GWINSZ_IN_SYS_IOCTL */
|
|---|
| 98 |
|
|---|
| 99 | /* Define if your system defines TIOCGWINSZ in sys/pty.h. */
|
|---|
| 100 | /* #undef GWINSZ_IN_SYS_PTY */
|
|---|
| 101 |
|
|---|
| 102 | /* Define to 1 if you have the `acl' function. */
|
|---|
| 103 | /* #undef HAVE_ACL */
|
|---|
| 104 |
|
|---|
| 105 | /* Define to 1 if you have the `alarm' function. */
|
|---|
| 106 | #define HAVE_ALARM 1
|
|---|
| 107 |
|
|---|
| 108 | /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
|
|---|
| 109 | may be supplied by this distribution. */
|
|---|
| 110 | #define HAVE_ALLOCA 1
|
|---|
| 111 |
|
|---|
| 112 | /* Define HAVE_ALLOCA_H for backward compatibility with older code that
|
|---|
| 113 | includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
|
|---|
| 114 | #define HAVE_ALLOCA_H 1
|
|---|
| 115 |
|
|---|
| 116 | /* Define if you have an arithmetic hrtime_t type. */
|
|---|
| 117 | /* #undef HAVE_ARITHMETIC_HRTIME_T */
|
|---|
| 118 |
|
|---|
| 119 | /* Define to 1 if you have the `atexit' function. */
|
|---|
| 120 | #define HAVE_ATEXIT 1
|
|---|
| 121 |
|
|---|
| 122 | /* Define to 1 if you have the <bp-sym.h> header file. */
|
|---|
| 123 | /* #undef HAVE_BP_SYM_H */
|
|---|
| 124 |
|
|---|
| 125 | /* Define to 1 if you have the `btowc' function. */
|
|---|
| 126 | #define HAVE_BTOWC 1
|
|---|
| 127 |
|
|---|
| 128 | /* Define to 1 if strtold conforms to C99. */
|
|---|
| 129 | #define HAVE_C99_STRTOLD 1
|
|---|
| 130 |
|
|---|
| 131 | /* Define to 1 if your system has a GNU libc compatible `calloc' function, and
|
|---|
| 132 | to 0 otherwise. */
|
|---|
| 133 | #define HAVE_CALLOC 1
|
|---|
| 134 |
|
|---|
| 135 | /* Define to 1 if you have the `canonicalize_file_name' function. */
|
|---|
| 136 | #define HAVE_CANONICALIZE_FILE_NAME 1
|
|---|
| 137 |
|
|---|
| 138 | /* Define to 1 if your system has a working `chown' function. */
|
|---|
| 139 | #define HAVE_CHOWN 1
|
|---|
| 140 |
|
|---|
| 141 | /* Define to 1 if you have the `chroot' function. */
|
|---|
| 142 | #define HAVE_CHROOT 1
|
|---|
| 143 |
|
|---|
| 144 | /* Define to 1 if you have the `chsize' function. */
|
|---|
| 145 | /* #undef HAVE_CHSIZE */
|
|---|
| 146 |
|
|---|
| 147 | /* Define to 1 if you have the `clock_gettime' function. */
|
|---|
| 148 | /* #undef HAVE_CLOCK_GETTIME */
|
|---|
| 149 |
|
|---|
| 150 | /* Define to 1 if you have the `clock_settime' function. */
|
|---|
| 151 | /* #undef HAVE_CLOCK_SETTIME */
|
|---|
| 152 |
|
|---|
| 153 | /* Define if you have compound literals. */
|
|---|
| 154 | #define HAVE_COMPOUND_LITERALS 1
|
|---|
| 155 |
|
|---|
| 156 | /* FIXME */
|
|---|
| 157 | /* #undef HAVE_C_LINE */
|
|---|
| 158 |
|
|---|
| 159 | /* Define if the GNU dcgettext() function is already present or preinstalled.
|
|---|
| 160 | */
|
|---|
| 161 | #define HAVE_DCGETTEXT 1
|
|---|
| 162 |
|
|---|
| 163 | /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
|
|---|
| 164 | you don't. */
|
|---|
| 165 | #define HAVE_DECL_CLEARERR_UNLOCKED 1
|
|---|
| 166 |
|
|---|
| 167 | /* Define to 1 if you have the declaration of `dirfd', and to 0 if you don't.
|
|---|
| 168 | */
|
|---|
| 169 | #define HAVE_DECL_DIRFD 1
|
|---|
| 170 |
|
|---|
| 171 | /* Define to 1 if you have the declaration of `euidaccess', and to 0 if you
|
|---|
| 172 | don't. */
|
|---|
| 173 | #define HAVE_DECL_EUIDACCESS 0
|
|---|
| 174 |
|
|---|
| 175 | /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
|
|---|
| 176 | don't. */
|
|---|
| 177 | #define HAVE_DECL_FEOF_UNLOCKED 1
|
|---|
| 178 |
|
|---|
| 179 | /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
|
|---|
| 180 | you don't. */
|
|---|
| 181 | #define HAVE_DECL_FERROR_UNLOCKED 1
|
|---|
| 182 |
|
|---|
| 183 | /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
|
|---|
| 184 | you don't. */
|
|---|
| 185 | #define HAVE_DECL_FFLUSH_UNLOCKED 1
|
|---|
| 186 |
|
|---|
| 187 | /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
|
|---|
| 188 | you don't. */
|
|---|
| 189 | #define HAVE_DECL_FGETS_UNLOCKED 1
|
|---|
| 190 |
|
|---|
| 191 | /* Define to 1 if you have the declaration of `flockfile', and to 0 if you
|
|---|
| 192 | don't. */
|
|---|
| 193 | #define HAVE_DECL_FLOCKFILE 1
|
|---|
| 194 |
|
|---|
| 195 | /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
|
|---|
| 196 | you don't. */
|
|---|
| 197 | #define HAVE_DECL_FPUTC_UNLOCKED 1
|
|---|
| 198 |
|
|---|
| 199 | /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
|
|---|
| 200 | you don't. */
|
|---|
| 201 | #define HAVE_DECL_FPUTS_UNLOCKED 1
|
|---|
| 202 |
|
|---|
| 203 | /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
|
|---|
| 204 | you don't. */
|
|---|
| 205 | #define HAVE_DECL_FREAD_UNLOCKED 1
|
|---|
| 206 |
|
|---|
| 207 | /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
|
|---|
| 208 | */
|
|---|
| 209 | #define HAVE_DECL_FREE 1
|
|---|
| 210 |
|
|---|
| 211 | /* Define to 1 if you have the declaration of `freeaddrinfo', and to 0 if you
|
|---|
| 212 | don't. */
|
|---|
| 213 | #define HAVE_DECL_FREEADDRINFO 0
|
|---|
| 214 |
|
|---|
| 215 | /* Define to 1 if you have the declaration of `funlockfile', and to 0 if you
|
|---|
| 216 | don't. */
|
|---|
| 217 | #define HAVE_DECL_FUNLOCKFILE 1
|
|---|
| 218 |
|
|---|
| 219 | /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
|
|---|
| 220 | you don't. */
|
|---|
| 221 | #define HAVE_DECL_FWRITE_UNLOCKED 1
|
|---|
| 222 |
|
|---|
| 223 | /* Define to 1 if you have the declaration of `gai_strerror', and to 0 if you
|
|---|
| 224 | don't. */
|
|---|
| 225 | #define HAVE_DECL_GAI_STRERROR 0
|
|---|
| 226 |
|
|---|
| 227 | /* Define to 1 if you have the declaration of `getaddrinfo', and to 0 if you
|
|---|
| 228 | don't. */
|
|---|
| 229 | #define HAVE_DECL_GETADDRINFO 0
|
|---|
| 230 |
|
|---|
| 231 | /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
|
|---|
| 232 | you don't. */
|
|---|
| 233 | #define HAVE_DECL_GETCHAR_UNLOCKED 1
|
|---|
| 234 |
|
|---|
| 235 | /* Define to 1 if you have the declaration of `getcwd', and to 0 if you don't.
|
|---|
| 236 | */
|
|---|
| 237 | #define HAVE_DECL_GETCWD 1
|
|---|
| 238 |
|
|---|
| 239 | /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
|
|---|
| 240 | don't. */
|
|---|
| 241 | #define HAVE_DECL_GETC_UNLOCKED 1
|
|---|
| 242 |
|
|---|
| 243 | /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
|
|---|
| 244 | don't. */
|
|---|
| 245 | #define HAVE_DECL_GETDELIM 1
|
|---|
| 246 |
|
|---|
| 247 | /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
|
|---|
| 248 | */
|
|---|
| 249 | #define HAVE_DECL_GETENV 1
|
|---|
| 250 |
|
|---|
| 251 | /* Define to 1 if you have the declaration of `geteuid', and to 0 if you
|
|---|
| 252 | don't. */
|
|---|
| 253 | #define HAVE_DECL_GETEUID 1
|
|---|
| 254 |
|
|---|
| 255 | /* Define to 1 if you have the declaration of `getgrgid', and to 0 if you
|
|---|
| 256 | don't. */
|
|---|
| 257 | #define HAVE_DECL_GETGRGID 1
|
|---|
| 258 |
|
|---|
| 259 | /* Define to 1 if you have the declaration of `gethrtime', and to 0 if you
|
|---|
| 260 | don't. */
|
|---|
| 261 | #define HAVE_DECL_GETHRTIME 0
|
|---|
| 262 |
|
|---|
| 263 | /* Define to 1 if you have the declaration of `getline', and to 0 if you
|
|---|
| 264 | don't. */
|
|---|
| 265 | #define HAVE_DECL_GETLINE 1
|
|---|
| 266 |
|
|---|
| 267 | /* Define to 1 if you have the declaration of `getlogin', and to 0 if you
|
|---|
| 268 | don't. */
|
|---|
| 269 | #define HAVE_DECL_GETLOGIN 1
|
|---|
| 270 |
|
|---|
| 271 | /* Define to 1 if you have the declaration of `getpass', and to 0 if you
|
|---|
| 272 | don't. */
|
|---|
| 273 | #define HAVE_DECL_GETPASS 1
|
|---|
| 274 |
|
|---|
| 275 | /* Define to 1 if you have the declaration of `getpwuid', and to 0 if you
|
|---|
| 276 | don't. */
|
|---|
| 277 | #define HAVE_DECL_GETPWUID 1
|
|---|
| 278 |
|
|---|
| 279 | /* Define to 1 if you have the declaration of `getuid', and to 0 if you don't.
|
|---|
| 280 | */
|
|---|
| 281 | #define HAVE_DECL_GETUID 1
|
|---|
| 282 |
|
|---|
| 283 | /* Define to 1 if you have the declaration of `getutent', and to 0 if you
|
|---|
| 284 | don't. */
|
|---|
| 285 | #define HAVE_DECL_GETUTENT 0
|
|---|
| 286 |
|
|---|
| 287 | /* Define to 1 if you have the declaration of `lseek', and to 0 if you don't.
|
|---|
| 288 | */
|
|---|
| 289 | #define HAVE_DECL_LSEEK 1
|
|---|
| 290 |
|
|---|
| 291 | /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
|
|---|
| 292 | */
|
|---|
| 293 | #define HAVE_DECL_MALLOC 1
|
|---|
| 294 |
|
|---|
| 295 | /* Define to 1 if you have a declaration of mbswidth() in <wchar.h>, and to 0
|
|---|
| 296 | otherwise. */
|
|---|
| 297 | #define HAVE_DECL_MBSWIDTH_IN_WCHAR_H 0
|
|---|
| 298 |
|
|---|
| 299 | /* Define to 1 if you have the declaration of `memchr', and to 0 if you don't.
|
|---|
| 300 | */
|
|---|
| 301 | #define HAVE_DECL_MEMCHR 1
|
|---|
| 302 |
|
|---|
| 303 | /* Define to 1 if you have the declaration of `memrchr', and to 0 if you
|
|---|
| 304 | don't. */
|
|---|
| 305 | #define HAVE_DECL_MEMRCHR 1
|
|---|
| 306 |
|
|---|
| 307 | /* Define to 1 if you have the declaration of `nanosleep', and to 0 if you
|
|---|
| 308 | don't. */
|
|---|
| 309 | #define HAVE_DECL_NANOSLEEP 1
|
|---|
| 310 |
|
|---|
| 311 | /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
|
|---|
| 312 | you don't. */
|
|---|
| 313 | #define HAVE_DECL_PUTCHAR_UNLOCKED 1
|
|---|
| 314 |
|
|---|
| 315 | /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
|
|---|
| 316 | don't. */
|
|---|
| 317 | #define HAVE_DECL_PUTC_UNLOCKED 1
|
|---|
| 318 |
|
|---|
| 319 | /* Define to 1 if you have the declaration of `realloc', and to 0 if you
|
|---|
| 320 | don't. */
|
|---|
| 321 | #define HAVE_DECL_REALLOC 1
|
|---|
| 322 |
|
|---|
| 323 | /* Define to 1 if you have the declaration of `setregid', and to 0 if you
|
|---|
| 324 | don't. */
|
|---|
| 325 | #define HAVE_DECL_SETREGID 1
|
|---|
| 326 |
|
|---|
| 327 | /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
|
|---|
| 328 | */
|
|---|
| 329 | #define HAVE_DECL_STPCPY 1
|
|---|
| 330 |
|
|---|
| 331 | /* Define to 1 if you have the declaration of `strdup', and to 0 if you don't.
|
|---|
| 332 | */
|
|---|
| 333 | #define HAVE_DECL_STRDUP 1
|
|---|
| 334 |
|
|---|
| 335 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
|
|---|
| 336 | don't. */
|
|---|
| 337 | #define HAVE_DECL_STRERROR_R 1
|
|---|
| 338 |
|
|---|
| 339 | /* Define to 1 if you have the declaration of `strndup', and to 0 if you
|
|---|
| 340 | don't. */
|
|---|
| 341 | #define HAVE_DECL_STRNDUP 1
|
|---|
| 342 |
|
|---|
| 343 | /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
|
|---|
| 344 | don't. */
|
|---|
| 345 | #define HAVE_DECL_STRNLEN 1
|
|---|
| 346 |
|
|---|
| 347 | /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
|
|---|
| 348 | don't. */
|
|---|
| 349 | #define HAVE_DECL_STRSIGNAL 1
|
|---|
| 350 |
|
|---|
| 351 | /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
|
|---|
| 352 | */
|
|---|
| 353 | #define HAVE_DECL_STRSTR 1
|
|---|
| 354 |
|
|---|
| 355 | /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
|
|---|
| 356 | don't. */
|
|---|
| 357 | #define HAVE_DECL_STRTOIMAX 1
|
|---|
| 358 |
|
|---|
| 359 | /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
|
|---|
| 360 | don't. */
|
|---|
| 361 | /* #undef HAVE_DECL_STRTOLL */
|
|---|
| 362 |
|
|---|
| 363 | /* Define to 1 if you have the declaration of `strtoul', and to 0 if you
|
|---|
| 364 | don't. */
|
|---|
| 365 | #define HAVE_DECL_STRTOUL 1
|
|---|
| 366 |
|
|---|
| 367 | /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
|
|---|
| 368 | don't. */
|
|---|
| 369 | #define HAVE_DECL_STRTOULL 1
|
|---|
| 370 |
|
|---|
| 371 | /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
|
|---|
| 372 | don't. */
|
|---|
| 373 | #define HAVE_DECL_STRTOUMAX 1
|
|---|
| 374 |
|
|---|
| 375 | /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
|
|---|
| 376 | don't. */
|
|---|
| 377 | #define HAVE_DECL_SYS_SIGLIST 1
|
|---|
| 378 |
|
|---|
| 379 | /* Define to 1 if you have the declaration of `ttyname', and to 0 if you
|
|---|
| 380 | don't. */
|
|---|
| 381 | #define HAVE_DECL_TTYNAME 1
|
|---|
| 382 |
|
|---|
| 383 | /* Define to 1 if you have the declaration of wcwidth(), and to 0 otherwise.
|
|---|
| 384 | */
|
|---|
| 385 | #define HAVE_DECL_WCWIDTH 1
|
|---|
| 386 |
|
|---|
| 387 | /* Define to 1 if you have the declaration of `_sys_siglist', and to 0 if you
|
|---|
| 388 | don't. */
|
|---|
| 389 | #define HAVE_DECL__SYS_SIGLIST 0
|
|---|
| 390 |
|
|---|
| 391 | /* Define to 1 if you have the declaration of `__fpending', and to 0 if you
|
|---|
| 392 | don't. */
|
|---|
| 393 | #define HAVE_DECL___FPENDING 1
|
|---|
| 394 |
|
|---|
| 395 | /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
|---|
| 396 | don't. */
|
|---|
| 397 | #define HAVE_DECL___SYS_SIGLIST 0
|
|---|
| 398 |
|
|---|
| 399 | /* Define to 1 if you have the `directio' function. */
|
|---|
| 400 | /* #undef HAVE_DIRECTIO */
|
|---|
| 401 |
|
|---|
| 402 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|---|
| 403 | */
|
|---|
| 404 | #define HAVE_DIRENT_H 1
|
|---|
| 405 |
|
|---|
| 406 | /* Define to 1 if you have the `dirfd' function. */
|
|---|
| 407 | /* #undef HAVE_DIRFD */
|
|---|
| 408 |
|
|---|
| 409 | /* Define to 1 if you have the `dup2' function. */
|
|---|
| 410 | #define HAVE_DUP2 1
|
|---|
| 411 |
|
|---|
| 412 | /* Define to 1 if you have the <dustat.h> header file. */
|
|---|
| 413 | /* #undef HAVE_DUSTAT_H */
|
|---|
| 414 |
|
|---|
| 415 | /* Define to 1 if you have the `eaccess' function. */
|
|---|
| 416 | #define HAVE_EACCESS 1
|
|---|
| 417 |
|
|---|
| 418 | /* Define to 1 if you have the `endgrent' function. */
|
|---|
| 419 | #define HAVE_ENDGRENT 1
|
|---|
| 420 |
|
|---|
| 421 | /* Define to 1 if you have the `endpwent' function. */
|
|---|
| 422 | #define HAVE_ENDPWENT 1
|
|---|
| 423 |
|
|---|
| 424 | /* Define if you have the declaration of environ. */
|
|---|
| 425 | /* #undef HAVE_ENVIRON_DECL */
|
|---|
| 426 |
|
|---|
| 427 | /* Define if you have the declaration of errno. */
|
|---|
| 428 | /* #undef HAVE_ERRNO_DECL */
|
|---|
| 429 |
|
|---|
| 430 | /* Define to 1 if you have the `euidaccess' function. */
|
|---|
| 431 | /* #undef HAVE_EUIDACCESS */
|
|---|
| 432 |
|
|---|
| 433 | /* Define to 1 if you have the `fchdir' function. */
|
|---|
| 434 | #define HAVE_FCHDIR 1
|
|---|
| 435 |
|
|---|
| 436 | /* Define to 1 if you have the `fchmod' function. */
|
|---|
| 437 | #define HAVE_FCHMOD 1
|
|---|
| 438 |
|
|---|
| 439 | /* Define to 1 if you have the `fchown' function. */
|
|---|
| 440 | #define HAVE_FCHOWN 1
|
|---|
| 441 |
|
|---|
| 442 | /* Define to 1 if you have the `fdatasync' function. */
|
|---|
| 443 | /* #undef HAVE_FDATASYNC */
|
|---|
| 444 |
|
|---|
| 445 | /* Define to 1 if you have the `fdopendir' function. */
|
|---|
| 446 | /* #undef HAVE_FDOPENDIR */
|
|---|
| 447 |
|
|---|
| 448 | /* Define to 1 if you have the `flockfile' function. */
|
|---|
| 449 | /* #undef HAVE_FLOCKFILE */
|
|---|
| 450 |
|
|---|
| 451 | /* Define to 1 if you have the `floor' function. */
|
|---|
| 452 | #define HAVE_FLOOR 1
|
|---|
| 453 |
|
|---|
| 454 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
|
|---|
| 455 | #define HAVE_FSEEKO 1
|
|---|
| 456 |
|
|---|
| 457 | /* Define to 1 if you have the <fs_info.h> header file. */
|
|---|
| 458 | /* #undef HAVE_FS_INFO_H */
|
|---|
| 459 |
|
|---|
| 460 | /* Define to 1 if you have the `fs_stat_dev' function. */
|
|---|
| 461 | /* #undef HAVE_FS_STAT_DEV */
|
|---|
| 462 |
|
|---|
| 463 | /* Define to 1 if you have the `ftruncate' function. */
|
|---|
| 464 | #define HAVE_FTRUNCATE 1
|
|---|
| 465 |
|
|---|
| 466 | /* Define to 1 if you have the `funlockfile' function. */
|
|---|
| 467 | /* #undef HAVE_FUNLOCKFILE */
|
|---|
| 468 |
|
|---|
| 469 | /* Define to 1 if you have the `futimes' function. */
|
|---|
| 470 | #define HAVE_FUTIMES 1
|
|---|
| 471 |
|
|---|
| 472 | /* Define to 1 if you have the `futimesat' function. */
|
|---|
| 473 | /* #undef HAVE_FUTIMESAT */
|
|---|
| 474 |
|
|---|
| 475 | /* Define if struct statfs has the f_fstypename member. */
|
|---|
| 476 | #define HAVE_F_FSTYPENAME_IN_STATFS 1
|
|---|
| 477 |
|
|---|
| 478 | /* Define to 1 if you have the `gai_strerror' function. */
|
|---|
| 479 | /* #undef HAVE_GAI_STRERROR */
|
|---|
| 480 |
|
|---|
| 481 | /* Define to 1 if you have the `getaddrinfo' function. */
|
|---|
| 482 | /* #undef HAVE_GETADDRINFO */
|
|---|
| 483 |
|
|---|
| 484 | /* Define to 1 if you have the `getdelim' function. */
|
|---|
| 485 | /* #undef HAVE_GETDELIM */
|
|---|
| 486 |
|
|---|
| 487 | /* Define to 1 if your system has a working `getgroups' function. */
|
|---|
| 488 | #define HAVE_GETGROUPS 1
|
|---|
| 489 |
|
|---|
| 490 | /* Define to 1 if you have the `gethostid' function. */
|
|---|
| 491 | #define HAVE_GETHOSTID 1
|
|---|
| 492 |
|
|---|
| 493 | /* Define to 1 if you have the `gethostname' function. */
|
|---|
| 494 | #define HAVE_GETHOSTNAME 1
|
|---|
| 495 |
|
|---|
| 496 | /* Define to 1 if you have the `getloadavg' function. */
|
|---|
| 497 | #define HAVE_GETLOADAVG 1
|
|---|
| 498 |
|
|---|
| 499 | /* Define to 1 if you have the `getmntent' function. */
|
|---|
| 500 | /* #undef HAVE_GETMNTENT */
|
|---|
| 501 |
|
|---|
| 502 | /* Define to 1 if you have the `getmntinfo' function. */
|
|---|
| 503 | #define HAVE_GETMNTINFO 1
|
|---|
| 504 |
|
|---|
| 505 | /* Define to 1 if you have the <getopt.h> header file. */
|
|---|
| 506 | #define HAVE_GETOPT_H 1
|
|---|
| 507 |
|
|---|
| 508 | /* Define to 1 if you have the `getopt_long_only' function. */
|
|---|
| 509 | #define HAVE_GETOPT_LONG_ONLY 1
|
|---|
| 510 |
|
|---|
| 511 | /* Define to 1 if you have the `getpagesize' function. */
|
|---|
| 512 | #define HAVE_GETPAGESIZE 1
|
|---|
| 513 |
|
|---|
| 514 | /* Define to 1 if you have the `getspnam' function. */
|
|---|
| 515 | /* #undef HAVE_GETSPNAM */
|
|---|
| 516 |
|
|---|
| 517 | /* Define to 1 if you have the `getsysinfo' function. */
|
|---|
| 518 | /* #undef HAVE_GETSYSINFO */
|
|---|
| 519 |
|
|---|
| 520 | /* Define if the GNU gettext() function is already present or preinstalled. */
|
|---|
| 521 | #define HAVE_GETTEXT 1
|
|---|
| 522 |
|
|---|
| 523 | /* Define to 1 if you have the `gettimeofday' function. */
|
|---|
| 524 | #define HAVE_GETTIMEOFDAY 1
|
|---|
| 525 |
|
|---|
| 526 | /* Define to 1 if you have the `getusershell' function. */
|
|---|
| 527 | #define HAVE_GETUSERSHELL 1
|
|---|
| 528 |
|
|---|
| 529 | /* Define to 1 if you have the <grp.h> header file. */
|
|---|
| 530 | #define HAVE_GRP_H 1
|
|---|
| 531 |
|
|---|
| 532 | /* Define to 1 if you have the `hasmntopt' function. */
|
|---|
| 533 | /* #undef HAVE_HASMNTOPT */
|
|---|
| 534 |
|
|---|
| 535 | /* Define to 1 if you have the <hurd.h> header file. */
|
|---|
| 536 | /* #undef HAVE_HURD_H */
|
|---|
| 537 |
|
|---|
| 538 | /* Define if you have the iconv() function. */
|
|---|
| 539 | #define HAVE_ICONV 1
|
|---|
| 540 |
|
|---|
| 541 | /* Define to 1 if you have the `initgroups' function. */
|
|---|
| 542 | #define HAVE_INITGROUPS 1
|
|---|
| 543 |
|
|---|
| 544 | /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
|
|---|
| 545 | #define HAVE_INTMAX_T 1
|
|---|
| 546 |
|
|---|
| 547 | /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
|
|---|
| 548 | #define HAVE_INTTYPES_H 1
|
|---|
| 549 |
|
|---|
| 550 | /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
|
|---|
| 551 | declares uintmax_t. */
|
|---|
| 552 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1
|
|---|
| 553 |
|
|---|
| 554 | /* Define to 1 if <sys/socket.h> defines AF_INET. */
|
|---|
| 555 | #define HAVE_IPV4 1
|
|---|
| 556 |
|
|---|
| 557 | /* Define to 1 if <sys/socket.h> defines AF_INET6. */
|
|---|
| 558 | /* #undef HAVE_IPV6 */
|
|---|
| 559 |
|
|---|
| 560 | /* Define to 1 if you have the `isascii' function. */
|
|---|
| 561 | #define HAVE_ISASCII 1
|
|---|
| 562 |
|
|---|
| 563 | /* Define to 1 if you have the `isblank' function. */
|
|---|
| 564 | #define HAVE_ISBLANK 1
|
|---|
| 565 |
|
|---|
| 566 | /* Define to 1 if you have the `iswcntrl' function. */
|
|---|
| 567 | #define HAVE_ISWCNTRL 1
|
|---|
| 568 |
|
|---|
| 569 | /* Define to 1 if you have the `iswprint' function. */
|
|---|
| 570 | #define HAVE_ISWPRINT 1
|
|---|
| 571 |
|
|---|
| 572 | /* Define to 1 if you have the `iswspace' function. */
|
|---|
| 573 | #define HAVE_ISWSPACE 1
|
|---|
| 574 |
|
|---|
| 575 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
|
|---|
| 576 | #define HAVE_LANGINFO_CODESET 1
|
|---|
| 577 |
|
|---|
| 578 | /* Define to 1 if you have the `lchown' function. */
|
|---|
| 579 | #define HAVE_LCHOWN 1
|
|---|
| 580 |
|
|---|
| 581 | /* Define to 1 if you have the `dgc' library (-ldgc). */
|
|---|
| 582 | /* #undef HAVE_LIBDGC */
|
|---|
| 583 |
|
|---|
| 584 | /* Define to 1 if you have the <libgen.h> header file. */
|
|---|
| 585 | #define HAVE_LIBGEN_H 1
|
|---|
| 586 |
|
|---|
| 587 | /* Define to 1 if you have the `kstat' library (-lkstat). */
|
|---|
| 588 | /* #undef HAVE_LIBKSTAT */
|
|---|
| 589 |
|
|---|
| 590 | /* Define to 1 if you have the `ldgc' library (-lldgc). */
|
|---|
| 591 | /* #undef HAVE_LIBLDGC */
|
|---|
| 592 |
|
|---|
| 593 | /* Define to 1 if you have the `os' library (-los). */
|
|---|
| 594 | /* #undef HAVE_LIBOS */
|
|---|
| 595 |
|
|---|
| 596 | /* Define to 1 if you have the `ypsec' library (-lypsec). */
|
|---|
| 597 | /* #undef HAVE_LIBYPSEC */
|
|---|
| 598 |
|
|---|
| 599 | /* Define to 1 if you have the `listmntent' function. */
|
|---|
| 600 | /* #undef HAVE_LISTMNTENT */
|
|---|
| 601 |
|
|---|
| 602 | /* Define to 1 if you have the <locale.h> header file. */
|
|---|
| 603 | #define HAVE_LOCALE_H 1
|
|---|
| 604 |
|
|---|
| 605 | /* Define if you have the 'long double' type. */
|
|---|
| 606 | #define HAVE_LONG_DOUBLE 1
|
|---|
| 607 |
|
|---|
| 608 | /* Define to 1 if you support file names longer than 14 characters. */
|
|---|
| 609 | #define HAVE_LONG_FILE_NAMES 1
|
|---|
| 610 |
|
|---|
| 611 | /* Define if you have the 'long long' type. */
|
|---|
| 612 | #define HAVE_LONG_LONG 1
|
|---|
| 613 |
|
|---|
| 614 | /* Define to 1 if `lstat' has the bug that it succeeds when given the
|
|---|
| 615 | zero-length file name argument. */
|
|---|
| 616 | /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
|
|---|
| 617 |
|
|---|
| 618 | /* Define to 1 if you have the <machine/hal_sysinfo.h> header file. */
|
|---|
| 619 | /* #undef HAVE_MACHINE_HAL_SYSINFO_H */
|
|---|
| 620 |
|
|---|
| 621 | /* Define to 1 if you have the <mach/mach.h> header file. */
|
|---|
| 622 | /* #undef HAVE_MACH_MACH_H */
|
|---|
| 623 |
|
|---|
| 624 | /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|---|
| 625 | to 0 otherwise. */
|
|---|
| 626 | #define HAVE_MALLOC 1
|
|---|
| 627 |
|
|---|
| 628 | /* Define to 1 if you have the `mblen' function. */
|
|---|
| 629 | #define HAVE_MBLEN 1
|
|---|
| 630 |
|
|---|
| 631 | /* Define to 1 if you have the `mbrlen' function. */
|
|---|
| 632 | #define HAVE_MBRLEN 1
|
|---|
| 633 |
|
|---|
| 634 | /* Define to 1 if you have the `mbrtowc' function. */
|
|---|
| 635 | #define HAVE_MBRTOWC 1
|
|---|
| 636 |
|
|---|
| 637 | /* Define to 1 if you have the `mbsinit' function. */
|
|---|
| 638 | #define HAVE_MBSINIT 1
|
|---|
| 639 |
|
|---|
| 640 | /* Define to 1 if you have the `mbsrtowcs' function. */
|
|---|
| 641 | #define HAVE_MBSRTOWCS 1
|
|---|
| 642 |
|
|---|
| 643 | /* Define to 1 if <wchar.h> declares mbstate_t. */
|
|---|
| 644 | #define HAVE_MBSTATE_T 1
|
|---|
| 645 |
|
|---|
| 646 | /* Define to 1 if you have the `memchr' function. */
|
|---|
| 647 | #define HAVE_MEMCHR 1
|
|---|
| 648 |
|
|---|
| 649 | /* Define to 1 if you have the `memcpy' function. */
|
|---|
| 650 | #define HAVE_MEMCPY 1
|
|---|
| 651 |
|
|---|
| 652 | /* Define to 1 if you have the `memmove' function. */
|
|---|
| 653 | #define HAVE_MEMMOVE 1
|
|---|
| 654 |
|
|---|
| 655 | /* Define to 1 if you have the <memory.h> header file. */
|
|---|
| 656 | #define HAVE_MEMORY_H 1
|
|---|
| 657 |
|
|---|
| 658 | /* Define to 1 if you have the `mempcpy' function. */
|
|---|
| 659 | #define HAVE_MEMPCPY 1
|
|---|
| 660 |
|
|---|
| 661 | /* Define to 1 if you have the `memrchr' function. */
|
|---|
| 662 | #define HAVE_MEMRCHR 1
|
|---|
| 663 |
|
|---|
| 664 | /* Define to 1 if you have the `memset' function. */
|
|---|
| 665 | #define HAVE_MEMSET 1
|
|---|
| 666 |
|
|---|
| 667 | /* Define to 1 if you have the `microuptime' function. */
|
|---|
| 668 | /* #undef HAVE_MICROUPTIME */
|
|---|
| 669 |
|
|---|
| 670 | /* Define to 1 if you have the `mkfifo' function. */
|
|---|
| 671 | #define HAVE_MKFIFO 1
|
|---|
| 672 |
|
|---|
| 673 | /* Define to 1 if you have the `mkstemp' function. */
|
|---|
| 674 | #define HAVE_MKSTEMP 1
|
|---|
| 675 |
|
|---|
| 676 | /* Define to 1 if you have the <mntent.h> header file. */
|
|---|
| 677 | /* #undef HAVE_MNTENT_H */
|
|---|
| 678 |
|
|---|
| 679 | /* Define to 1 if you have the `modf' function. */
|
|---|
| 680 | #define HAVE_MODF 1
|
|---|
| 681 |
|
|---|
| 682 | /* Define to 1 if you have the `nanotime' function. */
|
|---|
| 683 | /* #undef HAVE_NANOTIME */
|
|---|
| 684 |
|
|---|
| 685 | /* Define to 1 if you have the `nanouptime' function. */
|
|---|
| 686 | /* #undef HAVE_NANOUPTIME */
|
|---|
| 687 |
|
|---|
| 688 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
|
|---|
| 689 | /* #undef HAVE_NDIR_H */
|
|---|
| 690 |
|
|---|
| 691 | /* Define to 1 if you have the <netdb.h> header file. */
|
|---|
| 692 | #define HAVE_NETDB_H 1
|
|---|
| 693 |
|
|---|
| 694 | /* Define to 1 if you have the <netinet/in.h> header file. */
|
|---|
| 695 | #define HAVE_NETINET_IN_H 1
|
|---|
| 696 |
|
|---|
| 697 | /* Define to 1 if you have the `next_dev' function. */
|
|---|
| 698 | /* #undef HAVE_NEXT_DEV */
|
|---|
| 699 |
|
|---|
| 700 | /* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
|
|---|
| 701 | /* #undef HAVE_NFS_NFS_CLNT_H */
|
|---|
| 702 |
|
|---|
| 703 | /* Define to 1 if you have the <nfs/vfs.h> header file. */
|
|---|
| 704 | /* #undef HAVE_NFS_VFS_H */
|
|---|
| 705 |
|
|---|
| 706 | /* Define to 1 if you have the `nice' function. */
|
|---|
| 707 | /* #undef HAVE_NICE */
|
|---|
| 708 |
|
|---|
| 709 | /* Define to 1 if you have the <nlist.h> header file. */
|
|---|
| 710 | /* #undef HAVE_NLIST_H */
|
|---|
| 711 |
|
|---|
| 712 | /* Define to 1 if libc includes obstacks. */
|
|---|
| 713 | #define HAVE_OBSTACK 1
|
|---|
| 714 |
|
|---|
| 715 | /* Define to 1 if you have the `openat' function. */
|
|---|
| 716 | /* #undef HAVE_OPENAT */
|
|---|
| 717 |
|
|---|
| 718 | /* Define to 1 if you have the <OS.h> header file. */
|
|---|
| 719 | /* #undef HAVE_OS_H */
|
|---|
| 720 |
|
|---|
| 721 | /* Define to 1 if getcwd works, except it sometimes fails when it shouldn't,
|
|---|
| 722 | setting errno to ERANGE, ENAMETOOLONG, or ENOENT. If __GETCWD_PREFIX is not
|
|---|
| 723 | defined, it doesn't matter whether HAVE_PARTLY_WORKING_GETCWD is defined.
|
|---|
| 724 | */
|
|---|
| 725 | /* #undef HAVE_PARTLY_WORKING_GETCWD */
|
|---|
| 726 |
|
|---|
| 727 | /* Define to 1 if you have the `pathconf' function. */
|
|---|
| 728 | #define HAVE_PATHCONF 1
|
|---|
| 729 |
|
|---|
| 730 | /* Define to 1 if you have the <paths.h> header file. */
|
|---|
| 731 | #define HAVE_PATHS_H 1
|
|---|
| 732 |
|
|---|
| 733 | /* Define to 1 if you have the <priv.h> header file. */
|
|---|
| 734 | /* #undef HAVE_PRIV_H */
|
|---|
| 735 |
|
|---|
| 736 | /* Define if your system has the /proc/uptime special file. */
|
|---|
| 737 | /* #undef HAVE_PROC_UPTIME */
|
|---|
| 738 |
|
|---|
| 739 | /* Define to 1 if you have the `pstat_getdynamic' function. */
|
|---|
| 740 | /* #undef HAVE_PSTAT_GETDYNAMIC */
|
|---|
| 741 |
|
|---|
| 742 | /* Define to 1 if you have the `pstat_getstatic' function. */
|
|---|
| 743 | /* #undef HAVE_PSTAT_GETSTATIC */
|
|---|
| 744 |
|
|---|
| 745 | /* Define to 1 if the system has the type `ptrdiff_t'. */
|
|---|
| 746 | #define HAVE_PTRDIFF_T 1
|
|---|
| 747 |
|
|---|
| 748 | /* Define to 1 if you have the <pwd.h> header file. */
|
|---|
| 749 | #define HAVE_PWD_H 1
|
|---|
| 750 |
|
|---|
| 751 | /* Define to 1 if you have the `raise' function. */
|
|---|
| 752 | #define HAVE_RAISE 1
|
|---|
| 753 |
|
|---|
| 754 | /* Define to 1 if you have the `readlink' function. */
|
|---|
| 755 | #define HAVE_READLINK 1
|
|---|
| 756 |
|
|---|
| 757 | /* Define to 1 if your system has a GNU libc compatible `realloc' function,
|
|---|
| 758 | and to 0 otherwise. */
|
|---|
| 759 | #define HAVE_REALLOC 1
|
|---|
| 760 |
|
|---|
| 761 | /* Define to 1 if you have the `realpath' function. */
|
|---|
| 762 | #define HAVE_REALPATH 1
|
|---|
| 763 |
|
|---|
| 764 | /* Define to 1 if you have the `resolvepath' function. */
|
|---|
| 765 | /* #undef HAVE_RESOLVEPATH */
|
|---|
| 766 |
|
|---|
| 767 | /* Define to 1 if you have the `rint' function. */
|
|---|
| 768 | #define HAVE_RINT 1
|
|---|
| 769 |
|
|---|
| 770 | /* Define to 1 if you have the `rmdir' function. */
|
|---|
| 771 | #define HAVE_RMDIR 1
|
|---|
| 772 |
|
|---|
| 773 | /* Define to 1 if you have the `rpmatch' function. */
|
|---|
| 774 | /* #undef HAVE_RPMATCH */
|
|---|
| 775 |
|
|---|
| 776 | /* Define to 1 if you have run the test for working tzset. */
|
|---|
| 777 | #define HAVE_RUN_TZSET_TEST 1
|
|---|
| 778 |
|
|---|
| 779 | /* Define to 1 if you have the <search.h> header file. */
|
|---|
| 780 | /* #undef HAVE_SEARCH_H */
|
|---|
| 781 |
|
|---|
| 782 | /* Define to 1 if you have the `setenv' function. */
|
|---|
| 783 | #define HAVE_SETENV 1
|
|---|
| 784 |
|
|---|
| 785 | /* Define to 1 if you have the `sethostname' function. */
|
|---|
| 786 | /* #undef HAVE_SETHOSTNAME */
|
|---|
| 787 |
|
|---|
| 788 | /* Define to 1 if you have the `setlocale' function. */
|
|---|
| 789 | #define HAVE_SETLOCALE 1
|
|---|
| 790 |
|
|---|
| 791 | /* Define to 1 if you have the `settimeofday' function. */
|
|---|
| 792 | #define HAVE_SETTIMEOFDAY 1
|
|---|
| 793 |
|
|---|
| 794 | /* Define to 1 if you have the <shadow.h> header file. */
|
|---|
| 795 | /* #undef HAVE_SHADOW_H */
|
|---|
| 796 |
|
|---|
| 797 | /* Define to 1 if you have the `sig2str' function. */
|
|---|
| 798 | /* #undef HAVE_SIG2STR */
|
|---|
| 799 |
|
|---|
| 800 | /* Define to 1 if you have the `siginterrupt' function. */
|
|---|
| 801 | #define HAVE_SIGINTERRUPT 1
|
|---|
| 802 |
|
|---|
| 803 | /* Define to 1 if you have the `snprintf' function. */
|
|---|
| 804 | #define HAVE_SNPRINTF 1
|
|---|
| 805 |
|
|---|
| 806 | /* Define to 1 if you have the `statvfs' function. */
|
|---|
| 807 | #define HAVE_STATVFS 1
|
|---|
| 808 |
|
|---|
| 809 | /* Define to 1 if stdbool.h conforms to C99. */
|
|---|
| 810 | #define HAVE_STDBOOL_H 1
|
|---|
| 811 |
|
|---|
| 812 | /* Define to 1 if you have the <stddef.h> header file. */
|
|---|
| 813 | #define HAVE_STDDEF_H 1
|
|---|
| 814 |
|
|---|
| 815 | /* Define to 1 if you have the <stdint.h> header file. */
|
|---|
| 816 | #define HAVE_STDINT_H 1
|
|---|
| 817 |
|
|---|
| 818 | /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
|
|---|
| 819 | uintmax_t. */
|
|---|
| 820 | #define HAVE_STDINT_H_WITH_UINTMAX 1
|
|---|
| 821 |
|
|---|
| 822 | /* Define to 1 if you have the <stdio_ext.h> header file. */
|
|---|
| 823 | #define HAVE_STDIO_EXT_H 1
|
|---|
| 824 |
|
|---|
| 825 | /* Define to 1 if you have the <stdlib.h> header file. */
|
|---|
| 826 | #define HAVE_STDLIB_H 1
|
|---|
| 827 |
|
|---|
| 828 | /* Define to 1 if you have the `stime' function. */
|
|---|
| 829 | /* #undef HAVE_STIME */
|
|---|
| 830 |
|
|---|
| 831 | /* Define to 1 if you have the `stpcpy' function. */
|
|---|
| 832 | #define HAVE_STPCPY 1
|
|---|
| 833 |
|
|---|
| 834 | /* Define to 1 if you have the `strcoll' function and it is properly defined.
|
|---|
| 835 | */
|
|---|
| 836 | #define HAVE_STRCOLL 1
|
|---|
| 837 |
|
|---|
| 838 | /* Define to 1 if you have the `strcspn' function. */
|
|---|
| 839 | #define HAVE_STRCSPN 1
|
|---|
| 840 |
|
|---|
| 841 | /* Define to 1 if you have the `strdup' function. */
|
|---|
| 842 | #define HAVE_STRDUP 1
|
|---|
| 843 |
|
|---|
| 844 | /* Define to 1 if you have the `strerror_r' function. */
|
|---|
| 845 | #define HAVE_STRERROR_R 1
|
|---|
| 846 |
|
|---|
| 847 | /* Define to 1 if you have the `strftime' function. */
|
|---|
| 848 | #define HAVE_STRFTIME 1
|
|---|
| 849 |
|
|---|
| 850 | /* Define to 1 if you have the <strings.h> header file. */
|
|---|
| 851 | #define HAVE_STRINGS_H 1
|
|---|
| 852 |
|
|---|
| 853 | /* Define to 1 if you have the <string.h> header file. */
|
|---|
| 854 | #define HAVE_STRING_H 1
|
|---|
| 855 |
|
|---|
| 856 | /* Define to 1 if you have the `strncasecmp' function. */
|
|---|
| 857 | #define HAVE_STRNCASECMP 1
|
|---|
| 858 |
|
|---|
| 859 | /* Define to 1 if you have the `strndup' function. */
|
|---|
| 860 | #define HAVE_STRNDUP 1
|
|---|
| 861 |
|
|---|
| 862 | /* Define to 1 if you have the <stropts.h> header file. */
|
|---|
| 863 | /* #undef HAVE_STROPTS_H */
|
|---|
| 864 |
|
|---|
| 865 | /* Define to 1 if you have the `strpbrk' function. */
|
|---|
| 866 | #define HAVE_STRPBRK 1
|
|---|
| 867 |
|
|---|
| 868 | /* Define to 1 if you have the `strtoimax' function. */
|
|---|
| 869 | #define HAVE_STRTOIMAX 1
|
|---|
| 870 |
|
|---|
| 871 | /* Define to 1 if you have the `strtol' function. */
|
|---|
| 872 | #define HAVE_STRTOL 1
|
|---|
| 873 |
|
|---|
| 874 | /* Define to 1 if you have the `strtoll' function. */
|
|---|
| 875 | #define HAVE_STRTOLL 1
|
|---|
| 876 |
|
|---|
| 877 | /* Define to 1 if you have the `strtoul' function. */
|
|---|
| 878 | #define HAVE_STRTOUL 1
|
|---|
| 879 |
|
|---|
| 880 | /* Define to 1 if you have the `strtoull' function. */
|
|---|
| 881 | #define HAVE_STRTOULL 1
|
|---|
| 882 |
|
|---|
| 883 | /* Define to 1 if you have the `strtoumax' function. */
|
|---|
| 884 | #define HAVE_STRTOUMAX 1
|
|---|
| 885 |
|
|---|
| 886 | /* Define to 1 if the system has the type `struct addrinfo'. */
|
|---|
| 887 | /* #undef HAVE_STRUCT_ADDRINFO */
|
|---|
| 888 |
|
|---|
| 889 | /* Define if there is a member named d_type in the struct describing directory
|
|---|
| 890 | headers. */
|
|---|
| 891 | #define HAVE_STRUCT_DIRENT_D_TYPE 1
|
|---|
| 892 |
|
|---|
| 893 | /* Define to 1 if `f_fstypename' is member of `struct fsstat'. */
|
|---|
| 894 | /* #undef HAVE_STRUCT_FSSTAT_F_FSTYPENAME */
|
|---|
| 895 |
|
|---|
| 896 | /* Define to 1 if `n_un.n_name' is member of `struct nlist'. */
|
|---|
| 897 | /* #undef HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
|---|
| 898 |
|
|---|
| 899 | /* Define to 1 if `sp_pwdp' is member of `struct spwd'. */
|
|---|
| 900 | /* #undef HAVE_STRUCT_SPWD_SP_PWDP */
|
|---|
| 901 |
|
|---|
| 902 | /* Define to 1 if `f_basetype' is member of `struct statfs'. */
|
|---|
| 903 | /* #undef HAVE_STRUCT_STATFS_F_BASETYPE */
|
|---|
| 904 |
|
|---|
| 905 | /* Define to 1 if `f_fsid.__val' is member of `struct statfs'. */
|
|---|
| 906 | /* #undef HAVE_STRUCT_STATFS_F_FSID___VAL */
|
|---|
| 907 |
|
|---|
| 908 | /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
|
|---|
| 909 | #define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
|
|---|
| 910 |
|
|---|
| 911 | /* Define to 1 if `f_namelen' is member of `struct statfs'. */
|
|---|
| 912 | /* #undef HAVE_STRUCT_STATFS_F_NAMELEN */
|
|---|
| 913 |
|
|---|
| 914 | /* Define to 1 if `f_namemax' is member of `struct statfs'. */
|
|---|
| 915 | /* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
|
|---|
| 916 |
|
|---|
| 917 | /* Define to 1 if `f_type' is member of `struct statfs'. */
|
|---|
| 918 | #define HAVE_STRUCT_STATFS_F_TYPE 1
|
|---|
| 919 |
|
|---|
| 920 | /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
|
|---|
| 921 | /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
|
|---|
| 922 |
|
|---|
| 923 | /* Define to 1 if `f_fsid.__val' is member of `struct statvfs'. */
|
|---|
| 924 | /* #undef HAVE_STRUCT_STATVFS_F_FSID___VAL */
|
|---|
| 925 |
|
|---|
| 926 | /* Define to 1 if `f_namelen' is member of `struct statvfs'. */
|
|---|
| 927 | /* #undef HAVE_STRUCT_STATVFS_F_NAMELEN */
|
|---|
| 928 |
|
|---|
| 929 | /* Define to 1 if `f_namemax' is member of `struct statvfs'. */
|
|---|
| 930 | #define HAVE_STRUCT_STATVFS_F_NAMEMAX 1
|
|---|
| 931 |
|
|---|
| 932 | /* Define to 1 if `f_type' is member of `struct statvfs'. */
|
|---|
| 933 | /* #undef HAVE_STRUCT_STATVFS_F_TYPE */
|
|---|
| 934 |
|
|---|
| 935 | /* Define to 1 if `st_atimensec' is member of `struct stat'. */
|
|---|
| 936 | /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
|
|---|
| 937 |
|
|---|
| 938 | /* Define to 1 if `st_atimespec.tv_nsec' is member of `struct stat'. */
|
|---|
| 939 | #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
|
|---|
| 940 |
|
|---|
| 941 | /* Define to 1 if `st_atim.st__tim.tv_nsec' is member of `struct stat'. */
|
|---|
| 942 | /* #undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC */
|
|---|
| 943 |
|
|---|
| 944 | /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
|
|---|
| 945 | /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
|
|---|
| 946 |
|
|---|
| 947 | /* Define to 1 if `st_author' is member of `struct stat'. */
|
|---|
| 948 | /* #undef HAVE_STRUCT_STAT_ST_AUTHOR */
|
|---|
| 949 |
|
|---|
| 950 | /* Define to 1 if `st_blksize' is member of `struct stat'. */
|
|---|
| 951 | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
|
|---|
| 952 |
|
|---|
| 953 | /* Define to 1 if `st_blocks' is member of `struct stat'. */
|
|---|
| 954 | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
|
|---|
| 955 |
|
|---|
| 956 | /* Define to 1 if `st_spare1' is member of `struct stat'. */
|
|---|
| 957 | /* #undef HAVE_STRUCT_STAT_ST_SPARE1 */
|
|---|
| 958 |
|
|---|
| 959 | /* Define if struct timespec is declared in <time.h>. */
|
|---|
| 960 | #define HAVE_STRUCT_TIMESPEC 1
|
|---|
| 961 |
|
|---|
| 962 | /* Define to 1 if `tm_zone' is member of `struct tm'. */
|
|---|
| 963 | /* #undef HAVE_STRUCT_TM_TM_ZONE */
|
|---|
| 964 |
|
|---|
| 965 | /* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
|
|---|
| 966 | have utime.h but don't declare the struct anywhere. */
|
|---|
| 967 | #define HAVE_STRUCT_UTIMBUF 1
|
|---|
| 968 |
|
|---|
| 969 | /* Define to 1 if `ut_exit' is member of `struct utmpx'. */
|
|---|
| 970 | /* #undef HAVE_STRUCT_UTMPX_UT_EXIT */
|
|---|
| 971 |
|
|---|
| 972 | /* Define to 1 if `ut_exit.e_exit' is member of `struct utmpx'. */
|
|---|
| 973 | /* #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_EXIT */
|
|---|
| 974 |
|
|---|
| 975 | /* Define to 1 if `ut_exit.e_termination' is member of `struct utmpx'. */
|
|---|
| 976 | /* #undef HAVE_STRUCT_UTMPX_UT_EXIT_E_TERMINATION */
|
|---|
| 977 |
|
|---|
| 978 | /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmpx'. */
|
|---|
| 979 | /* #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_EXIT */
|
|---|
| 980 |
|
|---|
| 981 | /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmpx'. */
|
|---|
| 982 | /* #undef HAVE_STRUCT_UTMPX_UT_EXIT_UT_TERMINATION */
|
|---|
| 983 |
|
|---|
| 984 | /* Define to 1 if `ut_id' is member of `struct utmpx'. */
|
|---|
| 985 | /* #undef HAVE_STRUCT_UTMPX_UT_ID */
|
|---|
| 986 |
|
|---|
| 987 | /* Define to 1 if `ut_name' is member of `struct utmpx'. */
|
|---|
| 988 | /* #undef HAVE_STRUCT_UTMPX_UT_NAME */
|
|---|
| 989 |
|
|---|
| 990 | /* Define to 1 if `ut_pid' is member of `struct utmpx'. */
|
|---|
| 991 | /* #undef HAVE_STRUCT_UTMPX_UT_PID */
|
|---|
| 992 |
|
|---|
| 993 | /* Define to 1 if `ut_type' is member of `struct utmpx'. */
|
|---|
| 994 | /* #undef HAVE_STRUCT_UTMPX_UT_TYPE */
|
|---|
| 995 |
|
|---|
| 996 | /* Define to 1 if `ut_user' is member of `struct utmpx'. */
|
|---|
| 997 | /* #undef HAVE_STRUCT_UTMPX_UT_USER */
|
|---|
| 998 |
|
|---|
| 999 | /* Define to 1 if `ut_exit' is member of `struct utmp'. */
|
|---|
| 1000 | /* #undef HAVE_STRUCT_UTMP_UT_EXIT */
|
|---|
| 1001 |
|
|---|
| 1002 | /* Define to 1 if `ut_exit.e_exit' is member of `struct utmp'. */
|
|---|
| 1003 | /* #undef HAVE_STRUCT_UTMP_UT_EXIT_E_EXIT */
|
|---|
| 1004 |
|
|---|
| 1005 | /* Define to 1 if `ut_exit.e_termination' is member of `struct utmp'. */
|
|---|
| 1006 | /* #undef HAVE_STRUCT_UTMP_UT_EXIT_E_TERMINATION */
|
|---|
| 1007 |
|
|---|
| 1008 | /* Define to 1 if `ut_exit.ut_exit' is member of `struct utmp'. */
|
|---|
| 1009 | /* #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_EXIT */
|
|---|
| 1010 |
|
|---|
| 1011 | /* Define to 1 if `ut_exit.ut_termination' is member of `struct utmp'. */
|
|---|
| 1012 | /* #undef HAVE_STRUCT_UTMP_UT_EXIT_UT_TERMINATION */
|
|---|
| 1013 |
|
|---|
| 1014 | /* Define to 1 if `ut_id' is member of `struct utmp'. */
|
|---|
| 1015 | /* #undef HAVE_STRUCT_UTMP_UT_ID */
|
|---|
| 1016 |
|
|---|
| 1017 | /* Define to 1 if `ut_name' is member of `struct utmp'. */
|
|---|
| 1018 | #define HAVE_STRUCT_UTMP_UT_NAME 1
|
|---|
| 1019 |
|
|---|
| 1020 | /* Define to 1 if `ut_pid' is member of `struct utmp'. */
|
|---|
| 1021 | /* #undef HAVE_STRUCT_UTMP_UT_PID */
|
|---|
| 1022 |
|
|---|
| 1023 | /* Define to 1 if `ut_type' is member of `struct utmp'. */
|
|---|
| 1024 | /* #undef HAVE_STRUCT_UTMP_UT_TYPE */
|
|---|
| 1025 |
|
|---|
| 1026 | /* Define to 1 if `ut_user' is member of `struct utmp'. */
|
|---|
| 1027 | /* #undef HAVE_STRUCT_UTMP_UT_USER */
|
|---|
| 1028 |
|
|---|
| 1029 | /* Define to 1 if you have the `strverscmp' function. */
|
|---|
| 1030 | #define HAVE_STRVERSCMP 1
|
|---|
| 1031 |
|
|---|
| 1032 | /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
|
|---|
| 1033 | `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
|
|---|
| 1034 | #define HAVE_ST_BLOCKS 1
|
|---|
| 1035 |
|
|---|
| 1036 | /* Define if struct stat has an st_dm_mode member. */
|
|---|
| 1037 | /* #undef HAVE_ST_DM_MODE */
|
|---|
| 1038 |
|
|---|
| 1039 | /* Define to 1 if you have the `sysctl' function. */
|
|---|
| 1040 | #define HAVE_SYSCTL 1
|
|---|
| 1041 |
|
|---|
| 1042 | /* Define to 1 if you have the `sysinfo' function. */
|
|---|
| 1043 | /* #undef HAVE_SYSINFO */
|
|---|
| 1044 |
|
|---|
| 1045 | /* FIXME */
|
|---|
| 1046 | #define HAVE_SYSLOG 1
|
|---|
| 1047 |
|
|---|
| 1048 | /* Define to 1 if you have the <syslog.h> header file. */
|
|---|
| 1049 | #define HAVE_SYSLOG_H 1
|
|---|
| 1050 |
|
|---|
| 1051 | /* Define to 1 if you have the `sysmp' function. */
|
|---|
| 1052 | /* #undef HAVE_SYSMP */
|
|---|
| 1053 |
|
|---|
| 1054 | /* Define to 1 if you have the <sys/acl.h> header file. */
|
|---|
| 1055 | /* #undef HAVE_SYS_ACL_H */
|
|---|
| 1056 |
|
|---|
| 1057 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
|
|---|
| 1058 | */
|
|---|
| 1059 | /* #undef HAVE_SYS_DIR_H */
|
|---|
| 1060 |
|
|---|
| 1061 | /* Define to 1 if you have the <sys/filsys.h> header file. */
|
|---|
| 1062 | /* #undef HAVE_SYS_FILSYS_H */
|
|---|
| 1063 |
|
|---|
| 1064 | /* Define to 1 if you have the <sys/fs/s5param.h> header file. */
|
|---|
| 1065 | /* #undef HAVE_SYS_FS_S5PARAM_H */
|
|---|
| 1066 |
|
|---|
| 1067 | /* Define to 1 if you have the <sys/fs_types.h> header file. */
|
|---|
| 1068 | /* #undef HAVE_SYS_FS_TYPES_H */
|
|---|
| 1069 |
|
|---|
| 1070 | /* Define to 1 if you have the <sys/ioctl.h> header file. */
|
|---|
| 1071 | #define HAVE_SYS_IOCTL_H 1
|
|---|
| 1072 |
|
|---|
| 1073 | /* Define to 1 if you have the <sys/mntent.h> header file. */
|
|---|
| 1074 | /* #undef HAVE_SYS_MNTENT_H */
|
|---|
| 1075 |
|
|---|
| 1076 | /* Define to 1 if you have the <sys/mount.h> header file. */
|
|---|
| 1077 | #define HAVE_SYS_MOUNT_H 1
|
|---|
| 1078 |
|
|---|
| 1079 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
|
|---|
| 1080 | */
|
|---|
| 1081 | /* #undef HAVE_SYS_NDIR_H */
|
|---|
| 1082 |
|
|---|
| 1083 | /* Define to 1 if you have the <sys/param.h> header file. */
|
|---|
| 1084 | #define HAVE_SYS_PARAM_H 1
|
|---|
| 1085 |
|
|---|
| 1086 | /* Define to 1 if you have the <sys/pstat.h> header file. */
|
|---|
| 1087 | /* #undef HAVE_SYS_PSTAT_H */
|
|---|
| 1088 |
|
|---|
| 1089 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
|---|
| 1090 | #define HAVE_SYS_RESOURCE_H 1
|
|---|
| 1091 |
|
|---|
| 1092 | /* Define to 1 if you have the <sys/socket.h> header file. */
|
|---|
| 1093 | #define HAVE_SYS_SOCKET_H 1
|
|---|
| 1094 |
|
|---|
| 1095 | /* Define to 1 if you have the <sys/statfs.h> header file. */
|
|---|
| 1096 | #define HAVE_SYS_STATFS_H 1
|
|---|
| 1097 |
|
|---|
| 1098 | /* Define to 1 if you have the <sys/statvfs.h> header file. */
|
|---|
| 1099 | #define HAVE_SYS_STATVFS_H 1
|
|---|
| 1100 |
|
|---|
| 1101 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
|---|
| 1102 | #define HAVE_SYS_STAT_H 1
|
|---|
| 1103 |
|
|---|
| 1104 | /* Define to 1 if you have the <sys/sysctl.h> header file. */
|
|---|
| 1105 | #define HAVE_SYS_SYSCTL_H 1
|
|---|
| 1106 |
|
|---|
| 1107 | /* Define to 1 if you have the <sys/sysinfo.h> header file. */
|
|---|
| 1108 | /* #undef HAVE_SYS_SYSINFO_H */
|
|---|
| 1109 |
|
|---|
| 1110 | /* Define to 1 if you have the <sys/sysmacros.h> header file. */
|
|---|
| 1111 | /* #undef HAVE_SYS_SYSMACROS_H */
|
|---|
| 1112 |
|
|---|
| 1113 | /* Define to 1 if you have the <sys/sysmp.h> header file. */
|
|---|
| 1114 | /* #undef HAVE_SYS_SYSMP_H */
|
|---|
| 1115 |
|
|---|
| 1116 | /* Define to 1 if you have the <sys/systemcfg.h> header file. */
|
|---|
| 1117 | /* #undef HAVE_SYS_SYSTEMCFG_H */
|
|---|
| 1118 |
|
|---|
| 1119 | /* Define to 1 if you have the <sys/systeminfo.h> header file. */
|
|---|
| 1120 | /* #undef HAVE_SYS_SYSTEMINFO_H */
|
|---|
| 1121 |
|
|---|
| 1122 | /* Define to 1 if you have the <sys/table.h> header file. */
|
|---|
| 1123 | /* #undef HAVE_SYS_TABLE_H */
|
|---|
| 1124 |
|
|---|
| 1125 | /* Define to 1 if you have the <sys/time.h> header file. */
|
|---|
| 1126 | #define HAVE_SYS_TIME_H 1
|
|---|
| 1127 |
|
|---|
| 1128 | /* Define to 1 if you have the <sys/types.h> header file. */
|
|---|
| 1129 | #define HAVE_SYS_TYPES_H 1
|
|---|
| 1130 |
|
|---|
| 1131 | /* Define to 1 if you have the <sys/ucred.h> header file. */
|
|---|
| 1132 | /* #undef HAVE_SYS_UCRED_H */
|
|---|
| 1133 |
|
|---|
| 1134 | /* Define to 1 if you have the <sys/vfs.h> header file. */
|
|---|
| 1135 | #define HAVE_SYS_VFS_H 1
|
|---|
| 1136 |
|
|---|
| 1137 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
|---|
| 1138 | #define HAVE_SYS_WAIT_H 1
|
|---|
| 1139 |
|
|---|
| 1140 | /* Define to 1 if you have the `table' function. */
|
|---|
| 1141 | /* #undef HAVE_TABLE */
|
|---|
| 1142 |
|
|---|
| 1143 | /* Define to 1 if you have the `tcgetattr' function. */
|
|---|
| 1144 | #define HAVE_TCGETATTR 1
|
|---|
| 1145 |
|
|---|
| 1146 | /* Define to 1 if you have the `tcgetpgrp' function. */
|
|---|
| 1147 | #define HAVE_TCGETPGRP 1
|
|---|
| 1148 |
|
|---|
| 1149 | /* Define to 1 if you have the `tcsetattr' function. */
|
|---|
| 1150 | #define HAVE_TCSETATTR 1
|
|---|
| 1151 |
|
|---|
| 1152 | /* Define to 1 if you have the <termios.h> header file. */
|
|---|
| 1153 | #define HAVE_TERMIOS_H 1
|
|---|
| 1154 |
|
|---|
| 1155 | /* Define if struct tm has the tm_gmtoff member. */
|
|---|
| 1156 | /* #undef HAVE_TM_GMTOFF */
|
|---|
| 1157 |
|
|---|
| 1158 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
|
|---|
| 1159 | `HAVE_STRUCT_TM_TM_ZONE' instead. */
|
|---|
| 1160 | /* #undef HAVE_TM_ZONE */
|
|---|
| 1161 |
|
|---|
| 1162 | /* Define to 1 if you have the `tsearch' function. */
|
|---|
| 1163 | /* #undef HAVE_TSEARCH */
|
|---|
| 1164 |
|
|---|
| 1165 | /* Define to 1 if you don't have `tm_zone' but do have the external array
|
|---|
| 1166 | `tzname'. */
|
|---|
| 1167 | #define HAVE_TZNAME 1
|
|---|
| 1168 |
|
|---|
| 1169 | /* Define to 1 if you have the `tzset' function. */
|
|---|
| 1170 | #define HAVE_TZSET 1
|
|---|
| 1171 |
|
|---|
| 1172 | /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
|
|---|
| 1173 | #define HAVE_UINTMAX_T 1
|
|---|
| 1174 |
|
|---|
| 1175 | /* Define to 1 if you have the `uname' function. */
|
|---|
| 1176 | #define HAVE_UNAME 1
|
|---|
| 1177 |
|
|---|
| 1178 | /* Define to 1 if you have the <unistd.h> header file. */
|
|---|
| 1179 | #define HAVE_UNISTD_H 1
|
|---|
| 1180 |
|
|---|
| 1181 | /* Define to 1 if you have the `unsetenv' function. */
|
|---|
| 1182 | #define HAVE_UNSETENV 1
|
|---|
| 1183 |
|
|---|
| 1184 | /* Define if you have the 'unsigned long long' type. */
|
|---|
| 1185 | #define HAVE_UNSIGNED_LONG_LONG 1
|
|---|
| 1186 |
|
|---|
| 1187 | /* Define if utimes accepts a null argument */
|
|---|
| 1188 | /* #undef HAVE_UTIMES_NULL */
|
|---|
| 1189 |
|
|---|
| 1190 | /* Define to 1 if you have the <utime.h> header file. */
|
|---|
| 1191 | #define HAVE_UTIME_H 1
|
|---|
| 1192 |
|
|---|
| 1193 | /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
|
|---|
| 1194 | #define HAVE_UTIME_NULL 1
|
|---|
| 1195 |
|
|---|
| 1196 | /* Define to 1 if you have the `utmpname' function. */
|
|---|
| 1197 | /* #undef HAVE_UTMPNAME */
|
|---|
| 1198 |
|
|---|
| 1199 | /* Define to 1 if you have the `utmpxname' function. */
|
|---|
| 1200 | /* #undef HAVE_UTMPXNAME */
|
|---|
| 1201 |
|
|---|
| 1202 | /* FIXME */
|
|---|
| 1203 | /* #undef HAVE_UTMPX_H */
|
|---|
| 1204 |
|
|---|
| 1205 | /* Define to 1 if you have the <utmp.h> header file. */
|
|---|
| 1206 | #define HAVE_UTMP_H 1
|
|---|
| 1207 |
|
|---|
| 1208 | /* FIXME */
|
|---|
| 1209 | #define HAVE_UT_HOST 1
|
|---|
| 1210 |
|
|---|
| 1211 | /* Define to 1 if you have the `vasnprintf' function. */
|
|---|
| 1212 | /* #undef HAVE_VASNPRINTF */
|
|---|
| 1213 |
|
|---|
| 1214 | /* Define to 1 if you have the `vasprintf' function. */
|
|---|
| 1215 | #define HAVE_VASPRINTF 1
|
|---|
| 1216 |
|
|---|
| 1217 | /* Define to 1 if you have the <wchar.h> header file. */
|
|---|
| 1218 | #define HAVE_WCHAR_H 1
|
|---|
| 1219 |
|
|---|
| 1220 | /* Define if you have the 'wchar_t' type. */
|
|---|
| 1221 | #define HAVE_WCHAR_T 1
|
|---|
| 1222 |
|
|---|
| 1223 | /* Define to 1 if you have the `wcrtomb' function. */
|
|---|
| 1224 | #define HAVE_WCRTOMB 1
|
|---|
| 1225 |
|
|---|
| 1226 | /* Define to 1 if you have the `wcscoll' function. */
|
|---|
| 1227 | #define HAVE_WCSCOLL 1
|
|---|
| 1228 |
|
|---|
| 1229 | /* Define to 1 if you have the `wcslen' function. */
|
|---|
| 1230 | #define HAVE_WCSLEN 1
|
|---|
| 1231 |
|
|---|
| 1232 | /* Define to 1 if you have the <wctype.h> header file. */
|
|---|
| 1233 | #define HAVE_WCTYPE_H 1
|
|---|
| 1234 |
|
|---|
| 1235 | /* Define to 1 if you have the `wcwidth' function. */
|
|---|
| 1236 | /* #undef HAVE_WCWIDTH */
|
|---|
| 1237 |
|
|---|
| 1238 | /* Define if you have the 'wint_t' type. */
|
|---|
| 1239 | #define HAVE_WINT_T 1
|
|---|
| 1240 |
|
|---|
| 1241 | /* Define to 1 if you have the `wmemchr' function. */
|
|---|
| 1242 | #define HAVE_WMEMCHR 1
|
|---|
| 1243 |
|
|---|
| 1244 | /* Define to 1 if you have the `wmemcpy' function. */
|
|---|
| 1245 | #define HAVE_WMEMCPY 1
|
|---|
| 1246 |
|
|---|
| 1247 | /* Define to 1 if you have the `wmempcpy' function. */
|
|---|
| 1248 | /* #undef HAVE_WMEMPCPY */
|
|---|
| 1249 |
|
|---|
| 1250 | /* Define if utimes works properly. */
|
|---|
| 1251 | /* #undef HAVE_WORKING_UTIMES */
|
|---|
| 1252 |
|
|---|
| 1253 | /* Define to 1 if the system has the type `_Bool'. */
|
|---|
| 1254 | #define HAVE__BOOL 1
|
|---|
| 1255 |
|
|---|
| 1256 | /* Define to 1 if you have the external variable, _system_configuration with a
|
|---|
| 1257 | member named physmem. */
|
|---|
| 1258 | /* #undef HAVE__SYSTEM_CONFIGURATION */
|
|---|
| 1259 |
|
|---|
| 1260 | /* Define to 1 if you have the `__fpending' function. */
|
|---|
| 1261 | #define HAVE___FPENDING 1
|
|---|
| 1262 |
|
|---|
| 1263 | /* Define to 1 if you have the `__fsetlocking' function. */
|
|---|
| 1264 | /* #undef HAVE___FSETLOCKING */
|
|---|
| 1265 |
|
|---|
| 1266 | /* Define to 1 if you have the `__secure_getenv' function. */
|
|---|
| 1267 | /* #undef HAVE___SECURE_GETENV */
|
|---|
| 1268 |
|
|---|
| 1269 | /* The host operating system. */
|
|---|
| 1270 | #define HOST_OPERATING_SYSTEM "OS/2"
|
|---|
| 1271 |
|
|---|
| 1272 | /* Define as const if the declaration of iconv() needs const. */
|
|---|
| 1273 | #define ICONV_CONST const
|
|---|
| 1274 |
|
|---|
| 1275 | #if FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR
|
|---|
| 1276 | # define ISSLASH(C) ((C) == '/' || (C) == '\\')
|
|---|
| 1277 | #else
|
|---|
| 1278 | # define ISSLASH(C) ((C) == '/')
|
|---|
| 1279 | #endif
|
|---|
| 1280 |
|
|---|
| 1281 | /* Define if `link(2)' dereferences symbolic links. */
|
|---|
| 1282 | /* #undef LINK_FOLLOWS_SYMLINKS */
|
|---|
| 1283 |
|
|---|
| 1284 | /* FIXME */
|
|---|
| 1285 | #define LOCALTIME_CACHE 1
|
|---|
| 1286 |
|
|---|
| 1287 | /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
|
|---|
| 1288 | slash. */
|
|---|
| 1289 | /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
|
|---|
| 1290 |
|
|---|
| 1291 | /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
|
|---|
| 1292 | */
|
|---|
| 1293 | /* #undef MAJOR_IN_MKDEV */
|
|---|
| 1294 |
|
|---|
| 1295 | /* Define to 1 if `major', `minor', and `makedev' are declared in
|
|---|
| 1296 | <sysmacros.h>. */
|
|---|
| 1297 | /* #undef MAJOR_IN_SYSMACROS */
|
|---|
| 1298 |
|
|---|
| 1299 | /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
|
|---|
| 1300 | #define MALLOC_0_IS_NONNULL 1
|
|---|
| 1301 |
|
|---|
| 1302 | /* Define if there is no specific function for reading the list of mounted
|
|---|
| 1303 | file systems. fread will be used to read /etc/mnttab. (SVR2) */
|
|---|
| 1304 | /* #undef MOUNTED_FREAD */
|
|---|
| 1305 |
|
|---|
| 1306 | /* Define if (like SVR2) there is no specific function for reading the list of
|
|---|
| 1307 | mounted file systems, and your system has these header files: <sys/fstyp.h>
|
|---|
| 1308 | and <sys/statfs.h>. (SVR3) */
|
|---|
| 1309 | /* #undef MOUNTED_FREAD_FSTYP */
|
|---|
| 1310 |
|
|---|
| 1311 | /* Define if there are functions named next_dev and fs_stat_dev for reading
|
|---|
| 1312 | the list of mounted file systems. (BeOS) */
|
|---|
| 1313 | /* #undef MOUNTED_FS_STAT_DEV */
|
|---|
| 1314 |
|
|---|
| 1315 | /* Define if there is a function named getfsstat for reading the list of
|
|---|
| 1316 | mounted file systems. (DEC Alpha running OSF/1) */
|
|---|
| 1317 | /* #undef MOUNTED_GETFSSTAT */
|
|---|
| 1318 |
|
|---|
| 1319 | /* Define if there is a function named getmnt for reading the list of mounted
|
|---|
| 1320 | file systems. (Ultrix) */
|
|---|
| 1321 | /* #undef MOUNTED_GETMNT */
|
|---|
| 1322 |
|
|---|
| 1323 | /* Define if there is a function named getmntent for reading the list of
|
|---|
| 1324 | mounted file systems, and that function takes a single argument. (4.3BSD,
|
|---|
| 1325 | SunOS, HP-UX, Dynix, Irix) */
|
|---|
| 1326 | /* #undef MOUNTED_GETMNTENT1 */
|
|---|
| 1327 |
|
|---|
| 1328 | /* Define if there is a function named getmntent for reading the list of
|
|---|
| 1329 | mounted file systems, and that function takes two arguments. (SVR4) */
|
|---|
| 1330 | /* #undef MOUNTED_GETMNTENT2 */
|
|---|
| 1331 |
|
|---|
| 1332 | /* Define if there is a function named getmntinfo for reading the list of
|
|---|
| 1333 | mounted file systems. (4.4BSD, Darwin) */
|
|---|
| 1334 | #define MOUNTED_GETMNTINFO 1
|
|---|
| 1335 |
|
|---|
| 1336 | /* Define if there is a function named listmntent that can be used to list all
|
|---|
| 1337 | mounted file systems. (UNICOS) */
|
|---|
| 1338 | /* #undef MOUNTED_LISTMNTENT */
|
|---|
| 1339 |
|
|---|
| 1340 | /* Define if there is a function named mntctl that can be used to read the
|
|---|
| 1341 | list of mounted file systems, and there is a system header file that
|
|---|
| 1342 | declares `struct vmount.' (AIX) */
|
|---|
| 1343 | /* #undef MOUNTED_VMOUNT */
|
|---|
| 1344 |
|
|---|
| 1345 | /* Define to 1 if assertions should be disabled. */
|
|---|
| 1346 | /* #undef NDEBUG */
|
|---|
| 1347 |
|
|---|
| 1348 | /* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
|
|---|
| 1349 | on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
|
|---|
| 1350 | /* #undef NLIST_NAME_UNION */
|
|---|
| 1351 |
|
|---|
| 1352 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
|---|
| 1353 | /* #undef NO_MINUS_C_MINUS_O */
|
|---|
| 1354 |
|
|---|
| 1355 | /* Name of package */
|
|---|
| 1356 | #define PACKAGE "coreutils"
|
|---|
| 1357 |
|
|---|
| 1358 | /* Define to the address where bug reports for this package should be sent. */
|
|---|
| 1359 | #define PACKAGE_BUGREPORT "[email protected]"
|
|---|
| 1360 |
|
|---|
| 1361 | /* Define to the full name of this package. */
|
|---|
| 1362 | #define PACKAGE_NAME "GNU coreutils"
|
|---|
| 1363 |
|
|---|
| 1364 | /* Define to the full name and version of this package. */
|
|---|
| 1365 | #define PACKAGE_STRING "GNU coreutils 5.94"
|
|---|
| 1366 |
|
|---|
| 1367 | /* Define to the one symbol short name of this package. */
|
|---|
| 1368 | #define PACKAGE_TARNAME "coreutils"
|
|---|
| 1369 |
|
|---|
| 1370 | /* Define to the version of this package. */
|
|---|
| 1371 | #define PACKAGE_VERSION "5.94"
|
|---|
| 1372 |
|
|---|
| 1373 | /* the number of pending output bytes on stream `fp' */
|
|---|
| 1374 | /* #undef PENDING_OUTPUT_N_BYTES */
|
|---|
| 1375 |
|
|---|
| 1376 | /* Define this if you prefer euidaccess to return the correct result even if
|
|---|
| 1377 | this would make it nonreentrant. Define this only if your entire
|
|---|
| 1378 | application is safe even if the uid or gid might temporarily change. If
|
|---|
| 1379 | your application uses signal handlers or threads it is probably not safe.
|
|---|
| 1380 | */
|
|---|
| 1381 | #define PREFER_NONREENTRANT_EUIDACCESS 1
|
|---|
| 1382 |
|
|---|
| 1383 | /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
|
|---|
| 1384 | /* #undef PRI_MACROS_BROKEN */
|
|---|
| 1385 |
|
|---|
| 1386 | /* Define to 1 if the C compiler supports function prototypes. */
|
|---|
| 1387 | #define PROTOTYPES 1
|
|---|
| 1388 |
|
|---|
| 1389 | /* Define if rename does not work for source file names with a trailing slash,
|
|---|
| 1390 | like the one from SunOS 4.1.1_U1. */
|
|---|
| 1391 | /* #undef RENAME_TRAILING_SLASH_BUG */
|
|---|
| 1392 |
|
|---|
| 1393 | /* the value to which errno is set when rmdir fails on a nonempty directory */
|
|---|
| 1394 | #define RMDIR_ERRNO_NOT_EMPTY 66
|
|---|
| 1395 |
|
|---|
| 1396 | /* Define to 1 if the `setvbuf' function takes the buffering type as its
|
|---|
| 1397 | second argument and the buffer pointer as the third, as on System V before
|
|---|
| 1398 | release 3. */
|
|---|
| 1399 | /* #undef SETVBUF_REVERSED */
|
|---|
| 1400 |
|
|---|
| 1401 | /* If using the C implementation of alloca, define if you know the
|
|---|
| 1402 | direction of stack growth for your system; otherwise it will be
|
|---|
| 1403 | automatically deduced at run-time.
|
|---|
| 1404 | STACK_DIRECTION > 0 => grows toward higher addresses
|
|---|
| 1405 | STACK_DIRECTION < 0 => grows toward lower addresses
|
|---|
| 1406 | STACK_DIRECTION = 0 => direction of growth unknown */
|
|---|
| 1407 | /* #undef STACK_DIRECTION */
|
|---|
| 1408 |
|
|---|
| 1409 | /* Define if the block counts reported by statfs may be truncated to 2GB and
|
|---|
| 1410 | the correct values may be stored in the f_spare array. (SunOS 4.1.2, 4.1.3,
|
|---|
| 1411 | and 4.1.3_U1 are reported to have this problem. SunOS 4.1.1 seems not to be
|
|---|
| 1412 | affected.) */
|
|---|
| 1413 | /* #undef STATFS_TRUNCATES_BLOCK_COUNTS */
|
|---|
| 1414 |
|
|---|
| 1415 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
|
|---|
| 1416 | /* #undef STAT_MACROS_BROKEN */
|
|---|
| 1417 |
|
|---|
| 1418 | /* Define if there is no specific function for reading file systems usage
|
|---|
| 1419 | information and you have the <sys/filsys.h> header file. (SVR2) */
|
|---|
| 1420 | /* #undef STAT_READ_FILSYS */
|
|---|
| 1421 |
|
|---|
| 1422 | /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
|
|---|
| 1423 | (4.3BSD, SunOS 4, HP-UX, AIX PS/2) */
|
|---|
| 1424 | /* #undef STAT_STATFS2_BSIZE */
|
|---|
| 1425 |
|
|---|
| 1426 | /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
|
|---|
| 1427 | (4.4BSD, NetBSD) */
|
|---|
| 1428 | /* #undef STAT_STATFS2_FSIZE */
|
|---|
| 1429 |
|
|---|
| 1430 | /* Define if statfs takes 2 args and the second argument has type struct
|
|---|
| 1431 | fs_data. (Ultrix) */
|
|---|
| 1432 | /* #undef STAT_STATFS2_FS_DATA */
|
|---|
| 1433 |
|
|---|
| 1434 | /* Define if statfs takes 3 args. (DEC Alpha running OSF/1) */
|
|---|
| 1435 | /* #undef STAT_STATFS3_OSF1 */
|
|---|
| 1436 |
|
|---|
| 1437 | /* Define if statfs takes 4 args. (SVR3, Dynix, Irix, Dolphin) */
|
|---|
| 1438 | /* #undef STAT_STATFS4 */
|
|---|
| 1439 |
|
|---|
| 1440 | /* Define if there is a function named statvfs. (SVR4) */
|
|---|
| 1441 | #define STAT_STATVFS 1
|
|---|
| 1442 |
|
|---|
| 1443 | /* Define to 1 if you have the ANSI C header files. */
|
|---|
| 1444 | #define STDC_HEADERS 1
|
|---|
| 1445 |
|
|---|
| 1446 | /* Define to 1 if strerror_r returns char *. */
|
|---|
| 1447 | /* #undef STRERROR_R_CHAR_P */
|
|---|
| 1448 |
|
|---|
| 1449 | /* Define to 1 on System V Release 4. */
|
|---|
| 1450 | /* #undef SVR4 */
|
|---|
| 1451 |
|
|---|
| 1452 | /* FIXME */
|
|---|
| 1453 | /* #undef TERMIOS_NEEDS_XOPEN_SOURCE */
|
|---|
| 1454 |
|
|---|
| 1455 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
|---|
| 1456 | #define TIME_WITH_SYS_TIME 1
|
|---|
| 1457 |
|
|---|
| 1458 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */
|
|---|
| 1459 | /* #undef TM_IN_SYS_TIME */
|
|---|
| 1460 |
|
|---|
| 1461 | /* Define to 1 if the type of the st_atim member of a struct stat is struct
|
|---|
| 1462 | timespec. */
|
|---|
| 1463 | /* #undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC */
|
|---|
| 1464 |
|
|---|
| 1465 | /* Define if tzset clobbers localtime's static buffer. */
|
|---|
| 1466 | /* #undef TZSET_CLOBBERS_LOCALTIME_BUFFER */
|
|---|
| 1467 |
|
|---|
| 1468 | /* Define to its maximum value if an unsigned integer type of width exactly 32
|
|---|
| 1469 | bits exists and the standard includes do not define UINT32_MAX. */
|
|---|
| 1470 | /* #undef UINT32_MAX */
|
|---|
| 1471 |
|
|---|
| 1472 | /* Define to its maximum value if an unsigned integer type wide enough to hold
|
|---|
| 1473 | a pointer exists and the standard includes do not define UINTPTR_MAX. */
|
|---|
| 1474 | /* #undef UINTPTR_MAX */
|
|---|
| 1475 |
|
|---|
| 1476 | /* Define if ULONG_MAX < ULLONG_MAX, even if your compiler does not support
|
|---|
| 1477 | ULLONG_MAX. */
|
|---|
| 1478 | #define ULONG_MAX_LT_ULLONG_MAX 1
|
|---|
| 1479 |
|
|---|
| 1480 | /* Define to 1 for Encore UMAX. */
|
|---|
| 1481 | /* #undef UMAX */
|
|---|
| 1482 |
|
|---|
| 1483 | /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
|
|---|
| 1484 | <sys/cpustats.h>. */
|
|---|
| 1485 | /* #undef UMAX4_3 */
|
|---|
| 1486 |
|
|---|
| 1487 | /* Define to 1 if unlink (dir) cannot possibly succeed. */
|
|---|
| 1488 | /* #undef UNLINK_CANNOT_UNLINK_DIR */
|
|---|
| 1489 |
|
|---|
| 1490 | /* Define to 1 if you want getc etc. to use unlocked I/O if available.
|
|---|
| 1491 | Unlocked I/O can improve performance in unithreaded apps, but it is not
|
|---|
| 1492 | safe for multithreaded apps. */
|
|---|
| 1493 | #define USE_UNLOCKED_IO 1
|
|---|
| 1494 |
|
|---|
| 1495 | /* Version number of package */
|
|---|
| 1496 | #define VERSION "5.94"
|
|---|
| 1497 |
|
|---|
| 1498 | /* Define if unsetenv() returns void, not int. */
|
|---|
| 1499 | /* #undef VOID_UNSETENV */
|
|---|
| 1500 |
|
|---|
| 1501 | /* Define if sys/ptem.h is required for struct winsize. */
|
|---|
| 1502 | /* #undef WINSIZE_IN_PTEM */
|
|---|
| 1503 |
|
|---|
| 1504 | /* Define to 1 if your processor stores words with the most significant byte
|
|---|
| 1505 | first (like Motorola and SPARC, unlike Intel and VAX). */
|
|---|
| 1506 | /* #undef WORDS_BIGENDIAN */
|
|---|
| 1507 |
|
|---|
| 1508 | /* Define to 1 if on AIX 3.
|
|---|
| 1509 | System headers sometimes define this.
|
|---|
| 1510 | We just want to avoid a redefinition error message. */
|
|---|
| 1511 | #ifndef _ALL_SOURCE
|
|---|
| 1512 | /* # undef _ALL_SOURCE */
|
|---|
| 1513 | #endif
|
|---|
| 1514 |
|
|---|
| 1515 | /* Number of bits in a file offset, on hosts where this is settable. */
|
|---|
| 1516 | /* #undef _FILE_OFFSET_BITS */
|
|---|
| 1517 |
|
|---|
| 1518 | /* Enable GNU extensions on systems that have them. */
|
|---|
| 1519 | #ifndef _GNU_SOURCE
|
|---|
| 1520 | # define _GNU_SOURCE 1
|
|---|
| 1521 | #endif
|
|---|
| 1522 |
|
|---|
| 1523 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
|---|
| 1524 | /* #undef _LARGEFILE_SOURCE */
|
|---|
| 1525 |
|
|---|
| 1526 | /* Define for large files, on AIX-style hosts. */
|
|---|
| 1527 | /* #undef _LARGE_FILES */
|
|---|
| 1528 |
|
|---|
| 1529 | /* Define to 1 if on MINIX. */
|
|---|
| 1530 | /* #undef _MINIX */
|
|---|
| 1531 |
|
|---|
| 1532 | /* Define to 2 if the system does not provide POSIX.1 features except with
|
|---|
| 1533 | this defined. */
|
|---|
| 1534 | /* #undef _POSIX_1_SOURCE */
|
|---|
| 1535 |
|
|---|
| 1536 | /* Define to 1 if you need to in order for `stat' and other things to work. */
|
|---|
| 1537 | /* #undef _POSIX_SOURCE */
|
|---|
| 1538 |
|
|---|
| 1539 | /* Define if you want regoff_t to be at least as wide POSIX requires. */
|
|---|
| 1540 | #define _REGEX_LARGE_OFFSETS 1
|
|---|
| 1541 |
|
|---|
| 1542 | /* Define for Solaris 2.5.1 so uint32_t typedef from <sys/synch.h>,
|
|---|
| 1543 | <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
|
|---|
| 1544 | #define below would cause a syntax error. */
|
|---|
| 1545 | /* #undef _UINT32_T */
|
|---|
| 1546 |
|
|---|
| 1547 | /* Enable extensions on Solaris. */
|
|---|
| 1548 | #ifndef __EXTENSIONS__
|
|---|
| 1549 | # define __EXTENSIONS__ 1
|
|---|
| 1550 | #endif
|
|---|
| 1551 | #ifndef _POSIX_PTHREAD_SEMANTICS
|
|---|
| 1552 | # define _POSIX_PTHREAD_SEMANTICS 1
|
|---|
| 1553 | #endif
|
|---|
| 1554 |
|
|---|
| 1555 | /* Define to rpl_ if the getcwd replacement function should be used. */
|
|---|
| 1556 | #define __GETCWD_PREFIX rpl_
|
|---|
| 1557 |
|
|---|
| 1558 | /* Define to rpl_ if the getopt replacement functions and variables should be
|
|---|
| 1559 | used. */
|
|---|
| 1560 | /* #undef __GETOPT_PREFIX */
|
|---|
| 1561 |
|
|---|
| 1562 | /* Define to rpl_ if the openat replacement function should be used. */
|
|---|
| 1563 | #define __OPENAT_PREFIX rpl_
|
|---|
| 1564 |
|
|---|
| 1565 | /* Define like PROTOTYPES; this can be used by system headers. */
|
|---|
| 1566 | #define __PROTOTYPES 1
|
|---|
| 1567 |
|
|---|
| 1568 | /* Define to rpl_calloc if the replacement function should be used. */
|
|---|
| 1569 | /* #undef calloc */
|
|---|
| 1570 |
|
|---|
| 1571 | /* Define to rpl_chown if the replacement function should be used. */
|
|---|
| 1572 | /* #undef chown */
|
|---|
| 1573 |
|
|---|
| 1574 | /* Define to empty if `const' does not conform to ANSI C. */
|
|---|
| 1575 | /* #undef const */
|
|---|
| 1576 |
|
|---|
| 1577 | /* Define to a replacement function name for fnmatch(). */
|
|---|
| 1578 | #define fnmatch gnu_fnmatch
|
|---|
| 1579 |
|
|---|
| 1580 | /* Define to rpl_free if the replacement function should be used. */
|
|---|
| 1581 | /* #undef free */
|
|---|
| 1582 |
|
|---|
| 1583 | /* Define as rpl_getgroups if getgroups doesn't work right. */
|
|---|
| 1584 | /* #undef getgroups */
|
|---|
| 1585 |
|
|---|
| 1586 | /* Define to a replacement function name for getline(). */
|
|---|
| 1587 | /* #undef getline */
|
|---|
| 1588 |
|
|---|
| 1589 | /* Define to a replacement function name for getpass(). */
|
|---|
| 1590 | #define getpass gnu_getpass
|
|---|
| 1591 |
|
|---|
| 1592 | /* Define to rpl_gettimeofday if the replacement function should be used. */
|
|---|
| 1593 | /* #undef gettimeofday */
|
|---|
| 1594 |
|
|---|
| 1595 | /* Define to `int' if <sys/types.h> doesn't define. */
|
|---|
| 1596 | /* #undef gid_t */
|
|---|
| 1597 |
|
|---|
| 1598 | /* Define to rpl_gmtime if the replacement function should be used. */
|
|---|
| 1599 | /* #undef gmtime */
|
|---|
| 1600 |
|
|---|
| 1601 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
|---|
| 1602 | calls it, or to nothing if 'inline' is not supported under any name. */
|
|---|
| 1603 | #ifndef __cplusplus
|
|---|
| 1604 | /* #undef inline */
|
|---|
| 1605 | #endif
|
|---|
| 1606 |
|
|---|
| 1607 | /* Define to `unsigned long int' if <sys/types.h> does not define. */
|
|---|
| 1608 | /* #undef ino_t */
|
|---|
| 1609 |
|
|---|
| 1610 | /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
|
|---|
| 1611 | /* #undef intmax_t */
|
|---|
| 1612 |
|
|---|
| 1613 | /* Define to rpl_localtime if the replacement function should be used. */
|
|---|
| 1614 | /* #undef localtime */
|
|---|
| 1615 |
|
|---|
| 1616 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
|---|
| 1617 | #define major_t unsigned int
|
|---|
| 1618 |
|
|---|
| 1619 | /* Define to rpl_malloc if the replacement function should be used. */
|
|---|
| 1620 | /* #undef malloc */
|
|---|
| 1621 |
|
|---|
| 1622 | /* Define to a type if <wchar.h> does not define. */
|
|---|
| 1623 | /* #undef mbstate_t */
|
|---|
| 1624 |
|
|---|
| 1625 | /* Define to rpl_memcmp if the replacement function should be used. */
|
|---|
| 1626 | /* #undef memcmp */
|
|---|
| 1627 |
|
|---|
| 1628 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
|---|
| 1629 | #define minor_t unsigned int
|
|---|
| 1630 |
|
|---|
| 1631 | /* Define to rpl_mkdir if the replacement function should be used. */
|
|---|
| 1632 | /* #undef mkdir */
|
|---|
| 1633 |
|
|---|
| 1634 | /* Define to rpl_mkstemp if the replacement function should be used. */
|
|---|
| 1635 | /* #undef mkstemp */
|
|---|
| 1636 |
|
|---|
| 1637 | /* Define to rpl_mktime if the replacement function should be used. */
|
|---|
| 1638 | /* #undef mktime */
|
|---|
| 1639 |
|
|---|
| 1640 | /* Define to `int' if <sys/types.h> does not define. */
|
|---|
| 1641 | /* #undef mode_t */
|
|---|
| 1642 |
|
|---|
| 1643 | /* Define to the name of the strftime replacement function. */
|
|---|
| 1644 | #define my_strftime nstrftime
|
|---|
| 1645 |
|
|---|
| 1646 | /* Define to rpl_nanosleep if the replacement function should be used. */
|
|---|
| 1647 | /* #undef nanosleep */
|
|---|
| 1648 |
|
|---|
| 1649 | /* Define to `long' if <sys/types.h> does not define. */
|
|---|
| 1650 | /* #undef off_t */
|
|---|
| 1651 |
|
|---|
| 1652 | /* Define to `int' if <sys/types.h> does not define. */
|
|---|
| 1653 | /* #undef pid_t */
|
|---|
| 1654 |
|
|---|
| 1655 | /* Define to rpl_putenv if the replacement function should be used. */
|
|---|
| 1656 | /* #undef putenv */
|
|---|
| 1657 |
|
|---|
| 1658 | /* Define to rpl_re_comp if the replacement should be used. */
|
|---|
| 1659 | #define re_comp rpl_re_comp
|
|---|
| 1660 |
|
|---|
| 1661 | /* Define to rpl_re_compile_fastmap if the replacement should be used. */
|
|---|
| 1662 | #define re_compile_fastmap rpl_re_compile_fastmap
|
|---|
| 1663 |
|
|---|
| 1664 | /* Define to rpl_re_compile_pattern if the replacement should be used. */
|
|---|
| 1665 | #define re_compile_pattern rpl_re_compile_pattern
|
|---|
| 1666 |
|
|---|
| 1667 | /* Define to rpl_re_exec if the replacement should be used. */
|
|---|
| 1668 | #define re_exec rpl_re_exec
|
|---|
| 1669 |
|
|---|
| 1670 | /* Define to rpl_re_match if the replacement should be used. */
|
|---|
| 1671 | #define re_match rpl_re_match
|
|---|
| 1672 |
|
|---|
| 1673 | /* Define to rpl_re_match_2 if the replacement should be used. */
|
|---|
| 1674 | #define re_match_2 rpl_re_match_2
|
|---|
| 1675 |
|
|---|
| 1676 | /* Define to rpl_re_search if the replacement should be used. */
|
|---|
| 1677 | #define re_search rpl_re_search
|
|---|
| 1678 |
|
|---|
| 1679 | /* Define to rpl_re_search_2 if the replacement should be used. */
|
|---|
| 1680 | #define re_search_2 rpl_re_search_2
|
|---|
| 1681 |
|
|---|
| 1682 | /* Define to rpl_re_set_registers if the replacement should be used. */
|
|---|
| 1683 | #define re_set_registers rpl_re_set_registers
|
|---|
| 1684 |
|
|---|
| 1685 | /* Define to rpl_re_set_syntax if the replacement should be used. */
|
|---|
| 1686 | #define re_set_syntax rpl_re_set_syntax
|
|---|
| 1687 |
|
|---|
| 1688 | /* Define to rpl_re_syntax_options if the replacement should be used. */
|
|---|
| 1689 | #define re_syntax_options rpl_re_syntax_options
|
|---|
| 1690 |
|
|---|
| 1691 | /* Define to rpl_realloc if the replacement function should be used. */
|
|---|
| 1692 | /* #undef realloc */
|
|---|
| 1693 |
|
|---|
| 1694 | /* Define to rpl_regcomp if the replacement should be used. */
|
|---|
| 1695 | #define regcomp rpl_regcomp
|
|---|
| 1696 |
|
|---|
| 1697 | /* Define to rpl_regerror if the replacement should be used. */
|
|---|
| 1698 | #define regerror rpl_regerror
|
|---|
| 1699 |
|
|---|
| 1700 | /* Define to rpl_regexec if the replacement should be used. */
|
|---|
| 1701 | #define regexec rpl_regexec
|
|---|
| 1702 |
|
|---|
| 1703 | /* Define to rpl_regfree if the replacement should be used. */
|
|---|
| 1704 | #define regfree rpl_regfree
|
|---|
| 1705 |
|
|---|
| 1706 | /* Define to rpl_rename if the replacement function should be used. */
|
|---|
| 1707 | /* #undef rename */
|
|---|
| 1708 |
|
|---|
| 1709 | /* Define to equivalent of C99 restrict keyword, or to nothing if this is not
|
|---|
| 1710 | supported. Do not define if restrict is supported directly. */
|
|---|
| 1711 | #define restrict __restrict
|
|---|
| 1712 |
|
|---|
| 1713 | /* Define to empty if the C compiler doesn't support this keyword. */
|
|---|
| 1714 | /* #undef signed */
|
|---|
| 1715 |
|
|---|
| 1716 | /* Define to `unsigned' if <sys/types.h> does not define. */
|
|---|
| 1717 | /* #undef size_t */
|
|---|
| 1718 |
|
|---|
| 1719 | /* Map `socklen_t' to `int' if it is missing. */
|
|---|
| 1720 | #define socklen_t int
|
|---|
| 1721 |
|
|---|
| 1722 | /* Define as a signed type of the same size as size_t. */
|
|---|
| 1723 | /* #undef ssize_t */
|
|---|
| 1724 |
|
|---|
| 1725 | /* Define to rpl_strcasecmp always. */
|
|---|
| 1726 | #define strcasecmp rpl_strcasecmp
|
|---|
| 1727 |
|
|---|
| 1728 | /* Define to rpl_strnlen if the replacement function should be used. */
|
|---|
| 1729 | /* #undef strnlen */
|
|---|
| 1730 |
|
|---|
| 1731 | /* Define to rpl_strtod if the replacement function should be used. */
|
|---|
| 1732 | /* #undef strtod */
|
|---|
| 1733 |
|
|---|
| 1734 | /* Define to rpl_tzset if the wrapper function should be used. */
|
|---|
| 1735 | /* #undef tzset */
|
|---|
| 1736 |
|
|---|
| 1737 | /* Define to `int' if <sys/types.h> doesn't define. */
|
|---|
| 1738 | /* #undef uid_t */
|
|---|
| 1739 |
|
|---|
| 1740 | /* Define to the type of a unsigned integer type of width exactly 32 bits if
|
|---|
| 1741 | such a type exists and the standard includes do not define it. */
|
|---|
| 1742 | /* #undef uint32_t */
|
|---|
| 1743 |
|
|---|
| 1744 | /* Define to unsigned long or unsigned long long if <stdint.h> and
|
|---|
| 1745 | <inttypes.h> don't define. */
|
|---|
| 1746 | /* #undef uintmax_t */
|
|---|
| 1747 |
|
|---|
| 1748 | /* Define to the type of a unsigned integer type wide enough to hold a
|
|---|
| 1749 | pointer, if such a type exists. */
|
|---|
| 1750 | /* #undef uintptr_t */
|
|---|
| 1751 |
|
|---|
| 1752 | /* Define to rpl_utime if the replacement function should be used. */
|
|---|
| 1753 | /* #undef utime */
|
|---|
| 1754 |
|
|---|
| 1755 | /* Define to empty if the keyword `volatile' does not work. Warning: valid
|
|---|
| 1756 | code using `volatile' can become incorrect without. Disable with care. */
|
|---|
| 1757 | /* #undef volatile */
|
|---|