]> git.decadent.org.uk Git - nfs-utils.git/blob - support/include/config.h.in
Imported Upstream version 1.1.5
[nfs-utils.git] / support / include / config.h.in
1 /* support/include/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7    systems. This function is required for `alloca.c' support on those systems.
8    */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define to the type of elements in the array set by `getgroups'. Usually
15    this is either `int' or `gid_t'. */
16 #undef GETGROUPS_T
17
18 /* Define this if you want rpcsec_gss support compiled in */
19 #undef GSS_SUPPORTED
20
21 /* Define to 1 if you have the `alarm' function. */
22 #undef HAVE_ALARM
23
24 /* Define to 1 if you have `alloca', as a function or macro. */
25 #undef HAVE_ALLOCA
26
27 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
28    */
29 #undef HAVE_ALLOCA_H
30
31 /* Define to 1 if you have the <arpa/inet.h> header file. */
32 #undef HAVE_ARPA_INET_H
33
34 /* Define to 1 if you have the `atexit' function. */
35 #undef HAVE_ATEXIT
36
37 /* Define this if the rpcsec_gss library has the function
38    authgss_set_debug_level */
39 #undef HAVE_AUTHGSS_SET_DEBUG_LEVEL
40
41 /* Define to 1 if you have the `bindresvport_sa' function. */
42 #undef HAVE_BINDRESVPORT_SA
43
44 /* Define this if you want to use BSD signal semantics */
45 #undef HAVE_BSD_SIGNALS
46
47 /* Define to 1 if you have the `clnt_create' function. */
48 #undef HAVE_CLNT_CREATE
49
50 /* Define to 1 if you have the `clnt_create_timed' function. */
51 #undef HAVE_CLNT_CREATE_TIMED
52
53 /* Define to 1 if you have the `clnt_dg_create' function. */
54 #undef HAVE_CLNT_DG_CREATE
55
56 /* Define to 1 if you have the `clnt_vc_create' function. */
57 #undef HAVE_CLNT_VC_CREATE
58
59 /* Define to 1 if you have the <com_err.h> header file. */
60 #undef HAVE_COM_ERR_H
61
62 /* Define this to 1 if AI_ADDRCONFIG macro is defined */
63 #undef HAVE_DECL_AI_ADDRCONFIG
64
65 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
66    */
67 #undef HAVE_DIRENT_H
68
69 /* Define to 1 if you have the <dlfcn.h> header file. */
70 #undef HAVE_DLFCN_H
71
72 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
73 #undef HAVE_DOPRNT
74
75 /* Define to 1 if you have the `dup2' function. */
76 #undef HAVE_DUP2
77
78 /* Define to 1 if you have the <et/com_err.h> header file. */
79 #undef HAVE_ET_COM_ERR_H
80
81 /* Define to 1 if you have the <event.h> header file. */
82 #undef HAVE_EVENT_H
83
84 /* Define to 1 if you have the <fcntl.h> header file. */
85 #undef HAVE_FCNTL_H
86
87 /* Define to 1 if you have the `fdatasync' function. */
88 #undef HAVE_FDATASYNC
89
90 /* Define to 1 if you have the `fork' function. */
91 #undef HAVE_FORK
92
93 /* Define to 1 if you have the `ftruncate' function. */
94 #undef HAVE_FTRUNCATE
95
96 /* Define to 1 if you have the `getcwd' function. */
97 #undef HAVE_GETCWD
98
99 /* Define to 1 if your system has a working `getgroups' function. */
100 #undef HAVE_GETGROUPS
101
102 /* Define to 1 if you have the `gethostbyaddr' function. */
103 #undef HAVE_GETHOSTBYADDR
104
105 /* Define to 1 if you have the `gethostbyname' function. */
106 #undef HAVE_GETHOSTBYNAME
107
108 /* Define to 1 if you have the `gethostname' function. */
109 #undef HAVE_GETHOSTNAME
110
111 /* Define to 1 if you have the `getmntent' function. */
112 #undef HAVE_GETMNTENT
113
114 /* Define to 1 if you have the `getnameinfo' function. */
115 #undef HAVE_GETNAMEINFO
116
117 /* Define to 1 if you have the `getnetconfig' function. */
118 #undef HAVE_GETNETCONFIG
119
120 /* Define to 1 if you have the `getrpcbyname' function. */
121 #undef HAVE_GETRPCBYNAME
122
123 /* Define to 1 if you have the `gettimeofday' function. */
124 #undef HAVE_GETTIMEOFDAY
125
126 /* Define this if the Kerberos GSS library supports gss_krb5_ccache_name */
127 #undef HAVE_GSS_KRB5_CCACHE_NAME
128
129 /* Define to 1 if you have the `hasmntopt' function. */
130 #undef HAVE_HASMNTOPT
131
132 /* Define this if you have Heimdal Kerberos libraries */
133 #undef HAVE_HEIMDAL
134
135 /* Define to 1 if you have the <ifaddrs.h> header file. */
136 #undef HAVE_IFADDRS_H
137
138 /* Define to 1 if you have the `inet_ntoa' function. */
139 #undef HAVE_INET_NTOA
140
141 /* Define to 1 if you have the `innetgr' function. */
142 #undef HAVE_INNETGR
143
144 /* Define to 1 if you have the <inttypes.h> header file. */
145 #undef HAVE_INTTYPES_H
146
147 /* Define this if you have MIT Kerberos libraries */
148 #undef HAVE_KRB5
149
150 /* Define this if the function krb5_get_error_message is available */
151 #undef HAVE_KRB5_GET_ERROR_MESSAGE
152
153 /* Define this if the function krb5_get_init_creds_opt_set_addressless is
154    available */
155 #undef HAVE_KRB5_GET_INIT_CREDS_OPT_SET_ADDRESSLESS
156
157 /* Define to 1 if you have the <libintl.h> header file. */
158 #undef HAVE_LIBINTL_H
159
160 /* Define to 1 if you have the `tirpc' library (-ltirpc). */
161 #undef HAVE_LIBTIRPC
162
163 /* tcp-wrapper */
164 #undef HAVE_LIBWRAP
165
166 /* Define to 1 if you have the <limits.h> header file. */
167 #undef HAVE_LIMITS_H
168
169 /* Define to 1 if `lstat' has the bug that it succeeds when given the
170    zero-length file name argument. */
171 #undef HAVE_LSTAT_EMPTY_STRING_BUG
172
173 /* Define this if the Kerberos GSS library supports
174    gss_krb5_export_lucid_sec_context */
175 #undef HAVE_LUCID_CONTEXT_SUPPORT
176
177 /* Define to 1 if you have the <malloc.h> header file. */
178 #undef HAVE_MALLOC_H
179
180 /* Define to 1 if you have the <memory.h> header file. */
181 #undef HAVE_MEMORY_H
182
183 /* Define to 1 if you have the `memset' function. */
184 #undef HAVE_MEMSET
185
186 /* Define to 1 if you have the `mkdir' function. */
187 #undef HAVE_MKDIR
188
189 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
190 #undef HAVE_NDIR_H
191
192 /* Define to 1 if you have the <netdb.h> header file. */
193 #undef HAVE_NETDB_H
194
195 /* Define to 1 if you have the <netinet/in.h> header file. */
196 #undef HAVE_NETINET_IN_H
197
198 /* Whether nfs4_set_debug() is present in libnfsidmap */
199 #undef HAVE_NFS4_SET_DEBUG
200
201 /* Define to 1 if you have the <nfsidmap.h> header file. */
202 #undef HAVE_NFSIDMAP_H
203
204 /* Define to 1 if you have the `pathconf' function. */
205 #undef HAVE_PATHCONF
206
207 /* Define to 1 if you have the <paths.h> header file. */
208 #undef HAVE_PATHS_H
209
210 /* Define to 1 if you have the `realpath' function. */
211 #undef HAVE_REALPATH
212
213 /* Define to 1 if you have the `rmdir' function. */
214 #undef HAVE_RMDIR
215
216 /* Define to 1 if you have the `select' function. */
217 #undef HAVE_SELECT
218
219 /* Define this if the Kerberos GSS library supports
220    gss_krb5_set_allowable_enctypes */
221 #undef HAVE_SET_ALLOWABLE_ENCTYPES
222
223 /* Define to 1 if you have the `sigprocmask' function. */
224 #undef HAVE_SIGPROCMASK
225
226 /* Define to 1 if you have the `socket' function. */
227 #undef HAVE_SOCKET
228
229 /* Define to 1 if you have the <spkm3.h> header file. */
230 #undef HAVE_SPKM3_H
231
232 /* Define to 1 if `stat' has the bug that it succeeds when given the
233    zero-length file name argument. */
234 #undef HAVE_STAT_EMPTY_STRING_BUG
235
236 /* Define to 1 if you have the <stdint.h> header file. */
237 #undef HAVE_STDINT_H
238
239 /* Define to 1 if you have the <stdlib.h> header file. */
240 #undef HAVE_STDLIB_H
241
242 /* Define to 1 if you have the `strcasecmp' function. */
243 #undef HAVE_STRCASECMP
244
245 /* Define to 1 if you have the `strchr' function. */
246 #undef HAVE_STRCHR
247
248 /* Define to 1 if you have the `strdup' function. */
249 #undef HAVE_STRDUP
250
251 /* Define to 1 if you have the `strerror' function. */
252 #undef HAVE_STRERROR
253
254 /* Define to 1 if you have the <strings.h> header file. */
255 #undef HAVE_STRINGS_H
256
257 /* Define to 1 if you have the <string.h> header file. */
258 #undef HAVE_STRING_H
259
260 /* Define to 1 if you have the `strrchr' function. */
261 #undef HAVE_STRRCHR
262
263 /* Define to 1 if you have the `strtol' function. */
264 #undef HAVE_STRTOL
265
266 /* Define to 1 if you have the `strtoul' function. */
267 #undef HAVE_STRTOUL
268
269 /* Define to 1 if you have the <syslog.h> header file. */
270 #undef HAVE_SYSLOG_H
271
272 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
273    */
274 #undef HAVE_SYS_DIR_H
275
276 /* Define to 1 if you have the <sys/file.h> header file. */
277 #undef HAVE_SYS_FILE_H
278
279 /* Define to 1 if you have the <sys/ioctl.h> header file. */
280 #undef HAVE_SYS_IOCTL_H
281
282 /* Define to 1 if you have the <sys/mount.h> header file. */
283 #undef HAVE_SYS_MOUNT_H
284
285 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
286    */
287 #undef HAVE_SYS_NDIR_H
288
289 /* Define to 1 if you have the <sys/param.h> header file. */
290 #undef HAVE_SYS_PARAM_H
291
292 /* Define to 1 if you have the <sys/select.h> header file. */
293 #undef HAVE_SYS_SELECT_H
294
295 /* Define to 1 if you have the <sys/socket.h> header file. */
296 #undef HAVE_SYS_SOCKET_H
297
298 /* Define to 1 if you have the <sys/stat.h> header file. */
299 #undef HAVE_SYS_STAT_H
300
301 /* Define to 1 if you have the <sys/time.h> header file. */
302 #undef HAVE_SYS_TIME_H
303
304 /* Define to 1 if you have the <sys/types.h> header file. */
305 #undef HAVE_SYS_TYPES_H
306
307 /* Define to 1 if you have the <sys/vfs.h> header file. */
308 #undef HAVE_SYS_VFS_H
309
310 /* tcp-wrapper */
311 #undef HAVE_TCP_WRAPPER
312
313 /* Define to 1 if you have the <tirpc/netconfig.h> header file. */
314 #undef HAVE_TIRPC_NETCONFIG_H
315
316 /* Define to 1 if you have the <unistd.h> header file. */
317 #undef HAVE_UNISTD_H
318
319 /* Define to 1 if you have the `vfork' function. */
320 #undef HAVE_VFORK
321
322 /* Define to 1 if you have the <vfork.h> header file. */
323 #undef HAVE_VFORK_H
324
325 /* Define to 1 if you have the `vprintf' function. */
326 #undef HAVE_VPRINTF
327
328 /* Define to 1 if `fork' works. */
329 #undef HAVE_WORKING_FORK
330
331 /* Define to 1 if `vfork' works. */
332 #undef HAVE_WORKING_VFORK
333
334 /* Define to 1 if you have the `xdr_rpcb' function. */
335 #undef HAVE_XDR_RPCB
336
337 /* Define this if you want IPv6 support compiled in */
338 #undef IPV6_SUPPORTED
339
340 /* Define this as the Kerberos version number */
341 #undef KRB5_VERSION
342
343 /* tcp-wrapper */
344 #undef LIBWRAP
345
346 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
347    slash. */
348 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
349
350 /* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
351    */
352 #undef MAJOR_IN_MKDEV
353
354 /* Define to 1 if `major', `minor', and `makedev' are declared in
355    <sysmacros.h>. */
356 #undef MAJOR_IN_SYSMACROS
357
358 /* Define this if you want NFSv3 support compiled in */
359 #undef NFS3_SUPPORTED
360
361 /* Define this if you want NFSv4 support compiled in */
362 #undef NFS4_SUPPORTED
363
364 /* This defines the location of the NFS state files. Warning: this must match
365    definitions in config.mk! */
366 #undef NFS_STATEDIR
367
368 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
369 #undef NO_MINUS_C_MINUS_O
370
371 /* Name of package */
372 #undef PACKAGE
373
374 /* Define to the address where bug reports for this package should be sent. */
375 #undef PACKAGE_BUGREPORT
376
377 /* Define to the full name of this package. */
378 #undef PACKAGE_NAME
379
380 /* Define to the full name and version of this package. */
381 #undef PACKAGE_STRING
382
383 /* Define to the one symbol short name of this package. */
384 #undef PACKAGE_TARNAME
385
386 /* Define to the version of this package. */
387 #undef PACKAGE_VERSION
388
389 /* Define as the return type of signal handlers (`int' or `void'). */
390 #undef RETSIGTYPE
391
392 /* Define to the type of arg 1 for `select'. */
393 #undef SELECT_TYPE_ARG1
394
395 /* Define to the type of args 2, 3 and 4 for `select'. */
396 #undef SELECT_TYPE_ARG234
397
398 /* Define to the type of arg 5 for `select'. */
399 #undef SELECT_TYPE_ARG5
400
401 /* The size of `int', as computed by sizeof. */
402 #undef SIZEOF_INT
403
404 /* The size of `long', as computed by sizeof. */
405 #undef SIZEOF_LONG
406
407 /* The size of `short', as computed by sizeof. */
408 #undef SIZEOF_SHORT
409
410 /* The size of `size_t', as computed by sizeof. */
411 #undef SIZEOF_SIZE_T
412
413 /* The size of `socklen_t', as computed by sizeof. */
414 #undef SIZEOF_SOCKLEN_T
415
416 /* If using the C implementation of alloca, define if you know the
417    direction of stack growth for your system; otherwise it will be
418    automatically deduced at runtime.
419         STACK_DIRECTION > 0 => grows toward higher addresses
420         STACK_DIRECTION < 0 => grows toward lower addresses
421         STACK_DIRECTION = 0 => direction of growth unknown */
422 #undef STACK_DIRECTION
423
424 /* Define this to a script which can start statd on mount */
425 #undef START_STATD
426
427 /* Define to 1 if you have the ANSI C header files. */
428 #undef STDC_HEADERS
429
430 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
431 #undef TIME_WITH_SYS_TIME
432
433 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
434 #undef TM_IN_SYS_TIME
435
436 /* Define if you want to use blkid to find uuid of filesystems */
437 #undef USE_BLKID
438
439 /* Define this if the private function, gss_krb5_cache_name, must be used to
440    tell the Kerberos library which credentials cache to use. Otherwise, this
441    is done by setting the KRB5CCNAME environment variable */
442 #undef USE_GSS_KRB5_CCACHE_NAME
443
444 /* Version number of package */
445 #undef VERSION
446
447 /* Number of bits in a file offset, on hosts where this is settable. */
448 #undef _FILE_OFFSET_BITS
449
450 /* Define for large files, on AIX-style hosts. */
451 #undef _LARGE_FILES
452
453 /* Define to empty if `const' does not conform to ANSI C. */
454 #undef const
455
456 /* Define to `int' if <sys/types.h> doesn't define. */
457 #undef gid_t
458
459 /* Define to `__inline__' or `__inline' if that's what the C compiler
460    calls it, or to nothing if 'inline' is not supported under any name.  */
461 #ifndef __cplusplus
462 #undef inline
463 #endif
464
465 /* Define to `long int' if <sys/types.h> does not define. */
466 #undef off_t
467
468 /* Define to `int' if <sys/types.h> does not define. */
469 #undef pid_t
470
471 /* Define to `unsigned int' if <sys/types.h> does not define. */
472 #undef size_t
473
474 /* Define to `int' if <sys/types.h> doesn't define. */
475 #undef uid_t
476
477 /* Define as `fork' if `vfork' does not work. */
478 #undef vfork