/* config.h. Generated from config.h.in by configure. */1/* config.h.in. Generated from configure.ac by autoheader. */23/* Define to 1 if NFSv4 ACL support is available */4#define HAS_NFSV4_ACL_SUPPORT 156/* Define to 1 if you have the `acl_create_entry_np' function. */7#define HAVE_ACL_CREATE_ENTRY_NP 189/* Define to 1 if you have the `acl_from_text' function. */10#define HAVE_ACL_FROM_TEXT 11112/* Define to 1 if you have the `acl_get_entry' function. */13#define HAVE_ACL_GET_ENTRY 11415/* Define to 1 if you have the `acl_get_file' function. */16#define HAVE_ACL_GET_FILE 11718/* Define to 1 if you have the `acl_set_file' function. */19#define HAVE_ACL_SET_FILE 12021/* Define if bindat exists */22#define HAVE_BINDAT 12324/* Define if chflags exists */25#define HAVE_CHFLAGS 12627/* Define if chflagsat exists */28#define HAVE_CHFLAGSAT 12930/* Define if connectat exists */31#define HAVE_CONNECTAT 13233/* Define if faccessat exists */34#define HAVE_FACCESSAT 13536/* Define if fchflags exists */37#define HAVE_FCHFLAGS 13839/* Define if fchmodat exists */40#define HAVE_FCHMODAT 14142/* Define if fchownat exists */43#define HAVE_FCHOWNAT 14445/* Define if fstatat exists */46#define HAVE_FSTATAT 14748/* Define to 1 if you have the <inttypes.h> header file. */49#define HAVE_INTTYPES_H 15051/* Define if lchflags exists */52#define HAVE_LCHFLAGS 15354/* Define if lchmod exists */55#define HAVE_LCHMOD 15657/* Define if linkat exists */58#define HAVE_LINKAT 15960/* Define if lpathconf exists */61#define HAVE_LPATHCONF 16263/* Define to 1 if you have the <memory.h> header file. */64#define HAVE_MEMORY_H 16566/* Define if mkdirat exists */67#define HAVE_MKDIRAT 16869/* Define if mkfifoat exists */70#define HAVE_MKFIFOAT 17172/* Define if mknodat exists */73#define HAVE_MKNODAT 17475/* Define if openat exists */76#define HAVE_OPENAT 17778/* Define if posix_fallocate exists */79#define HAVE_POSIX_FALLOCATE 18081/* Define if readlinkat exists */82#define HAVE_READLINKAT 18384/* Define if renameat exists */85#define HAVE_RENAMEAT 18687/* Define to 1 if you have the <stdint.h> header file. */88#define HAVE_STDINT_H 18990/* Define to 1 if you have the <stdlib.h> header file. */91#define HAVE_STDLIB_H 19293/* Define to 1 if you have the <strings.h> header file. */94#define HAVE_STRINGS_H 19596/* Define to 1 if you have the <string.h> header file. */97#define HAVE_STRING_H 19899/* Define to 1 if `st_atim' is a member of `struct stat'. */100#define HAVE_STRUCT_STAT_ST_ATIM 1101102/* Define to 1 if `st_atimespec' is a member of `struct stat'. */103#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1104105/* Define to 1 if `st_birthtim' is a member of `struct stat'. */106#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1107108/* Define to 1 if `st_birthtime' is a member of `struct stat'. */109#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1110111/* Define to 1 if `st_birthtimespec' is a member of `struct stat'. */112#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1113114/* Define to 1 if `st_ctim' is a member of `struct stat'. */115#define HAVE_STRUCT_STAT_ST_CTIM 1116117/* Define to 1 if `st_ctimespec' is a member of `struct stat'. */118#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1119120/* Define to 1 if `st_mtim' is a member of `struct stat'. */121#define HAVE_STRUCT_STAT_ST_MTIM 1122123/* Define to 1 if `st_mtimespec' is a member of `struct stat'. */124#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1125126/* Define if symlinkat exists */127#define HAVE_SYMLINKAT 1128129/* Define to 1 if sys/acl.h is available */130#define HAVE_SYS_ACL_H 1131132/* Define to 1 if you have the <sys/mkdev.h> header file. */133/* #undef HAVE_SYS_MKDEV_H */134135/* Define to 1 if you have the <sys/stat.h> header file. */136#define HAVE_SYS_STAT_H 1137138/* Define to 1 if you have the <sys/types.h> header file. */139#define HAVE_SYS_TYPES_H 1140141/* Define to 1 if you have the <unistd.h> header file. */142#define HAVE_UNISTD_H 1143144/* Define if utimensat exists */145#define HAVE_UTIMENSAT 1146147/* Name of package */148#define PACKAGE "pjdfstest"149150/* Define to the address where bug reports for this package should be sent. */151#define PACKAGE_BUGREPORT ""152153/* Define to the full name of this package. */154#define PACKAGE_NAME "pjdfstest"155156/* Define to the full name and version of this package. */157#define PACKAGE_STRING "pjdfstest 0.1"158159/* Define to the one symbol short name of this package. */160#define PACKAGE_TARNAME "pjdfstest"161162/* Define to the home page for this package. */163#define PACKAGE_URL ""164165/* Define to the version of this package. */166#define PACKAGE_VERSION "0.1"167168/* Define to 1 if you have the ANSI C header files. */169#define STDC_HEADERS 1170171/* Enable extensions on AIX 3, Interix. */172#ifndef _ALL_SOURCE173# define _ALL_SOURCE 1174#endif175/* Enable GNU extensions on systems that have them. */176#ifndef _GNU_SOURCE177# define _GNU_SOURCE 1178#endif179/* Enable threading extensions on Solaris. */180#ifndef _POSIX_PTHREAD_SEMANTICS181# define _POSIX_PTHREAD_SEMANTICS 1182#endif183/* Enable extensions on HP NonStop. */184#ifndef _TANDEM_SOURCE185# define _TANDEM_SOURCE 1186#endif187/* Enable general extensions on Solaris. */188#ifndef __EXTENSIONS__189# define __EXTENSIONS__ 1190#endif191192193/* Version number of package */194#define VERSION "0.1"195196/* Define to 1 if on MINIX. */197/* #undef _MINIX */198199/* Define to 2 if the system does not provide POSIX.1 features except with200this defined. */201/* #undef _POSIX_1_SOURCE */202203/* Define to 1 if you need to in order for `stat' and other things to work. */204/* #undef _POSIX_SOURCE */205206207