Fix broken build dep for arm
[toolchains/fakeroot.git] / config.h.in
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 /* Define to 1 if the compiler understands __builtin_expect. */
13 #undef HAVE_BUILTIN_EXPECT
14
15 /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
16    */
17 #undef HAVE_DECL_SETENV
18
19 /* Define to 1 if you have the declaration of `unsetenv', and to 0 if you
20    don't. */
21 #undef HAVE_DECL_UNSETENV
22
23 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
24    */
25 #undef HAVE_DIRENT_H
26
27 /* Define to 1 if you have the <dlfcn.h> header file. */
28 #undef HAVE_DLFCN_H
29
30 /* Define to 1 if you have the <endian.h> header file. */
31 #undef HAVE_ENDIAN_H
32
33 /* Define to 1 if you have the `fchmodat' function. */
34 #undef HAVE_FCHMODAT
35
36 /* Define to 1 if you have the `fchownat' function. */
37 #undef HAVE_FCHOWNAT
38
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #undef HAVE_FCNTL_H
41
42 /* Define to 1 if you have the <features.h> header file. */
43 #undef HAVE_FEATURES_H
44
45 /* Define to 1 if you have the `fstatat' function. */
46 #undef HAVE_FSTATAT
47
48 /* Define to 1 if you have the <fts.h> header file. */
49 #undef HAVE_FTS_H
50
51 /* Define to 1 if you have the `fts_read' function. */
52 #undef HAVE_FTS_READ
53
54 /* Define to 1 if you have the `getresgid' function. */
55 #undef HAVE_GETRESGID
56
57 /* Define to 1 if you have the `getresuid' function. */
58 #undef HAVE_GETRESUID
59
60 /* Define to 1 if you have the <grp.h> header file. */
61 #undef HAVE_GRP_H
62
63 /* Define to 1 if you have the <inttypes.h> header file. */
64 #undef HAVE_INTTYPES_H
65
66 /* Define to 1 if you have the `dl' library (-ldl). */
67 #undef HAVE_LIBDL
68
69 /* Define to 1 if you have the `pthread' library (-lpthread). */
70 #undef HAVE_LIBPTHREAD
71
72 /* Define to 1 if you have the `socket' library (-lsocket). */
73 #undef HAVE_LIBSOCKET
74
75 /* Define to 1 if you have the <memory.h> header file. */
76 #undef HAVE_MEMORY_H
77
78 /* Define to 1 if you have the `mkdirat' function. */
79 #undef HAVE_MKDIRAT
80
81 /* Define to 1 if you have the `mknodat' function. */
82 #undef HAVE_MKNODAT
83
84 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
85 #undef HAVE_NDIR_H
86
87 /* Define to 1 if you have the `openat' function. */
88 #undef HAVE_OPENAT
89
90 /* Define to 1 if you have the <pthread.h> header file. */
91 #undef HAVE_PTHREAD_H
92
93 /* Define to 1 if you have the `renameat' function. */
94 #undef HAVE_RENAMEAT
95
96 /* have the semun union */
97 #undef HAVE_SEMUN_DEF
98
99 /* Define to 1 if you have the `setenv' function. */
100 #undef HAVE_SETENV
101
102 /* Define to 1 if you have the `setfsgid' function. */
103 #undef HAVE_SETFSGID
104
105 /* Define to 1 if you have the `setfsuid' function. */
106 #undef HAVE_SETFSUID
107
108 /* Define to 1 if you have the `setresgid' function. */
109 #undef HAVE_SETRESGID
110
111 /* Define to 1 if you have the `setresuid' function. */
112 #undef HAVE_SETRESUID
113
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #undef HAVE_STDINT_H
116
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #undef HAVE_STDLIB_H
119
120 /* Define to 1 if you have the `strdup' function. */
121 #undef HAVE_STRDUP
122
123 /* Define to 1 if you have the <strings.h> header file. */
124 #undef HAVE_STRINGS_H
125
126 /* Define to 1 if you have the <string.h> header file. */
127 #undef HAVE_STRING_H
128
129 /* Define to 1 if you have the `strstr' function. */
130 #undef HAVE_STRSTR
131
132 /* Define to 1 if you have the <sys/acl.h> header file. */
133 #undef HAVE_SYS_ACL_H
134
135 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
136    */
137 #undef HAVE_SYS_DIR_H
138
139 /* Define to 1 if you have the <sys/feature_tests.h> header file. */
140 #undef HAVE_SYS_FEATURE_TESTS_H
141
142 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
143    */
144 #undef HAVE_SYS_NDIR_H
145
146 /* Define to 1 if you have the <sys/socket.h> header file. */
147 #undef HAVE_SYS_SOCKET_H
148
149 /* Define to 1 if you have the <sys/stat.h> header file. */
150 #undef HAVE_SYS_STAT_H
151
152 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
153 #undef HAVE_SYS_SYSMACROS_H
154
155 /* Define to 1 if you have the <sys/types.h> header file. */
156 #undef HAVE_SYS_TYPES_H
157
158 /* Define to 1 if you have the <unistd.h> header file. */
159 #undef HAVE_UNISTD_H
160
161 /* Define to 1 if you have the `unlinkat' function. */
162 #undef HAVE_UNLINKAT
163
164 /* second argument of initgroups */
165 #undef INITGROUPS_SECOND_ARG
166
167 /* path to libc shared object */
168 #undef LIBCPATH
169
170 /* Define to the sub-directory in which libtool stores uninstalled libraries.
171    */
172 #undef LT_OBJDIR
173
174 /* Name of package */
175 #undef PACKAGE
176
177 /* Define to the address where bug reports for this package should be sent. */
178 #undef PACKAGE_BUGREPORT
179
180 /* Define to the full name of this package. */
181 #undef PACKAGE_NAME
182
183 /* Define to the full name and version of this package. */
184 #undef PACKAGE_STRING
185
186 /* Define to the one symbol short name of this package. */
187 #undef PACKAGE_TARNAME
188
189 /* Define to the version of this package. */
190 #undef PACKAGE_VERSION
191
192 /* type of readlink bufsize */
193 #undef READLINK_BUFSIZE_TYPE
194
195 /* type of readlink buf */
196 #undef READLINK_BUF_TYPE
197
198 /* type of readlink return value */
199 #undef READLINK_RETVAL_TYPE
200
201 /* type of setgroups size */
202 #undef SETGROUPS_SIZE_TYPE
203
204 /* argument of setregid */
205 #undef SETREGID_ARG
206
207 /* argument of setreuid */
208 #undef SETREUID_ARG
209
210 /* second argument of stat */
211 #undef STAT_SECOND_ARG
212
213 /* Define to 1 if you have the ANSI C header files. */
214 #undef STDC_HEADERS
215
216 /* stat-struct conversion hackery */
217 #undef STUPID_ALPHA_HACK
218
219 /* Version number of package */
220 #undef VERSION
221
222 /* Stuff.  */
223 #define WRAP_STAT  __astat
224 #define WRAP_STAT_QUOTE  __astat
225 #define TMP_STAT  __astat
226 #define NEXT_STAT_NOARG  next___astat
227
228 #define WRAP_LSTAT_QUOTE  __astat
229 #define WRAP_LSTAT  __astat
230 #define TMP_LSTAT  __astat
231 #define NEXT_LSTAT_NOARG  next___astat
232
233 #define WRAP_FSTAT_QUOTE  __astat
234 #define WRAP_FSTAT  __astat
235 #define TMP_FSTAT  __astat
236 #define NEXT_FSTAT_NOARG  next___astat
237
238 #define WRAP_FSTATAT_QUOTE  __astatat
239 #define WRAP_FSTATAT  __astatat
240 #define TMP_FSTATAT  __astatat
241 #define NEXT_FSTATAT_NOARG  next___astatat
242
243 #define WRAP_STAT64_QUOTE  __astat64
244 #define WRAP_STAT64  __astat64
245 #define TMP_STAT64  __astat64
246 #define NEXT_STAT64_NOARG  next___astat64
247
248 #define WRAP_LSTAT64_QUOTE  __astat64
249 #define WRAP_LSTAT64  __astat64
250 #define TMP_LSTAT64  __astat64
251 #define NEXT_LSTAT64_NOARG  next___astat64
252
253 #define WRAP_FSTAT64_QUOTE  __astat64
254 #define WRAP_FSTAT64  __astat64
255 #define TMP_FSTAT64  __astat64
256 #define NEXT_FSTAT64_NOARG  next___astat64
257
258 #define WRAP_FSTATAT64_QUOTE  __astatat64
259 #define WRAP_FSTATAT64  __astatat64
260 #define TMP_FSTATAT64  __astatat64
261 #define NEXT_FSTATAT64_NOARG  next___astatat64
262
263 #define WRAP_MKNOD_QUOTE  __amknod
264 #define WRAP_MKNOD  __amknod
265 #define TMP_MKNOD  __amknod
266 #define NEXT_MKNOD_NOARG  next___amknod
267
268 #define WRAP_MKNODAT_QUOTE  __amknodat
269 #define WRAP_MKNODAT  __amknodat
270 #define TMP_MKNODAT  __amknodat
271 #define NEXT_MKNODAT_NOARG  next___amknodat
272
273
274 /* fifth argument of __xmknodat */
275 #undef XMKNODAT_FIFTH_ARG
276
277 /* fourth argument of __xmknod */
278 #undef XMKNOD_FRTH_ARG
279
280 /* Define to empty if `const' does not conform to ANSI C. */
281 #undef const
282
283 /* Define to `int' if <sys/types.h> does not define. */
284 #undef mode_t
285
286 /* Define to `long' if <sys/types.h> does not define. */
287 #undef off_t
288
289 /* Define to `unsigned' if <sys/types.h> does not define. */
290 #undef size_t
291
292 #if ! HAVE_BUILTIN_EXPECT
293 #define __builtin_expect(x, expected_value) (x)
294 #endif