1/* $FreeBSD$ */
2/* config.h.  Generated from config.h.in by configure.  */
3/* config.h.in.  Generated from configure.ac by autoheader.  */
4
5/* Define to 1 if NFSv4 ACL support is available */
6#define HAS_NFSV4_ACL_SUPPORT 1
7
8/* Define to 1 if you have the `acl_create_entry_np' function. */
9#define HAVE_ACL_CREATE_ENTRY_NP 1
10
11/* Define to 1 if you have the `acl_from_text' function. */
12#define HAVE_ACL_FROM_TEXT 1
13
14/* Define to 1 if you have the `acl_get_entry' function. */
15#define HAVE_ACL_GET_ENTRY 1
16
17/* Define to 1 if you have the `acl_get_file' function. */
18#define HAVE_ACL_GET_FILE 1
19
20/* Define to 1 if you have the `acl_set_file' function. */
21#define HAVE_ACL_SET_FILE 1
22
23/* Define if bindat exists */
24#define HAVE_BINDAT 1
25
26/* Define if chflags exists */
27#define HAVE_CHFLAGS 1
28
29/* Define if chflagsat exists */
30#define HAVE_CHFLAGSAT 1
31
32/* Define if connectat exists */
33#define HAVE_CONNECTAT 1
34
35/* Define if faccessat exists */
36#define HAVE_FACCESSAT 1
37
38/* Define if fchflags exists */
39#define HAVE_FCHFLAGS 1
40
41/* Define if fchmodat exists */
42#define HAVE_FCHMODAT 1
43
44/* Define if fchownat exists */
45#define HAVE_FCHOWNAT 1
46
47/* Define if fstatat exists */
48#define HAVE_FSTATAT 1
49
50/* Define to 1 if you have the <inttypes.h> header file. */
51#define HAVE_INTTYPES_H 1
52
53/* Define if lchflags exists */
54#define HAVE_LCHFLAGS 1
55
56/* Define if lchmod exists */
57#define HAVE_LCHMOD 1
58
59/* Define if linkat exists */
60#define HAVE_LINKAT 1
61
62/* Define if lpathconf exists */
63#define HAVE_LPATHCONF 1
64
65/* Define to 1 if you have the <memory.h> header file. */
66#define HAVE_MEMORY_H 1
67
68/* Define if mkdirat exists */
69#define HAVE_MKDIRAT 1
70
71/* Define if mkfifoat exists */
72#define HAVE_MKFIFOAT 1
73
74/* Define if mknodat exists */
75#define HAVE_MKNODAT 1
76
77/* Define if openat exists */
78#define HAVE_OPENAT 1
79
80/* Define if posix_fallocate exists */
81#define HAVE_POSIX_FALLOCATE 1
82
83/* Define if readlinkat exists */
84#define HAVE_READLINKAT 1
85
86/* Define if renameat exists */
87#define HAVE_RENAMEAT 1
88
89/* Define to 1 if you have the <stdint.h> header file. */
90#define HAVE_STDINT_H 1
91
92/* Define to 1 if you have the <stdlib.h> header file. */
93#define HAVE_STDLIB_H 1
94
95/* Define to 1 if you have the <strings.h> header file. */
96#define HAVE_STRINGS_H 1
97
98/* Define to 1 if you have the <string.h> header file. */
99#define HAVE_STRING_H 1
100
101/* Define to 1 if `st_atim' is a member of `struct stat'. */
102#define HAVE_STRUCT_STAT_ST_ATIM 1
103
104/* Define to 1 if `st_atimespec' is a member of `struct stat'. */
105#define HAVE_STRUCT_STAT_ST_ATIMESPEC 1
106
107/* Define to 1 if `st_birthtim' is a member of `struct stat'. */
108#define HAVE_STRUCT_STAT_ST_BIRTHTIM 1
109
110/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
111#define HAVE_STRUCT_STAT_ST_BIRTHTIME 1
112
113/* Define to 1 if `st_birthtimespec' is a member of `struct stat'. */
114#define HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC 1
115
116/* Define to 1 if `st_ctim' is a member of `struct stat'. */
117#define HAVE_STRUCT_STAT_ST_CTIM 1
118
119/* Define to 1 if `st_ctimespec' is a member of `struct stat'. */
120#define HAVE_STRUCT_STAT_ST_CTIMESPEC 1
121
122/* Define to 1 if `st_mtim' is a member of `struct stat'. */
123#define HAVE_STRUCT_STAT_ST_MTIM 1
124
125/* Define to 1 if `st_mtimespec' is a member of `struct stat'. */
126#define HAVE_STRUCT_STAT_ST_MTIMESPEC 1
127
128/* Define if symlinkat exists */
129#define HAVE_SYMLINKAT 1
130
131/* Define to 1 if sys/acl.h is available */
132#define HAVE_SYS_ACL_H 1
133
134/* Define to 1 if you have the <sys/mkdev.h> header file. */
135/* #undef HAVE_SYS_MKDEV_H */
136
137/* Define to 1 if you have the <sys/stat.h> header file. */
138#define HAVE_SYS_STAT_H 1
139
140/* Define to 1 if you have the <sys/types.h> header file. */
141#define HAVE_SYS_TYPES_H 1
142
143/* Define to 1 if you have the <unistd.h> header file. */
144#define HAVE_UNISTD_H 1
145
146/* Define if utimensat exists */
147#define HAVE_UTIMENSAT 1
148
149/* Name of package */
150#define PACKAGE "pjdfstest"
151
152/* Define to the address where bug reports for this package should be sent. */
153#define PACKAGE_BUGREPORT ""
154
155/* Define to the full name of this package. */
156#define PACKAGE_NAME "pjdfstest"
157
158/* Define to the full name and version of this package. */
159#define PACKAGE_STRING "pjdfstest 0.1"
160
161/* Define to the one symbol short name of this package. */
162#define PACKAGE_TARNAME "pjdfstest"
163
164/* Define to the home page for this package. */
165#define PACKAGE_URL ""
166
167/* Define to the version of this package. */
168#define PACKAGE_VERSION "0.1"
169
170/* Define to 1 if you have the ANSI C header files. */
171#define STDC_HEADERS 1
172
173/* Enable extensions on AIX 3, Interix.  */
174#ifndef _ALL_SOURCE
175# define _ALL_SOURCE 1
176#endif
177/* Enable GNU extensions on systems that have them.  */
178#ifndef _GNU_SOURCE
179# define _GNU_SOURCE 1
180#endif
181/* Enable threading extensions on Solaris.  */
182#ifndef _POSIX_PTHREAD_SEMANTICS
183# define _POSIX_PTHREAD_SEMANTICS 1
184#endif
185/* Enable extensions on HP NonStop.  */
186#ifndef _TANDEM_SOURCE
187# define _TANDEM_SOURCE 1
188#endif
189/* Enable general extensions on Solaris.  */
190#ifndef __EXTENSIONS__
191# define __EXTENSIONS__ 1
192#endif
193
194
195/* Version number of package */
196#define VERSION "0.1"
197
198/* Define to 1 if on MINIX. */
199/* #undef _MINIX */
200
201/* Define to 2 if the system does not provide POSIX.1 features except with
202   this defined. */
203/* #undef _POSIX_1_SOURCE */
204
205/* Define to 1 if you need to in order for `stat' and other things to work. */
206/* #undef _POSIX_SOURCE */
207