diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/config-posix.h | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/include/config-posix.h b/include/config-posix.h new file mode 100644 index 00000000..ce60fdfe --- /dev/null +++ b/include/config-posix.h @@ -0,0 +1,91 @@ +/* headers */ +#define HAVE_DIRENT_H 1 +#define HAVE_DLFCN_H 1 +#define HAVE_FCNTL_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_LOCALE_H 1 +#define HAVE_LOCALE_H 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDINT_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_MMAN_H 1 +#define HAVE_SYS_STAT_H 1 +#define HAVE_SYS_TIME_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_SYS_WAIT_H 1 +#define HAVE_SYS_WAIT_H 1 +#define HAVE_TERMIOS_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_UNISTD_H 1 +#define HAVE_UTIME_H 1 +#define HAVE_WCHAR_H 1 +#define HAVE_WCTYPE_H 1 +#define STDC_HEADERS 1 +/* #undef HAVE_SYS_UTIME_H */ /* utime comes from utime.h */ +/* #undef HAVE_VFORK_H */ /* vfork comes from unistd.h */ + +/* types */ +/* #undef TM_IN_SYS_TIME */ /* struct tm comes from time.h */ +/* #undef const */ +/* #undef gid_t */ +/* #undef inline */ +/* #undef pid_t */ +/* #undef size_t */ +/* #undef uid_t */ + +/* functions */ +#define HAVE_ALARM 1 +#define HAVE_ASCTIME_R 1 +#define HAVE_CHOWN 1 +#define HAVE_CTIME_R 1 +#define HAVE_DPRINTF 1 +#define HAVE_FORK 1 +#define HAVE_FORK 1 +#define HAVE_FREELOCALE 1 +#define HAVE_GETLINE 1 +#define HAVE_GMTIME_R 1 +#define HAVE_LOCALTIME_R 1 +#define HAVE_MALLOC 1 +#define HAVE_MBRTOWC 1 +#define HAVE_MEMSET 1 +#define HAVE_MKSTEMP 1 +#define HAVE_MMAP 1 +#define HAVE_NEWLOCALE 1 +#define HAVE_PREAD 1 +#define HAVE_REALLOC 1 +#define HAVE_SETLOCALE 1 +#define HAVE_SETLOCALE 1 +#define HAVE_SETPGRP 1 +#define HAVE_STRCASECMP 1 +#define HAVE_STRCHR 1 +#define HAVE_STRDUP 1 +#define HAVE_STRERROR 1 +#define HAVE_STRERROR 1 +#define HAVE_STRNDUP 1 +#define HAVE_STRSPN 1 +#define HAVE_STRSTR 1 +#define HAVE_STRTOF 1 +#define HAVE_STRTOL 1 +#define HAVE_STRTOUL 1 +#define HAVE_STRTOUL 1 +#define HAVE_STRUCT_STAT_ST_RDEV 1 +#define HAVE_USELOCALE 1 +#define HAVE_UTIME 1 +#define HAVE_UTIMES 1 +#define HAVE_VFORK 1 /* removed in latest POSIX */ +#define HAVE_WCWIDTH 1 +#define RETSIGTYPE void +/* #undef CLOSEDIR_VOID */ +/* #undef vfork */ + +/* bugs */ +#define HAVE_WORKING_FORK 1 +#define HAVE_WORKING_VFORK 1 +#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +/* #undef HAVE_STAT_EMPTY_STRING_BUG */ |
