Lines Matching refs:present

29 #undef STDC_HEADERS	/* if ANSI compliant stdlib.h, stdarg.h, string.h, float.h are present */
33 #undef HAVE_A_OUT_H /* if a.out.h is present (may be a system using a.out format) */
34 #undef HAVE_AOUTHDR_H /* if aouthdr.h is present. This is a COFF system */
35 #undef HAVE_ELF_H /* if elf.h is present. This is an ELF system */
60 #undef HAVE_ACLLIB_H /* if HP-UX <acllib.h> is present */
61 #undef HAVE_ACL_LIBACL_H /* if Linux <acl/libacl.h> is present */
77 #undef HAVE_SYS_IOCTL_H /* if sys/ioctl.h is present */
78 #undef HAVE_SYS_FILIO_H /* if sys/filio.h is present */
79 #undef HAVE_SYS_PARAM_H /* if sys/param.h is present */
80 #undef HAVE_MACH_MACHINE_H /* if mach/machine.h is present */
81 #undef HAVE_MNTENT_H /* if mntent.h is present */
82 #undef HAVE_SYS_MNTENT_H /* if sys/mntent.h is present */
83 #undef HAVE_SYS_MNTTAB_H /* if sys/mnttab.h is present */
84 #undef HAVE_SYS_MOUNT_H /* if sys/mount.h is present */
237 #undef HAVE_ACCESS /* access() is present in libc */
238 #undef HAVE_EACCESS /* eaccess() is present in libc */
239 #undef HAVE_EUIDACCESS /* euidaccess() is present in libc */
242 #undef HAVE_CRYPT /* crypt() is present in libc or libcrypt */
243 #undef HAVE_STRERROR /* strerror() is present in libc */
244 #undef HAVE_MEMCHR /* memchr() is present in libc */
245 #undef HAVE_MEMCMP /* memcmp() is present in libc */
246 #undef HAVE_MEMCPY /* memcpy() is present in libc */
247 #undef HAVE_MEMCCPY /* memccpy() is present in libc */
248 #undef HAVE_MEMMOVE /* memmove() is present in libc */
249 #undef HAVE_MEMSET /* memset() is present in libc */
250 #undef HAVE_MADVISE /* madvise() is present in libc */
251 #undef HAVE_MLOCK /* mlock() is present in libc */
252 #undef HAVE_MLOCKALL /* working mlockall() is present in libc */
253 #undef HAVE_MMAP /* working mmap() is present in libc */
255 #undef HAVE_FLOCK /* *BSD flock() is present in libc */
256 #undef HAVE_LOCKF /* lockf() is present in libc (XOPEN) */
257 #undef HAVE_FCNTL_LOCKF /* file locking via fcntl() is present in libc */
258 #undef HAVE_FCHDIR /* fchdir() is present in libc */
259 #undef HAVE_FDOPENDIR /* fdopendir() is present in libc */
260 #undef HAVE_GETDELIM /* getdelim() is present in libc */
261 #undef HAVE_OPENAT /* P openat() is present in libc */
262 #undef HAVE_ATTROPEN /* attropen() is present in libc */
263 #undef HAVE_FSTATAT /* P fstatat() is present in libc */
264 #undef HAVE_FCHOWNAT /* P fchownat() is present in libc */
265 #undef HAVE_FUTIMESAT /* futimesat() is present in libc */
266 #undef HAVE_RENAMEAT /* P renameat() is present in libc */
267 #undef HAVE_UNLINKAT /* P unlinkat() is present in libc */
268 #undef HAVE___ACCESSAT /* __accessat() is present in libc */
269 #undef HAVE_ACCESSAT /* accessat() is present in libc */
270 #undef HAVE_REALPATH /* realpath() is present in libc */
271 #undef HAVE_RESOLVEPATH /* resolvepath() is present in libc */
275 #undef HAVE_MKDIRAT /* P mkdirat() is present in libc */
276 #undef HAVE_FACCESSAT /* P faccessat() is present in libc */
277 #undef HAVE_FCHMODAT /* P fchmodat() is present in libc */
278 #undef HAVE_LINKAT /* P linkat() is present in libc */
279 #undef HAVE_MKFIFOAT /* P mkfifoat() is present in libc */
280 #undef HAVE_MKNODAT /* P mknodat() is present in libc */
281 #undef HAVE_READLINKAT /* P readlinkat() is present in libc */
282 #undef HAVE_SYMLINKAT /* P symlinkat() is present in libc */
283 #undef HAVE_UTIMENSAT /* P utimensat() is present in libc */
284 #undef HAVE_IOCTL /* ioctl() is present in libc */
285 #undef HAVE_FCNTL /* fcntl() is present in libc */
286 #undef HAVE_PIPE /* pipe() is present in libc */
287 #undef HAVE__PIPE /* _pipe() is present in libc */
288 #undef HAVE_POPEN /* popen() is present in libc */
289 #undef HAVE_PCLOSE /* pclose() is present in libc */
290 #undef HAVE__POPEN /* _popen() is present in libc */
291 #undef HAVE__PCLOSE /* _pclose() is present in libc */
292 #undef HAVE_CLOSEFROM /* closefrom() is present in libc */
293 #undef HAVE_STATVFS /* statvfs() is present in libc */
294 #undef HAVE_QUOTACTL /* quotactl() is present in libc */
296 #undef HAVE_GETPID /* getpid() is present in libc */
297 #undef HAVE_GETPPID /* getppid() is present in libc */
298 #undef HAVE_SETREUID /* setreuid() is present in libc */
299 #undef HAVE_SETRESUID /* setresuid() is present in libc */
300 #undef HAVE_SETEUID /* seteuid() is present in libc */
301 #undef HAVE_SETUID /* setuid() is present in libc */
302 #undef HAVE_SETREGID /* setregid() is present in libc */
303 #undef HAVE_SETRESGID /* setresgid() is present in libc */
304 #undef HAVE_SETEGID /* setegid() is present in libc */
305 #undef HAVE_SETGID /* setgid() is present in libc */
306 #undef HAVE_GETUID /* getuid() is present in libc */
307 #undef HAVE_GETEUID /* geteuid() is present in libc */
308 #undef HAVE_GETGID /* getgid() is present in libc */
309 #undef HAVE_GETEGID /* getegid() is present in libc */
310 #undef HAVE_GETPGID /* getpgid() is present in libc (POSIX) */
311 #undef HAVE_SETPGID /* setpgid() is present in libc (POSIX) */
312 #undef HAVE_GETPGRP /* getpgrp() is present in libc (ANY) */
313 #undef HAVE_GETSID /* getsid() is present in libc (POSIX) */
314 #undef HAVE_SETSID /* setsid() is present in libc (POSIX) */
315 #undef HAVE_SETPGRP /* setpgrp() is present in libc (ANY) */
331 #undef HAVE_SYNC /* sync() is present in libc */
332 #undef HAVE_FSYNC /* fsync() is present in libc */
333 #undef HAVE_TCGETATTR /* tcgetattr() is present in libc */
334 #undef HAVE_TCSETATTR /* tcsetattr() is present in libc */
335 #undef HAVE_TCGETPGRP /* tcgetpgrp() is present in libc */
336 #undef HAVE_TCSETPGRP /* tcsetpgrp() is present in libc */
337 #undef HAVE_TCGETSID /* tcgetsid() is present in libc */
338 #undef HAVE_WAIT /* wait() is present in libc */
339 #undef HAVE_WAIT3 /* working wait3() is present in libc */
340 #undef HAVE_WAIT4 /* wait4() is present in libc */
341 #undef HAVE_WAIT6 /* wait6() is present in libc */
342 #undef HAVE_WAITID /* waitid() is present in libc */
343 #undef HAVE_WAITPID /* waitpid() is present in libc */
345 #undef HAVE_CWAIT /* cwait() is present in libc */
346 #undef HAVE_GETHOSTID /* gethostid() is present in libc */
347 #undef HAVE_GETHOSTNAME /* gethostname() is present in libc */
348 #undef HAVE_GETDOMAINNAME /* getdomainname() is present in libc */
349 #undef HAVE_GETPAGESIZE /* getpagesize() is present in libc */
350 #undef HAVE_GETDTABLESIZE /* getdtablesize() is present in libc */
351 #undef HAVE_GETRUSAGE /* getrusage() is present in libc */
352 #undef HAVE_GETRLIMIT /* getrlimit() is present in libc */
353 #undef HAVE_SETRLIMIT /* setrlimit() is present in libc */
354 #undef HAVE_ULIMIT /* ulimit() is present in libc */
355 #undef HAVE_GETTIMEOFDAY /* gettimeofday() is present in libc */
356 #undef HAVE_SETTIMEOFDAY /* settimeofday() is present in libc */
357 #undef HAVE_VAR_TIMEZONE /* extern long timezone is present in libc */
358 #undef HAVE_VAR_TIMEZONE_DEF /* extern long timezone is present in time.h */
359 #undef HAVE_TIME /* time() is present in libc */
360 #undef HAVE_GMTIME /* gmtime() is present in libc */
361 #undef HAVE_LOCALTIME /* localtime() is present in libc */
362 #undef HAVE_MKTIME /* mktime() is present in libc */
363 #undef HAVE_TIMEGM /* timegm() is present in libc */
364 #undef HAVE_TIMELOCAL /* timelocal() is present in libc */
365 #undef HAVE_FTIME /* ftime() is present in libc */
366 #undef HAVE_STIME /* stime() is present in libc */
367 #undef HAVE_TZSET /* tzset() is present in libc */
368 #undef HAVE_CTIME /* ctime() is present in libc */
369 #undef HAVE_CFTIME /* cftime() is present in libc */
370 #undef HAVE_ASCFTIME /* ascftime() is present in libc */
371 #undef HAVE_STRFTIME /* strftime() is present in libc */
372 #undef HAVE_GETHRTIME /* gethrtime() is present in libc */
373 #undef HAVE_POLL /* poll() is present in libc */
374 #undef HAVE_SELECT /* select() is present in libc */
375 #undef HAVE_ISASTREAM /* isastream() is present in libc */
376 #undef HAVE_CHMOD /* chmod() is present in libc */
377 #undef HAVE_FCHMOD /* fchmod() is present in libc */
378 #undef HAVE_LCHMOD /* lchmod() is present in libc */
379 #undef HAVE_CHOWN /* chown() is present in libc */
380 #undef HAVE_FCHOWN /* fchown() is present in libc */
381 #undef HAVE_LCHOWN /* lchown() is present in libc */
382 #undef HAVE_TRUNCATE /* truncate() is present in libc */
383 #undef HAVE_FTRUNCATE /* ftruncate() is present in libc */
384 #undef HAVE_BRK /* brk() is present in libc */
385 #undef HAVE_SBRK /* sbrk() is present in libc */
386 #undef HAVE_VA_COPY /* va_copy() is present in varargs.h/stdarg.h */
387 #undef HAVE__VA_COPY /* __va_copy() is present in varargs.h/stdarg.h */
388 #undef HAVE_DTOA /* BSD-4.4 __dtoa() is present in libc */
390 #undef HAVE_DUP /* dup() is present in libc */
391 #undef HAVE_DUP2 /* dup2() is present in libc */
392 #undef HAVE_GETCWD /* POSIX getcwd() is present in libc */
394 #undef HAVE_SHMAT /* shmat() is present in libc */
395 #undef HAVE_SHMGET /* shmget() is present in libc and working */
396 #undef HAVE_SEMGET /* semget() is present in libc */
397 #undef HAVE_LSTAT /* lstat() is present in libc */
398 #undef HAVE_READLINK /* readlink() is present in libc */
399 #undef HAVE_SYMLINK /* symlink() is present in libc */
400 #undef HAVE_LINK /* link() is present in libc */
403 #undef HAVE_RENAME /* rename() is present in libc */
404 #undef HAVE_MKFIFO /* mkfifo() is present in libc */
405 #undef HAVE_MKNOD /* mknod() is present in libc */
406 #undef HAVE_ECVT /* ecvt() is present in libc */
407 #undef HAVE_FCVT /* fcvt() is present in libc */
408 #undef HAVE_GCVT /* gcvt() is present in libc */
409 #undef HAVE_ECVT_R /* ecvt_r() is present in libc */
410 #undef HAVE_FCVT_R /* fcvt_r() is present in libc */
411 #undef HAVE_GCVT_R /* gcvt_r() is present in libc */
412 #undef HAVE_QECVT /* qecvt() is present in libc */
413 #undef HAVE_QFCVT /* qfcvt() is present in libc */
414 #undef HAVE_QGCVT /* qgcvt() is present in libc */
415 #undef HAVE__QECVT /* _qecvt() is present in libc */
416 #undef HAVE__QFCVT /* _qfcvt() is present in libc */
417 #undef HAVE__QGCVT /* _qgcvt() is present in libc */
418 #undef HAVE__QECVT_R /* _qecvt_r() is present in libc */
419 #undef HAVE__QFCVT_R /* _qfcvt_r() is present in libc */
420 #undef HAVE__QGCVT_R /* _qgcvt_r() is present in libc */
421 #undef HAVE__LDECVT /* _ldecvt() is present in libc */
422 #undef HAVE__LDFCVT /* _ldfcvt() is present in libc */
423 #undef HAVE__LDGCVT /* _ldgcvt() is present in libc */
424 #undef HAVE__LDECVT_R /* _ldecvt_r() is present in libc */
425 #undef HAVE__LDFCVT_R /* _ldfcvt_r() is present in libc */
426 #undef HAVE__LDGCVT_R /* _ldgcvt_r() is present in libc */
427 #undef HAVE_ECONVERT /* econvert() is present in libc */
428 #undef HAVE_FCONVERT /* fconvert() is present in libc */
429 #undef HAVE_GCONVERT /* gconvert() is present in libc */
430 #undef HAVE_QECONVERT /* qeconvert() is present in libc */
431 #undef HAVE_QFCONVERT /* qfconvert() is present in libc */
432 #undef HAVE_QGCONVERT /* qgconvert() is present in libc */
433 #undef HAVE_ISINF /* isinf() is present in libc */
434 #undef HAVE_ISNAN /* isnan() is present in libc */
435 #undef HAVE_C99_ISINF /* isinf() is present in math.h/libc */
436 #undef HAVE_C99_ISNAN /* isnan() is present in math.h/libc */
437 #undef HAVE_GETC_UNLOCKED /* getc_unlocked() is present in libc */
438 #undef HAVE_GETCHAR_UNLOCKED /* getchar_unlocked() is present in libc */
439 #undef HAVE_PUTC_UNLOCKED /* putc_unlocked() is present in libc */
440 #undef HAVE_PUTCHAR_UNLOCKED /* putchar_unlocked() is present in libc */
441 #undef HAVE_FLOCKFILE /* flockfile() is present in libc */
442 #undef HAVE_FUNLOCKFILE /* funlockfile() is present in libc */
443 #undef HAVE_FTRYLOCKFILE /* ftrylockfile() is present in libc */
444 #undef HAVE_FINITE /* finite() is present in libc/ieeefp.h (SVr4) */
445 #undef HAVE_ISNAND /* isnand() is present in libc/ieeefp.h (SVr4) */
446 #undef HAVE_RAND /* rand() is present in libc */
447 #undef HAVE_DRAND48 /* drand48() is present in libc */
449 #undef HAVE_ICONV /* iconv() is present in libiconv */
450 #undef HAVE_ICONV_OPEN /* iconv_open() is present in libiconv */
451 #undef HAVE_ICONV_CLOSE /* iconv_close() is present in libiconc */
452 #undef HAVE_LIBICONV /* libiconv() is present in libiconv */
453 #undef HAVE_LIBICONV_OPEN /* libiconv_open() is present in liiconv */
454 #undef HAVE_LIBICONV_CLOSE /* libiconv_close() is present in libiconv */
455 #undef HAVE_SETPRIORITY /* setpriority() is present in libc */
456 #undef HAVE_NICE /* nice() is present in libc */
457 #undef HAVE_DOSSETPRIORITY /* DosSetPriority() is present in libc */
458 #undef HAVE_DOSALLOCSHAREDMEM /* DosAllocSharedMem() is present in libc */
459 #undef HAVE_SEEKDIR /* seekdir() is present in libc */
460 #undef HAVE_GETENV /* getenv() is present in libc */
461 #undef HAVE_PUTENV /* putenv() is present in libc (preferred function) */
462 #undef HAVE_SETENV /* setenv() is present in libc (use instead of putenv()) */
463 #undef HAVE_UNSETENV /* unsetenv() is present in libc */
464 #undef HAVE_UNAME /* uname() is present in libc */
465 #undef HAVE_SNPRINTF /* snprintf() is present in libc */
466 #undef HAVE_VPRINTF /* vprintf() is present in libc */
467 #undef HAVE_VFPRINTF /* vfprintf() is present in libc */
468 #undef HAVE_VSPRINTF /* vsprintf() is present in libc */
469 #undef HAVE_VSNPRINTF /* vsnprintf() is present in libc */
470 #undef HAVE_STRCAT /* strcat() is present in libc */
471 #undef HAVE_STRNCAT /* strncat() is present in libc */
472 #undef HAVE_STRCMP /* strcmp() is present in libc */
473 #undef HAVE_STRNCMP /* strncmp() is present in libc */
474 #undef HAVE_STRCPY /* strcpy() is present in libc */
475 #undef HAVE_STRLCAT /* strlcat() is present in libc */
476 #undef HAVE_STRLCPY /* strlcpy() is present in libc */
477 #undef HAVE_STRNCPY /* strncpy() is present in libc */
478 #undef HAVE_STRDUP /* strdup() is present in libc */
479 #undef HAVE_STRNDUP /* strndup() is present in libc */
480 #undef HAVE_STRLEN /* strlen() is present in libc */
481 #undef HAVE_STRNLEN /* strnlen() is present in libc */
482 #undef HAVE_STRCHR /* strchr() is present in libc */
483 #undef HAVE_STRRCHR /* strrchr() is present in libc */
484 #undef HAVE_STRSTR /* strstr() is present in libc */
485 #undef HAVE_STRSPN /* strspn() is present in libc */
486 #undef HAVE_STRCSPN /* strcspn() is present in libc */
487 #undef HAVE_STRCASECMP /* strcasecmp() is present in libc */
488 #undef HAVE_STRNCASECMP /* strncasecmp() is present in libc */
489 #undef HAVE_BASENAME /* basename() is present in libc */
490 #undef HAVE_DIRNAME /* dirname() is present in libc */
491 #undef HAVE_PATHCONF /* pathconf() is present in libc */
492 #undef HAVE_FPATHCONF /* fpathconf() is present in libc */
493 #undef HAVE_LPATHCONF /* lpathconf() is present in libc */
494 #undef HAVE_STRTOL /* strtol() is present in libc */
495 #undef HAVE_STRTOLL /* strtoll() is present in libc */
496 #undef HAVE_STRTOUL /* strtoul() is present in libc */
497 #undef HAVE_STRTOULL /* strtoull() is present in libc */
498 #undef HAVE_STRTOD /* strtold() is present in libc */
499 #undef HAVE_STRSIGNAL /* strsignal() is present in libc */
500 #undef HAVE_STR2SIG /* str2sig() is present in libc */
501 #undef HAVE_SIG2STR /* sig2str() is present in libc */
502 #undef HAVE_SIGSETJMP /* sigsetjmp() is present in libc */
503 #undef HAVE_SIGLONGJMP /* siglongjmp() is present in libc */
504 #undef HAVE_KILL /* kill() is present in libc */
505 #undef HAVE_KILLPG /* killpg() is present in libc */
506 #undef HAVE_SIGNAL /* signal() is present in libc */
507 #undef HAVE_SIGHOLD /* sighold() is present in libc */
508 #undef HAVE_SIGRELSE /* sigrelse() is present in libc */
509 #undef HAVE_SIGIGNORE /* sigignore() is present in libc */
510 #undef HAVE_SIGPAUSE /* sigpause() is present in libc */
511 #undef HAVE_SIGPROCMASK /* sigprocmask() is present in libc (POSIX) */
512 #undef HAVE_SIGSETMASK /* sigsetmask() is present in libc (BSD) */
513 #undef HAVE_SIGSET /* sigset() is present in libc (POSIX) */
514 #undef HAVE_SIGALTSTACK /* sigaltstack() is present in libc (POSIX) */
515 #undef HAVE_SIGBLOCK /* sigblock() is present in libc (BSD) */
516 #undef HAVE_SYS_SIGLIST /* char *sys_siglist[] is present in libc */
517 #undef HAVE_ALARM /* alarm() is present in libc */
518 #undef HAVE_SLEEP /* sleep() is present in libc */
519 #undef HAVE_USLEEP /* usleep() is present in libc */
520 #undef HAVE_FORK /* fork() is present in libc */
521 #undef HAVE_FORKX /* forkx() is present in libc */
522 #undef HAVE_FORKALL /* forkall() is present in libc */
523 #undef HAVE_FORKALLX /* forkallx() is present in libc */
524 #undef HAVE_VFORK /* working vfork() is present in libc */
525 #undef HAVE_VFORKX /* working vforkx() is present in libc */
526 #undef HAVE_EXECL /* execl() is present in libc */
527 #undef HAVE_EXECLE /* execle() is present in libc */
528 #undef HAVE_EXECLP /* execlp() is present in libc */
529 #undef HAVE_EXECV /* execv() is present in libc */
530 #undef HAVE_EXECVE /* execve() is present in libc */
531 #undef HAVE_EXECVP /* execvp() is present in libc */
532 #undef HAVE_SPAWNL /* spawnl() is present in libc */
533 #undef HAVE_SPAWNLE /* spawnle() is present in libc */
534 #undef HAVE_SPAWNLP /* spawnlp() is present in libc */
535 #undef HAVE_SPAWNLPE /* spawnlpe() is present in libc */
536 #undef HAVE_SPAWNV /* spawnv() is present in libc */
537 #undef HAVE_SPAWNVE /* spawnve() is present in libc */
538 #undef HAVE_SPAWNVP /* spawnvp() is present in libc */
539 #undef HAVE_SPAWNVPE /* spawnvpe() is present in libc */
540 #undef HAVE_ATEXIT /* atexit() is present in libc */
541 #undef HAVE_ON_EXIT /* on_exit() (SunOS-4.x) is present in libc */
542 #undef HAVE_GETEXECNAME /* getexecname() is present in libc */
543 #undef HAVE_GETPROGNAME /* getprogname() is present in libc */
544 #undef HAVE_SETPROGNAME /* setprogname() is present in libc */
545 #undef HAVE_PROC_PIDPATH /* proc_pidpath() is present in libc */
546 #undef HAVE_GETAUXVAL /* getauxval() is present in libc (Linux) */
547 #undef HAVE_ELF_AUX_INFO /* elf_aux_info() is present in libc (FreeBSD) */
548 #undef HAVE_VAR_PROGNAME /* extern char *__progname is present in libc */
549 #undef HAVE_VAR_PROGNAME_FULL /* extern char *__progname_full is present in libc */
550 #undef HAVE_GETLOADAVG /* getloadavg() is present in libc */
551 #undef HAVE_ALLOCA /* alloca() is present (else use malloc())*/
552 #undef HAVE_MALLOC /* malloc() is present in libc */
553 #undef HAVE_CALLOC /* calloc() is present in libc */
554 #undef HAVE_REALLOC /* realloc() is present in libc */
556 #undef HAVE_VALLOC /* valloc() is present in libc (else use malloc())*/
557 #undef HAVE_MEMALIGN /* memalign() is present in libc */
558 #undef HAVE_POSIX_MEMALIGN /* posix_memalign() is present in libc */
560 #undef HAVE_WCSCAT /* wcscat() is present in libc */
561 #undef HAVE_WCSNCAT /* wcsncat() is present in libc */
562 #undef HAVE_WCSCMP /* wcscmp() is present in libc */
563 #undef HAVE_WCSNCMP /* wcsncmp() is present in libc */
564 #undef HAVE_WCSCPY /* wcscpy() is present in libc */
565 #undef HAVE_WCSLCAT /* wcsncat() is present in libc */
566 #undef HAVE_WCSLCPY /* wcsncpy() is present in libc */
567 #undef HAVE_WCSNCPY /* wcsncpy() is present in libc */
568 #undef HAVE_WCSDUP /* wcsdup() is present in libc */
569 #undef HAVE_WCSNDUP /* wcsndup() is present in libc */
570 #undef HAVE_WCSLEN /* wcslen() is present in libc */
571 #undef HAVE_WCSNLEN /* wcsnlen() is present in libc */
572 #undef HAVE_WCSCHR /* wcschr() is present in libc */
573 #undef HAVE_WCSRCHR /* wcsrchr() is present in libc */
574 #undef HAVE_WCSSTR /* wcsstr() is present in libc */
575 #undef HAVE_WCSSPN /* wcsspn() is present in libc */
576 #undef HAVE_WCSCSPN /* wcscspn() is present in libc */
577 #undef HAVE_WCWIDTH /* wcwidth() is present in libc */
578 #undef HAVE_WCSWIDTH /* wcswidth() is present in libc */
579 #undef HAVE_WCTYPE /* wctype() is present in libc */
580 #undef HAVE_ISWCTYPE /* iswctype() is present in libc */
581 #undef HAVE_FGETWS /* fgetws() is present in libc */
582 #undef HAVE_WCSTOL /* wcstol() is present in libc */
583 #undef HAVE_WCSTOLL /* wcstoul() is present in libc */
584 #undef HAVE_WCSTOUL /* wcstoul() is present in libc */
585 #undef HAVE_WCSTOULL /* wcstoull() is present in libc */
588 #undef HAVE_CHFLAGS /* chflags() is present in libc */
589 #undef HAVE_FCHFLAGS /* fchflags() is present in libc */
590 #undef HAVE_FFLAGSTOSTR /* fflagstostr() is present in libc */
591 #undef HAVE_STRTOFFLAGS /* strtofflags() is present in libc */
594 #undef HAVE_GETTEXT /* gettext() is present in -lintl */
595 #undef HAVE_SETLOCALE /* setlocale() is present in libc */
596 #undef HAVE_LOCALECONV /* localeconv() is present in libc */
597 #undef HAVE_NL_LANGINFO /* nl_langinfo() is present in libc */
611 #undef HAVE_SETBUF /* setbuf() is present in libc */
612 #undef HAVE_SETVBUF /* setvbuf() is present in libc */
614 #undef HAVE_FNMATCH /* fnmatch() is present in libc */
617 #undef HAVE_MKTEMP /* mktemp() is present in libc */
618 #undef HAVE_MKSTEMP /* mkstemp() is present in libc */
620 #undef HAVE_GETPPRIV /* getppriv() is present in libc */
621 #undef HAVE_SETPPRIV /* setppriv() is present in libc */
622 #undef HAVE_PRIV_SET /* priv_set() is present in libc */
623 #undef HAVE_ISSETUGID /* issetugid() is present in libc */
624 #undef HAVE_GETROLES /* getroles() is present in libc (AIX) */
625 #undef HAVE_PRIVBIT_SET /* privbit_set() is present in libc (AIX) */
627 #undef HAVE_GETAUTHATTR /* getauthattr() is present in -lsecdb */
628 #undef HAVE_GETUSERATTR /* getuserattr() is present in -lsecdb */
629 #undef HAVE_GETEXECATTR /* getexecattr() is present in -lsecdb */
630 #undef HAVE_GETPROFATTR /* getprofattr() is present in -lsecdb */
632 #undef HAVE_GMATCH /* gmatch() is present in -lgen */
634 #undef HAVE_ELF_BEGIN /* elf_begin() is present in -lelf */
636 #undef HAVE_CLONE_AREA /* clone_area() is present in libc */
637 #undef HAVE_CREATE_AREA /* create_area() is present in libc */
638 #undef HAVE_DELETE_AREA /* delete_area() is present in libc */
643 #undef HAVE_DLOPEN /* dlopen() is present in libc */
644 #undef HAVE_DLCLOSE /* dlclose() is present in libc */
645 #undef HAVE_DLSYM /* dlsym() is present in libc */
646 #undef HAVE_DLERROR /* dlerror() is present in libc */
647 #undef HAVE_DLINFO /* dlinfo() is present in libc */
648 #undef HAVE_SHL_LOAD /* shl_load() is present in libc */
649 #undef HAVE_SHL_UNLOAD /* shl_unload() is present in libc */
650 #undef HAVE_SHL_GETHANDLE /* shl_gethandle() is present in libc */
651 #undef HAVE_LOADLIBRARY /* LoadLibrary() as present in libc */
652 #undef HAVE_FREELIBRARY /* FreeLibrary() is present in libc */
653 #undef HAVE_GETPROCADDRESS /* GetProcAddress() is present in libc */
655 #undef HAVE_YIELD /* yield() is present in libc */
656 #undef HAVE_THR_YIELD /* thr_yield() is present in libc */
658 #undef HAVE_PTHREAD_CREATE /* pthread_create() is present in libpthread */
659 #undef HAVE_PTHREAD_KILL /* pthread_kill() is present in libpthread */
660 #undef HAVE_PTHREAD_MUTEX_LOCK /* pthread_mutex_lock() is present in libpthread */
661 #undef HAVE_PTHREAD_COND_WAIT /* pthread_cond_wait() is present in libpthread */
662 #undef HAVE_PTHREAD_SPIN_LOCK /* pthread_spin_lock() is present in libpthread */
665 #undef HAVE_CLOCK_GETTIME /* clock_gettime() is present in librt */
666 #undef HAVE_CLOCK_SETTIME /* clock_settime() is present in librt */
667 #undef HAVE_CLOCK_GETRES /* clock_getres() is present in librt */
668 #undef HAVE_SCHED_GETPARAM /* sched_getparam() is present in librt */
669 #undef HAVE_SCHED_SETPARAM /* sched_setparam() is present in librt */
670 #undef HAVE_SCHED_GETSCHEDULER /* sched_getscheduler() is present in librt */
671 #undef HAVE_SCHED_SETSCHEDULER /* sched_setscheduler() is present in librt */
672 #undef HAVE_SCHED_YIELD /* sched_yield() is present in librt */
673 #undef HAVE_NANOSLEEP /* nanosleep() is present in librt */
679 #undef HAVE_CAP_GET_PROC /* cap_get_proc() is present in libcap */
680 #undef HAVE_CAP_SET_PROC /* cap_set_proc() is present in libcap */
681 #undef HAVE_CAP_SET_FLAG /* cap_set_flag() is present in libcap */
682 #undef HAVE_CAP_CLEAR_FLAG /* cap_clear_flag() is present in libcap */
687 #undef HAVE_IS_SELINUX_ENABLED /* is_selinux_enabled() is present in libselinux */
689 #undef HAVE_DIRFD /* dirfd() is present in libc */
690 #undef HAVE_ISWPRINT /* iswprint() is present in libc */
691 #undef HAVE_ISWBLANK /* iswblank() is present in libc */
692 #undef HAVE_ISBLANK /* isblank() is present in libc */
693 #undef HAVE_MBSINIT /* mbsinit() is present in libc */
694 #undef HAVE_MBTOWC /* mbtowc() is present in libc */
695 #undef HAVE_WCTOMB /* wctomb() is present in libc */
696 #undef HAVE_MBRTOWC /* mbrtowc() is present in libc */
697 #undef HAVE_WCRTOMB /* wcrtomb() is present in libc */
725 #undef HAVE__DEV_TTY /* /dev/tty present */
726 #undef HAVE__DEV_NULL /* /dev/null present */
727 #undef HAVE__DEV_ZERO /* /dev/zero present */
728 #undef HAVE__DEV_STDIN /* /dev/stdin present */
729 #undef HAVE__DEV_STDOUT /* /dev/stdout present */
730 #undef HAVE__DEV_STDERR /* /dev/stderr present */
731 #undef HAVE__DEV_FD_0 /* /dev/fd/0 present */
732 #undef HAVE__DEV_FD_1 /* /dev/fd/1 present */
733 #undef HAVE__DEV_FD_2 /* /dev/fd/2 present */
734 #undef HAVE__USR_SRC_LINUX_INCLUDE /* /usr/src/linux/include present */
738 #undef HAVE__BIN_SH /* /bin/sh present */
739 #undef HAVE__USR_BIN_SH /* /usr/bin/sh present */
740 #undef HAVE__USR_XPG4_BIN_SH /* /usr/xpg4/bin/sh present */
741 #undef HAVE__BIN_POSIX_SH /* /bin/posix/sh present */
742 #undef HAVE__OPT_SCHILY_XPG4_BIN_SH /* /opt/schily/xpg4/bin/sh present */
788 #undef HAVE_FSEEKO /* fseeko() is present in default compile mode */
789 #undef HAVE_FTELLO /* ftello() is present in default compile mode */
791 #undef HAVE_RCMD /* rcmd() is present in libc/libsocket */
792 #undef HAVE_SOCKET /* socket() is present in libc/libsocket */
793 #undef HAVE_SOCKETPAIR /* socketpair() is present in libc/libsocket */
794 #undef HAVE_GETSERVBYNAME /* getservbyname() is present in libc/libsocket */
795 #undef HAVE_INET_NTOA /* inet_ntoa() is present in libc/libsocket */
796 #undef HAVE_GETADDRINFO /* getaddrinfo() is present in libc/libsocket */
797 #undef HAVE_GETNAMEINFO /* getnameinfo() is present in libc/libsocket */
798 #undef HAVE_HOST2NETNAME /* host2netname() is present in libc/libsocket */
799 #undef HAVE_NETNAME2HOST /* netname2host() is present in libc/libsocket */
815 # define HAVE_USGSHM /* USG shared memory is present */
818 # define HAVE_USGSEM /* USG semaphores are present */
959 #undef uid_t /* To be used if uid_t is not present */
960 #undef gid_t /* To be used if gid_t is not present */
961 #undef size_t /* To be used if size_t is not present */
962 #undef ssize_t /* To be used if ssize_t is not present */
963 #undef ptrdiff_t /* To be used if ptrdiff_t is not present */
964 #undef pid_t /* To be used if pid_t is not present */
965 #undef off_t /* To be used if off_t is not present */
966 #undef mode_t /* To be used if mode_t is not present */
967 #undef time_t /* To be used if time_t is not present */
968 #undef caddr_t /* To be used if caddr_t is not present */
969 #undef daddr_t /* To be used if daddr_t is not present */
970 #undef dev_t /* To be used if dev_t is not present */
971 #undef major_t /* To be used if major_t is not present */
972 #undef minor_t /* To be used if minor_t is not present */
973 #undef ino_t /* To be used if ino_t is not present */
974 #undef nlink_t /* To be used if nlink_t is not present */
975 #undef blksize_t /* To be used if blksize_t is not present */
976 #undef blkcnt_t /* To be used if blkcnt_t is not present */
990 #undef int8_t /* To be used if int8_t is not present */
991 #undef int16_t /* To be used if int16_t is not present */
992 #undef int32_t /* To be used if int32_t is not present */
994 #undef int64_t /* To be used if int64_t is not present */
996 #undef intmax_t /* To be used if intmax_t is not present */
997 #undef uint8_t /* To be used if uint8_t is not present */
998 #undef uint16_t /* To be used if uint16_t is not present */
999 #undef uint32_t /* To be used if uint32_t is not present */
1001 #undef uint64_t /* To be used if uint64_t is not present */
1003 #undef uintmax_t /* To be used if uintmax_t is not present */
1018 #undef clock_t /* To be used if clock_t is not present */
1019 #undef socklen_t /* To be used if socklen_t is not present */
1022 * These types are present on all UNIX systems but should be avoided
1028 #undef u_char /* To be used if u_char is not present */
1029 #undef u_short /* To be used if u_short is not present */
1030 #undef u_int /* To be used if u_int is not present */
1031 #undef u_long /* To be used if u_long is not present */
1107 # define HAVE_POSIX_ACL 1 /* Withdrawn POSIX draft ACL's present */
1141 # define HAVE_SUN_ACL 1 /* Sun UFS ACL's present */
1149 # define HAVE_NFSV4_ACL 1 /* NFSv4 ACL's present */
1154 # define HAVE_NFSV4_ACL 1 /* NFSv4 ACL's present */
1178 # define HAVE_HP_ACL 1 /* HP-UX ACL's present */
1182 * Global definition whether ACL support is present.
1187 # define HAVE_ANY_ACL 1 /* Any ACL implementation present */