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