1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* for packed */
4#undef FAKEROOT_ATTR
5
6/* store path in the database instead of inode and device */
7#undef FAKEROOT_DB_PATH
8
9/* use TCP instead of SysV IPC */
10#undef FAKEROOT_FAKENET
11
12/* acl_t data type and associated functions are provided by OS */
13#undef HAVE_ACL_T
14
15/* Define to 1 if the compiler understands __builtin_expect. */
16#undef HAVE_BUILTIN_EXPECT
17
18/* Define to 1 if you have the `capset' function. */
19#undef HAVE_CAPSET
20
21/* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
22   */
23#undef HAVE_DECL_SETENV
24
25/* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
26   don't. */
27#undef HAVE_DECL_UNSETENV
28
29/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
30   */
31#undef HAVE_DIRENT_H
32
33/* Define to 1 if you have the <dlfcn.h> header file. */
34#undef HAVE_DLFCN_H
35
36/* Define to 1 if you have the <endian.h> header file. */
37#undef HAVE_ENDIAN_H
38
39/* Define to 1 if you have the `fchmodat' function. */
40#undef HAVE_FCHMODAT
41
42/* Define to 1 if you have the `fchownat' function. */
43#undef HAVE_FCHOWNAT
44
45/* Define to 1 if you have the <fcntl.h> header file. */
46#undef HAVE_FCNTL_H
47
48/* Define to 1 if you have the <features.h> header file. */
49#undef HAVE_FEATURES_H
50
51/* Define to 1 if you have the `fgetattrlist' function. */
52#undef HAVE_FGETATTRLIST
53
54/* Define to 1 if you have the `fgetxattr' function. */
55#undef HAVE_FGETXATTR
56
57/* Define to 1 if you have the `flistxattr' function. */
58#undef HAVE_FLISTXATTR
59
60/* Define to 1 if you have the `fremovexattr' function. */
61#undef HAVE_FREMOVEXATTR
62
63/* Define to 1 if you have the `fsetxattr' function. */
64#undef HAVE_FSETXATTR
65
66/* Define to 1 if you have the `fstatat' function. */
67#undef HAVE_FSTATAT
68
69/* Define to 1 if you have the `fts_children' function. */
70#undef HAVE_FTS_CHILDREN
71
72/* Define to 1 if you have the <fts.h> header file. */
73#undef HAVE_FTS_H
74
75/* Define to 1 if you have the `fts_read' function. */
76#undef HAVE_FTS_READ
77
78/* Define to 1 if you have the `getresgid' function. */
79#undef HAVE_GETRESGID
80
81/* Define to 1 if you have the `getresuid' function. */
82#undef HAVE_GETRESUID
83
84/* Define to 1 if you have the `getxattr' function. */
85#undef HAVE_GETXATTR
86
87/* Define to 1 if you have the <grp.h> header file. */
88#undef HAVE_GRP_H
89
90/* Define to 1 if you have the <inttypes.h> header file. */
91#undef HAVE_INTTYPES_H
92
93/* Define to 1 if you have the `lchmod' function. */
94#undef HAVE_LCHMOD
95
96/* Define to 1 if you have the `lgetxattr' function. */
97#undef HAVE_LGETXATTR
98
99/* Define to 1 if you have the `dl' library (-ldl). */
100#undef HAVE_LIBDL
101
102/* Define to 1 if you have the `pthread' library (-lpthread). */
103#undef HAVE_LIBPTHREAD
104
105/* Define to 1 if you have the `socket' library (-lsocket). */
106#undef HAVE_LIBSOCKET
107
108/* Define to 1 if you have the `listxattr' function. */
109#undef HAVE_LISTXATTR
110
111/* Define to 1 if you have the `llistxattr' function. */
112#undef HAVE_LLISTXATTR
113
114/* Define to 1 if you have the `lremovexattr' function. */
115#undef HAVE_LREMOVEXATTR
116
117/* Define to 1 if you have the `lsetxattr' function. */
118#undef HAVE_LSETXATTR
119
120/* Define to 1 if you have the <memory.h> header file. */
121#undef HAVE_MEMORY_H
122
123/* Define to 1 if you have the `mkdirat' function. */
124#undef HAVE_MKDIRAT
125
126/* Define to 1 if you have the `mknodat' function. */
127#undef HAVE_MKNODAT
128
129/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
130#undef HAVE_NDIR_H
131
132/* Define to 1 if you have the `openat' function. */
133#undef HAVE_OPENAT
134
135/* Define to 1 if you have the <pthread.h> header file. */
136#undef HAVE_PTHREAD_H
137
138/* Define to 1 if you have the `removexattr' function. */
139#undef HAVE_REMOVEXATTR
140
141/* Define to 1 if you have the `renameat' function. */
142#undef HAVE_RENAMEAT
143
144/* have the semun union */
145#undef HAVE_SEMUN_DEF
146
147/* Define to 1 if you have the `setenv' function. */
148#undef HAVE_SETENV
149
150/* Define to 1 if you have the `setfsgid' function. */
151#undef HAVE_SETFSGID
152
153/* Define to 1 if you have the `setfsuid' function. */
154#undef HAVE_SETFSUID
155
156/* Define to 1 if you have the `setresgid' function. */
157#undef HAVE_SETRESGID
158
159/* Define to 1 if you have the `setresuid' function. */
160#undef HAVE_SETRESUID
161
162/* Define to 1 if you have the `setxattr' function. */
163#undef HAVE_SETXATTR
164
165/* Define to 1 if you have the <stdint.h> header file. */
166#undef HAVE_STDINT_H
167
168/* Define to 1 if you have the <stdlib.h> header file. */
169#undef HAVE_STDLIB_H
170
171/* Define to 1 if you have the `strdup' function. */
172#undef HAVE_STRDUP
173
174/* Define to 1 if you have the <strings.h> header file. */
175#undef HAVE_STRINGS_H
176
177/* Define to 1 if you have the <string.h> header file. */
178#undef HAVE_STRING_H
179
180/* Define to 1 if you have the `strstr' function. */
181#undef HAVE_STRSTR
182
183/* Define to 1 if you have the <sys/acl.h> header file. */
184#undef HAVE_SYS_ACL_H
185
186/* Define to 1 if you have the <sys/capability.h> header file. */
187#undef HAVE_SYS_CAPABILITY_H
188
189/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
190   */
191#undef HAVE_SYS_DIR_H
192
193/* Define to 1 if you have the <sys/feature_tests.h> header file. */
194#undef HAVE_SYS_FEATURE_TESTS_H
195
196/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
197   */
198#undef HAVE_SYS_NDIR_H
199
200/* Define to 1 if you have the <sys/socket.h> header file. */
201#undef HAVE_SYS_SOCKET_H
202
203/* Define to 1 if you have the <sys/stat.h> header file. */
204#undef HAVE_SYS_STAT_H
205
206/* Define to 1 if you have the <sys/sysmacros.h> header file. */
207#undef HAVE_SYS_SYSMACROS_H
208
209/* Define to 1 if you have the <sys/types.h> header file. */
210#undef HAVE_SYS_TYPES_H
211
212/* Define to 1 if you have the <sys/xattr.h> header file. */
213#undef HAVE_SYS_XATTR_H
214
215/* Define to 1 if you have the <unistd.h> header file. */
216#undef HAVE_UNISTD_H
217
218/* Define to 1 if you have the `unlinkat' function. */
219#undef HAVE_UNLINKAT
220
221/* second argument of initgroups */
222#undef INITGROUPS_SECOND_ARG
223
224/* path to libc shared object */
225#undef LIBCPATH
226
227/* Define to the sub-directory where libtool stores uninstalled libraries. */
228#undef LT_OBJDIR
229
230/* Name of package */
231#undef PACKAGE
232
233/* Define to the address where bug reports for this package should be sent. */
234#undef PACKAGE_BUGREPORT
235
236/* Define to the full name of this package. */
237#undef PACKAGE_NAME
238
239/* Define to the full name and version of this package. */
240#undef PACKAGE_STRING
241
242/* Define to the one symbol short name of this package. */
243#undef PACKAGE_TARNAME
244
245/* Define to the home page for this package. */
246#undef PACKAGE_URL
247
248/* Define to the version of this package. */
249#undef PACKAGE_VERSION
250
251/* type of readlink bufsize */
252#undef READLINK_BUFSIZE_TYPE
253
254/* type of readlink buf */
255#undef READLINK_BUF_TYPE
256
257/* type of readlink return value */
258#undef READLINK_RETVAL_TYPE
259
260/* type of setgroups size */
261#undef SETGROUPS_SIZE_TYPE
262
263/* argument of setregid */
264#undef SETREGID_ARG
265
266/* argument of setreuid */
267#undef SETREUID_ARG
268
269/* second argument of stat */
270#undef STAT_SECOND_ARG
271
272/* Define to 1 if you have the ANSI C header files. */
273#undef STDC_HEADERS
274
275/* stat-struct conversion hackery */
276#undef STUPID_ALPHA_HACK
277
278/* Version number of package */
279#undef VERSION
280
281/* Stuff.  */
282#define WRAP_STAT  __astat
283#define WRAP_STAT_QUOTE  __astat
284#define WRAP_STAT_RAW  __astat
285#define TMP_STAT  __astat
286#define NEXT_STAT_NOARG  next___astat
287
288#define WRAP_LSTAT_QUOTE  __astat
289#define WRAP_LSTAT  __astat
290#define WRAP_LSTAT_RAW  __astat
291#define TMP_LSTAT  __astat
292#define NEXT_LSTAT_NOARG  next___astat
293
294#define WRAP_FSTAT_QUOTE  __astat
295#define WRAP_FSTAT  __astat
296#define WRAP_FSTAT_RAW  __astat
297#define TMP_FSTAT  __astat
298#define NEXT_FSTAT_NOARG  next___astat
299
300#define WRAP_FSTATAT_QUOTE  __astatat
301#define WRAP_FSTATAT  __astatat
302#define WRAP_FSTATAT_RAW  __astatat
303#define TMP_FSTATAT  __astatat
304#define NEXT_FSTATAT_NOARG  next___astatat
305
306#define WRAP_STAT64_QUOTE  __astat64
307#define WRAP_STAT64  __astat64
308#define WRAP_STAT64_RAW  __astat64
309#define TMP_STAT64  __astat64
310#define NEXT_STAT64_NOARG  next___astat64
311
312#define WRAP_LSTAT64_QUOTE  __astat64
313#define WRAP_LSTAT64  __astat64
314#define WRAP_LSTAT64_RAW  __astat64
315#define TMP_LSTAT64  __astat64
316#define NEXT_LSTAT64_NOARG  next___astat64
317
318#define WRAP_FSTAT64_QUOTE  __astat64
319#define WRAP_FSTAT64  __astat64
320#define WRAP_FSTAT64_RAW  __astat64
321#define TMP_FSTAT64  __astat64
322#define NEXT_FSTAT64_NOARG  next___astat64
323
324#define WRAP_FSTATAT64_QUOTE  __astatat64
325#define WRAP_FSTATAT64  __astatat64
326#define WRAP_FSTATAT64_RAW  __astatat64
327#define TMP_FSTATAT64  __astatat64
328#define NEXT_FSTATAT64_NOARG  next___astatat64
329
330#define WRAP_MKNOD_QUOTE  __amknod
331#define WRAP_MKNOD  __amknod
332#define WRAP_MKNOD_RAW  __amknod
333#define TMP_MKNOD  __amknod
334#define NEXT_MKNOD_NOARG  next___amknod
335
336#define WRAP_MKNODAT_QUOTE  __amknodat
337#define WRAP_MKNODAT  __amknodat
338#define WRAP_MKNODAT_RAW  __amknodat
339#define TMP_MKNODAT  __amknodat
340#define NEXT_MKNODAT_NOARG  next___amknodat
341
342
343/* fifth argument of __xmknodat */
344#undef XMKNODAT_FIFTH_ARG
345
346/* fourth argument of __xmknod */
347#undef XMKNOD_FRTH_ARG
348
349/* Define to empty if `const' does not conform to ANSI C. */
350#undef const
351
352/* Define to `int' if <sys/types.h> does not define. */
353#undef mode_t
354
355/* Define to `long' if <sys/types.h> does not define. */
356#undef off_t
357
358/* Define to `unsigned' if <sys/types.h> does not define. */
359#undef size_t
360
361#if ! HAVE_BUILTIN_EXPECT
362#define __builtin_expect(x, expected_value) (x)
363#endif
364