1/*
2 * $FreeBSD$
3 *
4 * portions derived from
5 *      $NetBSD: config.h,v 1.11 1998/08/08 22:33:37 christos Exp $
6 */
7
8#ifndef _CONFIG_H
9#define _CONFIG_H
10
11/* We [FREEBSD-NATIVE] pick some parameters from our local config file */
12#include "config_local.h"
13
14/* define name of am-utils' NFS protocol header */
15#define AMU_NFS_PROTOCOL_HEADER "./conf/nfs_prot/nfs_prot_freebsd3.h"
16
17/* Type of the 5rd argument to authunix_create() */
18#define AUTH_CREATE_GIDLIST_TYPE gid_t
19
20/* Define configuration date */
21/* #define CONFIG_DATE "Tue Dec 4 21:39:00 PST 2007" */
22
23/* Turn off general debugging by default */
24/* #undef DEBUG */
25
26/* Turn off memory debugging by default */
27/* #undef DEBUG_MEM */
28
29/* Define name of host OS's distribution name (eg. debian, redhat, suse, etc.)
30   */
31#define DISTRO_NAME "The FreeBSD Project"
32
33/* Define to the type of elements in the array set by `getgroups'. Usually
34   this is either `int' or `gid_t'. */
35#define GETGROUPS_T gid_t
36
37/* Define to 1 if the `getpgrp' function requires zero arguments. */
38#define GETPGRP_VOID 1
39
40/* Define if have automount filesystem */
41#define HAVE_AMU_FS_AUTO 1
42
43/* Define if have direct automount filesystem */
44#define HAVE_AMU_FS_DIRECT 1
45
46/* Define if have error filesystem */
47#define HAVE_AMU_FS_ERROR 1
48
49/* Define if have NFS host-tree filesystem */
50#define HAVE_AMU_FS_HOST 1
51
52/* Define if have symbolic-link filesystem */
53#define HAVE_AMU_FS_LINK 1
54
55/* Define if have symlink with existence check filesystem */
56#define HAVE_AMU_FS_LINKX 1
57
58/* Define if have nfsl (NFS with local link check) filesystem */
59#define HAVE_AMU_FS_NFSL 1
60
61/* Define if have multi-NFS filesystem */
62#define HAVE_AMU_FS_NFSX 1
63
64/* Define if have program filesystem */
65#define HAVE_AMU_FS_PROGRAM 1
66
67/* Define if have "top-level" filesystem */
68#define HAVE_AMU_FS_TOPLVL 1
69
70/* Define if have union filesystem */
71#define HAVE_AMU_FS_UNION 1
72
73/* Define to 1 if you have the <arpa/inet.h> header file. */
74#define HAVE_ARPA_INET_H 1
75
76/* Define to 1 if you have the <arpa/nameser.h> header file. */
77#define HAVE_ARPA_NAMESER_H 1
78
79/* Define to 1 if you have the <assert.h> header file. */
80#define HAVE_ASSERT_H 1
81
82/* Define to 1 if `addr' is member of `autofs_args_t'. */
83/* #undef HAVE_AUTOFS_ARGS_T_ADDR */
84
85/* define if have a bad version of hasmntopt() */
86/* #undef HAVE_BAD_HASMNTOPT */
87
88/* define if have a bad version of memcmp() */
89/* #undef HAVE_BAD_MEMCMP */
90
91/* define if have a bad version of yp_all() */
92/* #undef HAVE_BAD_YP_ALL */
93
94/* Define to 1 if you have the `bcmp' function. */
95#define HAVE_BCMP 1
96
97/* Define to 1 if you have the `bcopy' function. */
98#define HAVE_BCOPY 1
99
100/* Define to 1 if you have the <bsd/rpc/rpc.h> header file. */
101/* #undef HAVE_BSD_RPC_RPC_H */
102
103/* Define to 1 if you have the `bzero' function. */
104#define HAVE_BZERO 1
105
106/* System supports C99-style variable-length argument macros */
107#define HAVE_C99_VARARGS_MACROS 1
108
109/* Define to 1 if `flags' is member of `cdfs_args_t'. */
110#define HAVE_CDFS_ARGS_T_FLAGS 1
111
112/* Define to 1 if `fspec' is member of `cdfs_args_t'. */
113#define HAVE_CDFS_ARGS_T_FSPEC 1
114
115/* Define to 1 if `iso_flags' is member of `cdfs_args_t'. */
116/* #undef HAVE_CDFS_ARGS_T_ISO_FLAGS */
117
118/* Define to 1 if `iso_pgthresh' is member of `cdfs_args_t'. */
119/* #undef HAVE_CDFS_ARGS_T_ISO_PGTHRESH */
120
121/* Define to 1 if `norrip' is member of `cdfs_args_t'. */
122/* #undef HAVE_CDFS_ARGS_T_NORRIP */
123
124/* Define to 1 if `ssector' is member of `cdfs_args_t'. */
125#define HAVE_CDFS_ARGS_T_SSECTOR 1
126
127/* Define to 1 if you have the <cdfs/cdfsmount.h> header file. */
128/* #undef HAVE_CDFS_CDFSMOUNT_H */
129
130/* Define to 1 if you have the <cdfs/cdfs_mount.h> header file. */
131/* #undef HAVE_CDFS_CDFS_MOUNT_H */
132
133/* Define to 1 if you have the `clnt_create' function. */
134#define HAVE_CLNT_CREATE 1
135
136/* Define to 1 if you have the `clnt_create_vers' function. */
137#define HAVE_CLNT_CREATE_VERS 1
138
139/* Define to 1 if you have the `clnt_create_vers_timed' function. */
140#define HAVE_CLNT_CREATE_VERS_TIMED 1
141
142/* Define to 1 if you have the `clnt_spcreateerror' function. */
143#define HAVE_CLNT_SPCREATEERROR 1
144
145/* Define to 1 if you have the `clnt_sperrno' function. */
146#define HAVE_CLNT_SPERRNO 1
147
148/* Define to 1 if you have the `clock_gettime' function. */
149#define HAVE_CLOCK_GETTIME 1
150
151/* Define to 1 if you have the <cluster.h> header file. */
152/* #undef HAVE_CLUSTER_H */
153
154/* Define to 1 if you have the `cnodeid' function. */
155/* #undef HAVE_CNODEID */
156
157/* Define to 1 if you have the <ctype.h> header file. */
158#define HAVE_CTYPE_H 1
159
160/* Define to 1 if you have the <db1/ndbm.h> header file. */
161/* #undef HAVE_DB1_NDBM_H */
162
163/* Define to 1 if you have the `dbm_open' function. */
164#define HAVE_DBM_OPEN 1
165
166/* Define to 1 if you have the `dg_mount' function. */
167/* #undef HAVE_DG_MOUNT */
168
169/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
170   */
171#define HAVE_DIRENT_H 1
172
173/* Define to 1 if you have the <dlfcn.h> header file. */
174#define HAVE_DLFCN_H 1
175
176/* Define to 1 if `flags' is member of `efs_args_t'. */
177/* #undef HAVE_EFS_ARGS_T_FLAGS */
178
179/* Define to 1 if `fspec' is member of `efs_args_t'. */
180/* #undef HAVE_EFS_ARGS_T_FSPEC */
181
182/* Define to 1 if you have the <errno.h> header file. */
183#define HAVE_ERRNO_H 1
184
185/* does extern definition for clnt_spcreateerror() exist? */
186#define HAVE_EXTERN_CLNT_SPCREATEERROR 1
187
188/* does extern definition for clnt_sperrno() exist? */
189#define HAVE_EXTERN_CLNT_SPERRNO 1
190
191/* does extern definition for free() exist? */
192#define HAVE_EXTERN_FREE 1
193
194/* does extern definition for getccent() (hpux) exist? */
195/* #undef HAVE_EXTERN_GETCCENT */
196
197/* does extern definition for getdomainname() exist? */
198#define HAVE_EXTERN_GETDOMAINNAME 1
199
200/* does extern definition for getdtablesize() exist? */
201#define HAVE_EXTERN_GETDTABLESIZE 1
202
203/* does extern definition for gethostname() exist? */
204#define HAVE_EXTERN_GETHOSTNAME 1
205
206/* does extern definition for getlogin() exist? */
207#define HAVE_EXTERN_GETLOGIN 1
208
209/* does extern definition for getpagesize() exist? */
210#define HAVE_EXTERN_GETPAGESIZE 1
211
212/* does extern definition for gettablesize() exist? */
213/* #undef HAVE_EXTERN_GETTABLESIZE */
214
215/* does extern definition for getwd() exist? */
216#define HAVE_EXTERN_GETWD 1
217
218/* does extern definition for get_myaddress() exist? */
219#define HAVE_EXTERN_GET_MYADDRESS 1
220
221/* does extern definition for hosts_ctl() exist? */
222/* #undef HAVE_EXTERN_HOSTS_CTL */
223
224/* does extern definition for innetgr() exist? */
225#define HAVE_EXTERN_INNETGR 1
226
227/* does extern definition for ldap_enable_cache() exist? */
228/* #undef HAVE_EXTERN_LDAP_ENABLE_CACHE */
229
230/* does extern definition for mkstemp() exist? */
231#define HAVE_EXTERN_MKSTEMP 1
232
233/* does extern definition for mntctl() exist? */
234/* #undef HAVE_EXTERN_MNTCTL */
235
236/* does extern definition for optarg exist? */
237#define HAVE_EXTERN_OPTARG 1
238
239/* does extern definition for sbrk() exist? */
240#define HAVE_EXTERN_SBRK 1
241
242/* does extern definition for seteuid() exist? */
243#define HAVE_EXTERN_SETEUID 1
244
245/* does extern definition for setitimer() exist? */
246#define HAVE_EXTERN_SETITIMER 1
247
248/* does extern definition for sleep() exist? */
249#define HAVE_EXTERN_SLEEP 1
250
251/* does extern definition for strcasecmp() exist? */
252#define HAVE_EXTERN_STRCASECMP 1
253
254/* does extern definition for strdup() exist? */
255#define HAVE_EXTERN_STRDUP 1
256
257/* does extern definition for strlcat() exist? */
258#define HAVE_EXTERN_STRLCAT 1
259
260/* does extern definition for strlcpy() exist? */
261#define HAVE_EXTERN_STRLCPY 1
262
263/* does extern definition for strstr() exist? */
264#define HAVE_EXTERN_STRSTR 1
265
266/* does extern definition for sys_errlist[] exist? */
267#define HAVE_EXTERN_SYS_ERRLIST 1
268
269/* does extern definition for ualarm() exist? */
270#define HAVE_EXTERN_UALARM 1
271
272/* does extern definition for usleep() exist? */
273#define HAVE_EXTERN_USLEEP 1
274
275/* does extern definition for vsnprintf() exist? */
276#define HAVE_EXTERN_VSNPRINTF 1
277
278/* does extern definition for wait3() exist? */
279#define HAVE_EXTERN_WAIT3 1
280
281/* does extern definition for xdr_callmsg() exist? */
282#define HAVE_EXTERN_XDR_CALLMSG 1
283
284/* does extern definition for xdr_opaque_auth() exist? */
285#define HAVE_EXTERN_XDR_OPAQUE_AUTH 1
286
287/* Define to 1 if you have the <fcntl.h> header file. */
288#define HAVE_FCNTL_H 1
289
290/* Define to 1 if `fds_bits' is member of `fd_set'. */
291#define HAVE_FD_SET_FDS_BITS 1
292
293/* Define to 1 if you have the `fgets' function. */
294#define HAVE_FGETS 1
295
296/* Define if plain fhandle type exists */
297#define HAVE_FHANDLE 1
298
299/* Define to 1 if you have the `flock' function. */
300#define HAVE_FLOCK 1
301
302/* Define to 1 if you have the `fork' function. */
303#define HAVE_FORK 1
304
305/* Define to 1 if you have the `fsmount' function. */
306/* #undef HAVE_FSMOUNT */
307
308/* Define if have AUTOFS filesystem */
309/* #undef HAVE_FS_AUTOFS */
310
311/* Define if have CACHEFS filesystem */
312/* #undef HAVE_FS_CACHEFS */
313
314/* Define if have CDFS filesystem */
315#define HAVE_FS_CDFS 1
316
317/* Define if have CFS (crypto) filesystem */
318/* #undef HAVE_FS_CFS */
319
320/* Define if have EFS filesystem (irix) */
321/* #undef HAVE_FS_EFS */
322
323/* Define if have FFS filesystem */
324/* #undef HAVE_FS_FFS */
325
326/* Define if have HSFS filesystem */
327/* #undef HAVE_FS_HSFS */
328
329/* Define if have LOFS filesystem */
330/* #undef HAVE_FS_LOFS */
331
332/* Define if have MFS filesystem */
333/* #undef HAVE_FS_MFS */
334
335/* Define if have NFS filesystem */
336#define HAVE_FS_NFS 1
337
338/* Define if have NFS3 filesystem */
339#define HAVE_FS_NFS3 1
340
341/* Define if have NULLFS (loopback on bsd44) filesystem */
342#define HAVE_FS_NULLFS 1
343
344/* Define if have PCFS filesystem */
345#define HAVE_FS_PCFS 1
346
347/* Define if have TFS filesystem */
348/* #undef HAVE_FS_TFS */
349
350/* Define if have TMPFS filesystem */
351/* #undef HAVE_FS_TMPFS */
352
353/* Define if have UFS filesystem */
354#define HAVE_FS_UFS 1
355
356/* Define if have UMAPFS (uid/gid mapping) filesystem */
357/* #undef HAVE_FS_UMAPFS */
358
359/* Define if have UNIONFS filesystem */
360#define HAVE_FS_UNIONFS 1
361
362/* Define if have XFS filesystem (irix) */
363/* #undef HAVE_FS_XFS */
364
365/* System supports GCC-style variable-length argument macros */
366/* #undef HAVE_GCC_VARARGS_MACROS */
367
368/* Define to 1 if you have the <gdbm-ndbm.h> header file. */
369/* #undef HAVE_GDBM_NDBM_H */
370
371/* Define to 1 if you have the `getccent' function. */
372/* #undef HAVE_GETCCENT */
373
374/* Define to 1 if you have the `getcwd' function. */
375#define HAVE_GETCWD 1
376
377/* Define to 1 if you have the `getdomainname' function. */
378#define HAVE_GETDOMAINNAME 1
379
380/* Define to 1 if you have the `getdtablesize' function. */
381#define HAVE_GETDTABLESIZE 1
382
383/* Define to 1 if you have the `gethostname' function. */
384#define HAVE_GETHOSTNAME 1
385
386/* Define to 1 if you have the `getifaddrs' function. */
387#define HAVE_GETIFADDRS 1
388
389/* Define to 1 if you have the `getmntinfo' function. */
390#define HAVE_GETMNTINFO 1
391
392/* Define to 1 if you have the `getmountent' function. */
393/* #undef HAVE_GETMOUNTENT */
394
395/* Define to 1 if you have the `getpagesize' function. */
396#define HAVE_GETPAGESIZE 1
397
398/* Define to 1 if you have the `getpwnam' function. */
399#define HAVE_GETPWNAM 1
400
401/* Define to 1 if you have the `gettimeofday' function. */
402#define HAVE_GETTIMEOFDAY 1
403
404/* Define to 1 if you have the `get_myaddress' function. */
405#define HAVE_GET_MYADDRESS 1
406
407/* define if your system's getopt() is GNU getopt() (are you using glibc) */
408/* #undef HAVE_GNU_GETOPT */
409
410/* Define to 1 if you have the <grp.h> header file. */
411#define HAVE_GRP_H 1
412
413/* Define to 1 if you have the `hasmntopt' function. */
414/* #undef HAVE_HASMNTOPT */
415
416#ifdef YES_HESIOD
417/* Define to 1 if you have the <hesiod.h> header file. */
418#define HAVE_HESIOD_H 1
419
420/* Define to 1 if you have the `hesiod_init' function. */
421#define HAVE_HESIOD_INIT 1
422
423/* Define to 1 if you have the `hesiod_reload' function. */
424/* #undef HAVE_HESIOD_RELOAD */
425
426/* Define to 1 if you have the `hesiod_to_bind' function. */
427#define HAVE_HESIOD_TO_BIND 1
428
429/* Define to 1 if you have the `hes_init' function. */
430#define HAVE_HES_INIT 1
431#else
432#undef HAVE_HESIOD_H
433#undef HAVE_HESIOD_INIT
434#undef HAVE_HESIOD_RELOAD
435#undef HAVE_HESIOD_TO_BIND
436#undef HAVE_HES_INIT
437#endif
438
439/* Define to 1 if you have the <hsfs/hsfs.h> header file. */
440/* #undef HAVE_HSFS_HSFS_H */
441
442/* Define to 1 if you have the `hstrerror' function. */
443#define HAVE_HSTRERROR 1
444
445/* Define to 1 if you have the <ifaddrs.h> header file. */
446#define HAVE_IFADDRS_H 1
447
448/* Define to 1 if you have the <inttypes.h> header file. */
449#define HAVE_INTTYPES_H 1
450
451/* Define to 1 if you have the <irs.h> header file. */
452/* #undef HAVE_IRS_H */
453
454/* Define to 1 if you have the <isofs/cd9660/cd9660_mount.h> header file. */
455#define HAVE_ISOFS_CD9660_CD9660_MOUNT_H 1
456
457/* Define to 1 if you have the <lber.h> header file. */
458/* #undef HAVE_LBER_H */
459
460/* Define to 1 if you have the `ldap_enable_cache' function. */
461/* #undef HAVE_LDAP_ENABLE_CACHE */
462
463/* Define to 1 if you have the <ldap.h> header file. */
464/* #undef HAVE_LDAP_H */
465
466/* Define to 1 if you have the `ldap_open' function. */
467/* #undef HAVE_LDAP_OPEN */
468
469/* Define to 1 if you have the <libgen.h> header file. */
470#define HAVE_LIBGEN_H 1
471
472/* Define to 1 if you have the `malloc' library (-lmalloc). */
473/* #undef HAVE_LIBMALLOC */
474
475/* Define to 1 if you have the `mapmalloc' library (-lmapmalloc). */
476/* #undef HAVE_LIBMAPMALLOC */
477
478/* Define to 1 if you have the `nsl' library (-lnsl). */
479/* #undef HAVE_LIBNSL */
480
481/* Define to 1 if you have the `posix4' library (-lposix4). */
482/* #undef HAVE_LIBPOSIX4 */
483
484/* Define to 1 if you have the `resolv' library (-lresolv). */
485/* #undef HAVE_LIBRESOLV */
486
487/* Define to 1 if you have the `rpc' library (-lrpc). */
488/* #undef HAVE_LIBRPC */
489
490/* Define to 1 if you have the `rpcsvc' library (-lrpcsvc). */
491#define HAVE_LIBRPCSVC 1
492
493/* Define to 1 if you have the `rt' library (-lrt). */
494/* #undef HAVE_LIBRT */
495
496/* does libwrap exist? */
497#define HAVE_LIBWRAP 1
498
499/* Define to 1 if you have the <limits.h> header file. */
500#define HAVE_LIMITS_H 1
501
502/* Define to 1 if you have the <linux/auto_fs4.h> header file. */
503/* #undef HAVE_LINUX_AUTO_FS4_H */
504
505/* Define to 1 if you have the <linux/auto_fs.h> header file. */
506/* #undef HAVE_LINUX_AUTO_FS_H */
507
508/* Define to 1 if you have the <linux/fs.h> header file. */
509/* #undef HAVE_LINUX_FS_H */
510
511/* Define to 1 if you have the <linux/kdev_t.h> header file. */
512/* #undef HAVE_LINUX_KDEV_T_H */
513
514/* Define to 1 if you have the <linux/list.h> header file. */
515/* #undef HAVE_LINUX_LIST_H */
516
517/* Define to 1 if you have the <linux/loop.h> header file. */
518/* #undef HAVE_LINUX_LOOP_H */
519
520/* Define to 1 if you have the <linux/nfs2.h> header file. */
521/* #undef HAVE_LINUX_NFS2_H */
522
523/* Define to 1 if you have the <linux/nfs.h> header file. */
524/* #undef HAVE_LINUX_NFS_H */
525
526/* Define to 1 if you have the <linux/nfs_mount.h> header file. */
527/* #undef HAVE_LINUX_NFS_MOUNT_H */
528
529/* Define to 1 if you have the <linux/posix_types.h> header file. */
530/* #undef HAVE_LINUX_POSIX_TYPES_H */
531
532/* Define to 1 if you have the <linux/socket.h> header file. */
533/* #undef HAVE_LINUX_SOCKET_H */
534
535/* Define to 1 if you support file names longer than 14 characters. */
536#define HAVE_LONG_FILE_NAMES 1
537
538/* Define to 1 if you have the <machine/endian.h> header file. */
539#define HAVE_MACHINE_ENDIAN_H 1
540
541/* Define to 1 if you have the `madvise' function. */
542#define HAVE_MADVISE 1
543
544/* Define to 1 if you have the <malloc.h> header file. */
545/* #undef HAVE_MALLOC_H */
546
547/* Define if have DBM maps */
548/* #undef HAVE_MAP_DBM */
549
550/* Define if have executable maps */
551#define HAVE_MAP_EXEC 1
552
553/* Define if have file maps (everyone should have it!) */
554#define HAVE_MAP_FILE 1
555
556#ifdef YES_HESIOD
557/* Define if have HESIOD maps */
558#define HAVE_MAP_HESIOD 1
559#else
560#undef HAVE_MAP_HESIOD
561#endif
562
563/* Define if have LDAP maps */
564/* #undef HAVE_MAP_LDAP */
565
566/* Define if have NDBM maps */
567#define HAVE_MAP_NDBM 1
568
569/* Define if have NIS maps */
570#define HAVE_MAP_NIS 1
571
572/* Define if have NIS+ maps */
573/* #undef HAVE_MAP_NISPLUS */
574
575/* Define if have PASSWD maps */
576#define HAVE_MAP_PASSWD 1
577
578/* Define if have UNION maps */
579#define HAVE_MAP_UNION 1
580
581/* Define to 1 if you have the `memcmp' function. */
582#define HAVE_MEMCMP 1
583
584/* Define to 1 if you have the `memcpy' function. */
585#define HAVE_MEMCPY 1
586
587/* Define to 1 if you have the `memmove' function. */
588#define HAVE_MEMMOVE 1
589
590/* Define to 1 if you have the <memory.h> header file. */
591#define HAVE_MEMORY_H 1
592
593/* Define to 1 if you have the `memset' function. */
594#define HAVE_MEMSET 1
595
596/* Define to 1 if you have the `mkdir' function. */
597#define HAVE_MKDIR 1
598
599/* Define to 1 if you have the `mkstemp' function. */
600#define HAVE_MKSTEMP 1
601
602/* Define to 1 if you have the `mlockall' function. */
603#define HAVE_MLOCKALL 1
604
605/* Define to 1 if you have the `mntctl' function. */
606/* #undef HAVE_MNTCTL */
607
608/* Define to 1 if you have the <mntent.h> header file. */
609/* #undef HAVE_MNTENT_H */
610
611/* Define to 1 if `mnt_cnode' is member of `mntent_t'. */
612/* #undef HAVE_MNTENT_T_MNT_CNODE */
613
614/* Define to 1 if `mnt_ro' is member of `mntent_t'. */
615/* #undef HAVE_MNTENT_T_MNT_RO */
616
617/* Define to 1 if `mnt_time' is member of `mntent_t'. */
618/* #undef HAVE_MNTENT_T_MNT_TIME */
619
620/* does mntent_t have mnt_time field and is of type "char *" ? */
621/* #undef HAVE_MNTENT_T_MNT_TIME_STRING */
622
623/* Define to 1 if you have the <mnttab.h> header file. */
624/* #undef HAVE_MNTTAB_H */
625
626/* Define to 1 if you have the `mount' function. */
627#define HAVE_MOUNT 1
628
629/* Define to 1 if `optptr' is member of `mounta'. */
630/* #undef HAVE_MOUNTA_OPTPTR */
631
632/* Define to 1 if you have the `mountsyscall' function. */
633/* #undef HAVE_MOUNTSYSCALL */
634
635/* Define to 1 if you have the <mount.h> header file. */
636/* #undef HAVE_MOUNT_H */
637
638/* Define to 1 if you have the <msdosfs/msdosfsmount.h> header file. */
639/* #undef HAVE_MSDOSFS_MSDOSFSMOUNT_H */
640
641/* Define to 1 if you have the <fs/msdosfs/msdosfsmount.h> header file. */
642#define HAVE_FS_MSDOSFS_MSDOSFSMOUNT_H 1
643
644/* Define to 1 if you have the <ndbm.h> header file. */
645#define HAVE_NDBM_H 1
646
647/* Define to 1 if you have the <ndir.h> header file. */
648/* #undef HAVE_NDIR_H */
649
650/* Define to 1 if you have the <netconfig.h> header file. */
651#define HAVE_NETCONFIG_H 1
652
653/* Define to 1 if you have the <netdb.h> header file. */
654#define HAVE_NETDB_H 1
655
656/* Define to 1 if you have the <netdir.h> header file. */
657/* #undef HAVE_NETDIR_H */
658
659/* Define to 1 if you have the <netinet/if_ether.h> header file. */
660#define HAVE_NETINET_IF_ETHER_H 1
661
662/* Define to 1 if you have the <netinet/in.h> header file. */
663#define HAVE_NETINET_IN_H 1
664
665/* Define to 1 if you have the <net/errno.h> header file. */
666/* #undef HAVE_NET_ERRNO_H */
667
668/* Define to 1 if you have the <net/if.h> header file. */
669#define HAVE_NET_IF_H 1
670
671/* Define to 1 if you have the <net/if_var.h> header file. */
672#define HAVE_NET_IF_VAR_H 1
673
674/* Define to 1 if you have the <net/route.h> header file. */
675#define HAVE_NET_ROUTE_H 1
676
677/* Define to 1 if you have the <nfsclient/nfsargs.h> header file. */
678#define HAVE_NFSCLIENT_NFSARGS_H 1
679
680/* Define to 1 if `acdirmax' is member of `nfs_args_t'. */
681#define HAVE_NFS_ARGS_T_ACDIRMAX 1
682
683/* Define to 1 if `acdirmin' is member of `nfs_args_t'. */
684#define HAVE_NFS_ARGS_T_ACDIRMIN 1
685
686/* Define to 1 if `acregmax' is member of `nfs_args_t'. */
687#define HAVE_NFS_ARGS_T_ACREGMAX 1
688
689/* Define to 1 if `acregmin' is member of `nfs_args_t'. */
690#define HAVE_NFS_ARGS_T_ACREGMIN 1
691
692/* Define to 1 if `addrlen' is member of `nfs_args_t'. */
693#define HAVE_NFS_ARGS_T_ADDRLEN 1
694
695/* Define to 1 if `bsize' is member of `nfs_args_t'. */
696/* #undef HAVE_NFS_ARGS_T_BSIZE */
697
698/* Define to 1 if `fhsize' is member of `nfs_args_t'. */
699#define HAVE_NFS_ARGS_T_FHSIZE 1
700
701/* Define to 1 if `fh_len' is member of `nfs_args_t'. */
702/* #undef HAVE_NFS_ARGS_T_FH_LEN */
703
704/* Define to 1 if `gfs_flags' is member of `nfs_args_t'. */
705/* #undef HAVE_NFS_ARGS_T_GFS_FLAGS */
706
707/* Define to 1 if `namlen' is member of `nfs_args_t'. */
708/* #undef HAVE_NFS_ARGS_T_NAMLEN */
709
710/* Define to 1 if `optstr' is member of `nfs_args_t'. */
711/* #undef HAVE_NFS_ARGS_T_OPTSTR */
712
713/* Define to 1 if `proto' is member of `nfs_args_t'. */
714#define HAVE_NFS_ARGS_T_PROTO 1
715
716/* Define to 1 if `sotype' is member of `nfs_args_t'. */
717#define HAVE_NFS_ARGS_T_SOTYPE 1
718
719/* Define to 1 if `version' is member of `nfs_args_t'. */
720#define HAVE_NFS_ARGS_T_VERSION 1
721
722/* Define to 1 if you have the <nfs/export.h> header file. */
723/* #undef HAVE_NFS_EXPORT_H */
724
725/* Define to 1 if you have the <nfs/mount.h> header file. */
726/* #undef HAVE_NFS_MOUNT_H */
727
728/* Define to 1 if you have the <nfs/nfsmount.h> header file. */
729/* #undef HAVE_NFS_NFSMOUNT_H */
730
731/* Define to 1 if you have the <nfs/nfsproto.h> header file. */
732#define HAVE_NFS_NFSPROTO_H 1
733
734/* Define to 1 if you have the <nfs/nfsv2.h> header file. */
735/* #undef HAVE_NFS_NFSV2_H */
736
737/* Define to 1 if you have the <nfs/nfs_clnt.h> header file. */
738/* #undef HAVE_NFS_NFS_CLNT_H */
739
740/* Define to 1 if you have the <nfs/nfs_gfs.h> header file. */
741/* #undef HAVE_NFS_NFS_GFS_H */
742
743/* Define to 1 if you have the <nfs/nfs.h> header file. */
744/* #undef HAVE_NFS_NFS_H */
745
746/* Define to 1 if you have the <nfs/nfs_mount.h> header file. */
747/* #undef HAVE_NFS_NFS_MOUNT_H */
748
749/* Define to 1 if you have the <nfs/pathconf.h> header file. */
750/* #undef HAVE_NFS_PATHCONF_H */
751
752/* define if the host has NFS protocol headers in system headers */
753/* #undef HAVE_NFS_PROT_HEADERS */
754
755/* Define to 1 if you have the <nfs/rpcv2.h> header file. */
756/* #define HAVE_NFS_RPCV2_H 1 */
757
758/* Define to 1 if you have the `nis_domain_of' function. */
759/* #undef HAVE_NIS_DOMAIN_OF */
760
761/* Define to 1 if you have the <nsswitch.h> header file. */
762#define HAVE_NSSWITCH_H 1
763
764/* Define to 1 if you have the `opendir' function. */
765#define HAVE_OPENDIR 1
766/* Define to 1 if `dsttime' is member of `pcfs_args_t'. */
767/* #undef HAVE_PCFS_ARGS_T_DSTTIME */
768
769/* Define to 1 if `fspec' is member of `pcfs_args_t'. */
770#define HAVE_PCFS_ARGS_T_FSPEC 1
771
772/* Define to 1 if `gid' is member of `pcfs_args_t'. */
773#define HAVE_PCFS_ARGS_T_GID 1
774
775/* Define to 1 if `mask' is member of `pcfs_args_t'. */
776#define HAVE_PCFS_ARGS_T_MASK 1
777
778/* Define to 1 if `dirmask' is member of `pcfs_args_t'. */
779#define HAVE_PCFS_ARGS_T_DIRMASK 1
780
781/* Define to 1 if `secondswest' is member of `pcfs_args_t'. */
782/* #undef HAVE_PCFS_ARGS_T_SECONDSWEST */
783
784/* Define to 1 if `uid' is member of `pcfs_args_t'. */
785#define HAVE_PCFS_ARGS_T_UID 1
786
787/* Define to 1 if you have the `plock' function. */
788/* #undef HAVE_PLOCK */
789
790/* Define to 1 if you have the <pwd.h> header file. */
791#define HAVE_PWD_H 1
792
793/* Define to 1 if you have the `regcomp' function. */
794#define HAVE_REGCOMP 1
795
796/* Define to 1 if you have the `regexec' function. */
797#define HAVE_REGEXEC 1
798
799/* Define to 1 if you have the <regex.h> header file. */
800#define HAVE_REGEX_H 1
801
802/* Define to 1 if you have the <resolv.h> header file. */
803#define HAVE_RESOLV_H 1
804
805/* Define to 1 if system calls automatically restart after interruption by a
806   signal. */
807#define HAVE_RESTARTABLE_SYSCALLS 1
808
809/* Define to 1 if you have the `rmdir' function. */
810#define HAVE_RMDIR 1
811
812/* Define to 1 if you have the <rpcsvc/autofs_prot.h> header file. */
813/* #undef HAVE_RPCSVC_AUTOFS_PROT_H */
814
815/* Define to 1 if you have the <rpcsvc/mountv3.h> header file. */
816/* #undef HAVE_RPCSVC_MOUNTV3_H */
817
818/* Define to 1 if you have the <rpcsvc/mount.h> header file. */
819#define HAVE_RPCSVC_MOUNT_H 1
820
821/* Define to 1 if you have the <rpcsvc/nfs_prot.h> header file. */
822#define HAVE_RPCSVC_NFS_PROT_H 1
823
824/* Define to 1 if you have the <rpcsvc/nis.h> header file. */
825#define HAVE_RPCSVC_NIS_H 1
826
827/* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */
828#define HAVE_RPCSVC_YPCLNT_H 1
829
830/* Define to 1 if you have the <rpcsvc/yp_prot.h> header file. */
831#define HAVE_RPCSVC_YP_PROT_H 1
832
833/* Define to 1 if you have the <rpc/auth_des.h> header file. */
834#define HAVE_RPC_AUTH_DES_H 1
835
836/* Define to 1 if you have the <rpc/pmap_clnt.h> header file. */
837#define HAVE_RPC_PMAP_CLNT_H 1
838
839/* Define to 1 if you have the <rpc/pmap_prot.h> header file. */
840#define HAVE_RPC_PMAP_PROT_H 1
841
842/* Define to 1 if you have the <rpc/rpc.h> header file. */
843#define HAVE_RPC_RPC_H 1
844
845/* Define to 1 if you have the <rpc/types.h> header file. */
846#define HAVE_RPC_TYPES_H 1
847
848/* Define to 1 if you have the <rpc/xdr.h> header file. */
849#define HAVE_RPC_XDR_H 1
850
851/* Define to 1 if you have the `select' function. */
852#define HAVE_SELECT 1
853
854/* Define to 1 if you have the `seteuid' function. */
855#define HAVE_SETEUID 1
856
857/* Define to 1 if you have the `setitimer' function. */
858#define HAVE_SETITIMER 1
859
860/* Define to 1 if you have the <setjmp.h> header file. */
861#define HAVE_SETJMP_H 1
862
863/* Define to 1 if you have the `setresuid' function. */
864#define HAVE_SETRESUID 1
865
866/* Define to 1 if you have the `setsid' function. */
867#define HAVE_SETSID 1
868
869/* Define to 1 if you have the `sigaction' function. */
870#define HAVE_SIGACTION 1
871
872/* Define to 1 if you have the `signal' function. */
873#define HAVE_SIGNAL 1
874
875/* Define to 1 if you have the <signal.h> header file. */
876#define HAVE_SIGNAL_H 1
877
878/* Define to 1 if you have the `sigsuspend' function. */
879#define HAVE_SIGSUSPEND 1
880
881/* Define to 1 if you have the `socket' function. */
882#define HAVE_SOCKET 1
883
884/* Define to 1 if you have the <socketbits.h> header file. */
885/* #undef HAVE_SOCKETBITS_H */
886
887/* Define to 1 if you have the <statbuf.h> header file. */
888/* #undef HAVE_STATBUF_H */
889
890/* Define to 1 if you have the `statfs' function. */
891#define HAVE_STATFS 1
892
893/* Define to 1 if you have the `statvfs' function. */
894#define HAVE_STATVFS 1
895
896/* Define to 1 if you have the <stdarg.h> header file. */
897#define HAVE_STDARG_H 1
898
899/* Define to 1 if you have the <stdint.h> header file. */
900#define HAVE_STDINT_H 1
901
902/* Define to 1 if you have the <stdio.h> header file. */
903#define HAVE_STDIO_H 1
904
905/* Define to 1 if you have the <stdlib.h> header file. */
906#define HAVE_STDLIB_H 1
907
908/* Define to 1 if you have the `strcasecmp' function. */
909#define HAVE_STRCASECMP 1
910
911/* Define to 1 if you have the `strchr' function. */
912#define HAVE_STRCHR 1
913
914/* Define to 1 if you have the `strcspn' function. */
915#define HAVE_STRCSPN 1
916
917/* Define to 1 if you have the `strdup' function. */
918#define HAVE_STRDUP 1
919
920/* Define to 1 if you have the `strerror' function. */
921#define HAVE_STRERROR 1
922
923/* Define to 1 if you have the <strings.h> header file. */
924#define HAVE_STRINGS_H 1
925
926/* Define to 1 if you have the <string.h> header file. */
927#define HAVE_STRING_H 1
928
929/* Define to 1 if you have the `strlcat' function. */
930#define HAVE_STRLCAT 1
931
932/* Define to 1 if you have the `strlcpy' function. */
933#define HAVE_STRLCPY 1
934
935/* Define to 1 if you have the `strspn' function. */
936#define HAVE_STRSPN 1
937
938/* Define to 1 if you have the `strstr' function. */
939#define HAVE_STRSTR 1
940
941/* Define to 1 if `fhs_fh' is member of `struct fhstatus'. */
942/* #undef HAVE_STRUCT_FHSTATUS_FHS_FH */
943
944/* Define to 1 if `ifa_next' is member of `struct ifaddrs'. */
945#define HAVE_STRUCT_IFADDRS_IFA_NEXT 1
946
947/* Define to 1 if `ifr_addr' is member of `struct ifreq'. */
948#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
949
950/* Define if have struct mntent in one of the standard headers */
951/* #undef HAVE_STRUCT_MNTENT */
952
953/* Define if have struct mnttab in one of the standard headers */
954/* #undef HAVE_STRUCT_MNTTAB */
955
956/* Define if have struct nfs_args in one of the standard nfs headers */
957#define HAVE_STRUCT_NFS_ARGS 1
958
959/* Define if have struct nfs_gfs_mount in one of the standard nfs headers */
960/* #undef HAVE_STRUCT_NFS_GFS_MOUNT */
961
962/* Define to 1 if `sa_len' is member of `struct sockaddr'. */
963#define HAVE_STRUCT_SOCKADDR_SA_LEN 1
964
965/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
966#define HAVE_STRUCT_STATFS_F_FSTYPENAME 1
967
968/* Define to 1 if `devid' is member of `struct umntrequest'. */
969/* #undef HAVE_STRUCT_UMNTREQUEST_DEVID */
970
971/* Define to 1 if you have the `svc_getreq' function. */
972#define HAVE_SVC_GETREQ 1
973
974/* Define to 1 if you have the `svc_getreqset' function. */
975#define HAVE_SVC_GETREQSET 1
976
977/* Define to 1 if you have the `sysfs' function. */
978/* #undef HAVE_SYSFS */
979
980/* Define to 1 if you have the `syslog' function. */
981#define HAVE_SYSLOG 1
982
983/* Define to 1 if you have the <syslog.h> header file. */
984#define HAVE_SYSLOG_H 1
985
986/* Define to 1 if you have the <sys/config.h> header file. */
987/* #undef HAVE_SYS_CONFIG_H */
988
989/* Define to 1 if you have the <sys/dg_mount.h> header file. */
990/* #undef HAVE_SYS_DG_MOUNT_H */
991
992/* Define to 1 if you have the <sys/dir.h> header file. */
993#define HAVE_SYS_DIR_H 1
994
995/* Define to 1 if you have the <sys/errno.h> header file. */
996#define HAVE_SYS_ERRNO_H 1
997
998/* Define to 1 if you have the <sys/file.h> header file. */
999#define HAVE_SYS_FILE_H 1
1000
1001/* Define to 1 if you have the <sys/fsid.h> header file. */
1002/* #undef HAVE_SYS_FSID_H */
1003
1004/* Define to 1 if you have the <sys/fstyp.h> header file. */
1005/* #undef HAVE_SYS_FSTYP_H */
1006
1007/* Define to 1 if you have the <sys/fs/autofs.h> header file. */
1008/* #undef HAVE_SYS_FS_AUTOFS_H */
1009
1010/* Define to 1 if you have the <sys/fs/autofs_prot.h> header file. */
1011/* #undef HAVE_SYS_FS_AUTOFS_PROT_H */
1012
1013/* Define to 1 if you have the <sys/fs/cachefs_fs.h> header file. */
1014/* #undef HAVE_SYS_FS_CACHEFS_FS_H */
1015
1016/* Define to 1 if you have the <sys/fs/efs_clnt.h> header file. */
1017/* #undef HAVE_SYS_FS_EFS_CLNT_H */
1018
1019/* Define to 1 if you have the <sys/fs/nfs_clnt.h> header file. */
1020/* #undef HAVE_SYS_FS_NFS_CLNT_H */
1021
1022/* Define to 1 if you have the <sys/fs/nfs.h> header file. */
1023/* #undef HAVE_SYS_FS_NFS_H */
1024
1025/* Define to 1 if you have the <sys/fs/nfs/mount.h> header file. */
1026/* #undef HAVE_SYS_FS_NFS_MOUNT_H */
1027
1028/* Define to 1 if you have the <sys/fs/nfs/nfs_clnt.h> header file. */
1029/* #undef HAVE_SYS_FS_NFS_NFS_CLNT_H */
1030
1031/* Define to 1 if you have the <sys/fs/pc_fs.h> header file. */
1032/* #undef HAVE_SYS_FS_PC_FS_H */
1033
1034/* Define to 1 if you have the <sys/fs/tmp.h> header file. */
1035/* #undef HAVE_SYS_FS_TMP_H */
1036
1037/* Define to 1 if you have the <sys/fs_types.h> header file. */
1038/* #undef HAVE_SYS_FS_TYPES_H */
1039
1040/* Define to 1 if you have the <sys/fs/ufs_mount.h> header file. */
1041/* #undef HAVE_SYS_FS_UFS_MOUNT_H */
1042
1043/* Define to 1 if you have the <sys/fs/xfs_clnt.h> header file. */
1044/* #undef HAVE_SYS_FS_XFS_CLNT_H */
1045
1046/* Define to 1 if you have the <sys/immu.h> header file. */
1047/* #undef HAVE_SYS_IMMU_H */
1048
1049/* Define to 1 if you have the <sys/ioctl.h> header file. */
1050#define HAVE_SYS_IOCTL_H 1
1051
1052/* Define to 1 if you have the <sys/lock.h> header file. */
1053#define HAVE_SYS_LOCK_H 1
1054
1055/* Define to 1 if you have the <sys/machine.h> header file. */
1056/* #undef HAVE_SYS_MACHINE_H */
1057
1058/* Define to 1 if you have the <sys/mbuf.h> header file. */
1059#define HAVE_SYS_MBUF_H 1
1060
1061/* Define to 1 if you have the <sys/mman.h> header file. */
1062#define HAVE_SYS_MMAN_H 1
1063
1064/* Define to 1 if you have the <sys/mntctl.h> header file. */
1065/* #undef HAVE_SYS_MNTCTL_H */
1066
1067/* Define to 1 if you have the <sys/mntent.h> header file. */
1068/* #undef HAVE_SYS_MNTENT_H */
1069
1070/* Define to 1 if you have the <sys/mnttab.h> header file. */
1071/* #undef HAVE_SYS_MNTTAB_H */
1072
1073/* Define to 1 if you have the <sys/mount.h> header file. */
1074#define HAVE_SYS_MOUNT_H 1
1075
1076/* Define to 1 if you have the <sys/ndir.h> header file. */
1077/* #undef HAVE_SYS_NDIR_H */
1078
1079/* Define to 1 if you have the <sys/netconfig.h> header file. */
1080/* #undef HAVE_SYS_NETCONFIG_H */
1081
1082/* Define to 1 if you have the <sys/param.h> header file. */
1083#define HAVE_SYS_PARAM_H 1
1084
1085/* Define to 1 if you have the <sys/pathconf.h> header file. */
1086/* #undef HAVE_SYS_PATHCONF_H */
1087
1088/* Define to 1 if you have the <sys/proc.h> header file. */
1089#define HAVE_SYS_PROC_H 1
1090
1091/* Define to 1 if you have the <sys/resource.h> header file. */
1092#define HAVE_SYS_RESOURCE_H 1
1093
1094/* Define to 1 if you have the <sys/sema.h> header file. */
1095#define HAVE_SYS_SEMA_H 1
1096
1097/* Define to 1 if you have the <sys/signal.h> header file. */
1098#define HAVE_SYS_SIGNAL_H 1
1099
1100/* Define to 1 if you have the <sys/socket.h> header file. */
1101#define HAVE_SYS_SOCKET_H 1
1102
1103/* Define to 1 if you have the <sys/sockio.h> header file. */
1104#define HAVE_SYS_SOCKIO_H 1
1105
1106/* Define to 1 if you have the <sys/statfs.h> header file. */
1107/* #undef HAVE_SYS_STATFS_H */
1108
1109/* Define to 1 if you have the <sys/statvfs.h> header file. */
1110#define HAVE_SYS_STATVFS_H 1
1111
1112/* Define to 1 if you have the <sys/stat.h> header file. */
1113#define HAVE_SYS_STAT_H 1
1114
1115/* Define to 1 if you have the <sys/syscall.h> header file. */
1116#define HAVE_SYS_SYSCALL_H 1
1117
1118/* Define to 1 if you have the <sys/syslimits.h> header file. */
1119#define HAVE_SYS_SYSLIMITS_H 1
1120
1121/* Define to 1 if you have the <sys/syslog.h> header file. */
1122#define HAVE_SYS_SYSLOG_H 1
1123
1124/* Define to 1 if you have the <sys/time.h> header file. */
1125#define HAVE_SYS_TIME_H 1
1126
1127/* Define to 1 if you have the <sys/tiuser.h> header file. */
1128/* #undef HAVE_SYS_TIUSER_H */
1129
1130/* Define to 1 if you have the <sys/types.h> header file. */
1131#define HAVE_SYS_TYPES_H 1
1132
1133/* Define to 1 if you have the <sys/ucred.h> header file. */
1134#define HAVE_SYS_UCRED_H 1
1135
1136/* Define to 1 if you have the <sys/uio.h> header file. */
1137#define HAVE_SYS_UIO_H 1
1138
1139/* Define to 1 if you have the <sys/utsname.h> header file. */
1140#define HAVE_SYS_UTSNAME_H 1
1141
1142/* Define to 1 if you have the <sys/vfs.h> header file. */
1143/* #undef HAVE_SYS_VFS_H */
1144
1145/* Define to 1 if you have the <sys/vmount.h> header file. */
1146/* #undef HAVE_SYS_VMOUNT_H */
1147
1148/* Define to 1 if you have the <sys/vnode.h> header file. */
1149#define HAVE_SYS_VNODE_H 1
1150
1151/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
1152#define HAVE_SYS_WAIT_H 1
1153
1154/* Define to 1 if you have the <tcpd.h> header file. */
1155#define HAVE_TCPD_H 1
1156
1157/* Define to 1 if you have the <time.h> header file. */
1158#define HAVE_TIME_H 1
1159
1160/* Define to 1 if you have the <tiuser.h> header file. */
1161/* #undef HAVE_TIUSER_H */
1162
1163/* Define to 1 if you have the <tmpfs/tmp.h> header file. */
1164/* #undef HAVE_TMPFS_TMP_H */
1165
1166/* what type of network transport type is in use? TLI or sockets? */
1167/* #undef HAVE_TRANSPORT_TYPE_TLI */
1168
1169/* Define to 1 if you have the `ualarm' function. */
1170#define HAVE_UALARM 1
1171
1172/* Define to 1 if `flags' is member of `ufs_args_t'. */
1173/* #undef HAVE_UFS_ARGS_T_FLAGS */
1174
1175/* Define to 1 if `fspec' is member of `ufs_args_t'. */
1176#define HAVE_UFS_ARGS_T_FSPEC 1
1177
1178/* Define to 1 if `ufs_flags' is member of `ufs_args_t'. */
1179/* #undef HAVE_UFS_ARGS_T_UFS_FLAGS */
1180
1181/* Define to 1 if `ufs_pgthresh' is member of `ufs_args_t'. */
1182/* #undef HAVE_UFS_ARGS_T_UFS_PGTHRESH */
1183
1184/* Define to 1 if you have the <ufs/ufs/extattr.h> header file. */
1185#define HAVE_UFS_UFS_EXTATTR_H 1
1186
1187/* Define to 1 if you have the <ufs/ufs_mount.h> header file. */
1188/* #undef HAVE_UFS_UFS_MOUNT_H */
1189
1190/* Define to 1 if you have the <ufs/ufs/ufsmount.h> header file. */
1191#define HAVE_UFS_UFS_UFSMOUNT_H 1
1192
1193/* Define to 1 if you have the `umount' function. */
1194/* #undef HAVE_UMOUNT */
1195
1196/* Define to 1 if you have the `umount2' function. */
1197/* #undef HAVE_UMOUNT2 */
1198
1199/* Define to 1 if you have the `uname' function. */
1200#define HAVE_UNAME 1
1201
1202/* Define to 1 if you have the <unistd.h> header file. */
1203#define HAVE_UNISTD_H 1
1204
1205/* Define to 1 if you have the `unmount' function. */
1206#define HAVE_UNMOUNT 1
1207
1208/* Define to 1 if you have the `uvmount' function. */
1209/* #undef HAVE_UVMOUNT */
1210
1211/* Define to 1 if you have the <varargs.h> header file. */
1212/* #undef HAVE_VARARGS_H */
1213
1214/* Define to 1 if you have the `vfork' function. */
1215#define HAVE_VFORK 1
1216
1217/* Define to 1 if you have the <vfork.h> header file. */
1218/* #undef HAVE_VFORK_H */
1219
1220/* Define to 1 if you have the `vfsmount' function. */
1221/* #undef HAVE_VFSMOUNT */
1222
1223/* Define to 1 if you have the `vmount' function. */
1224/* #undef HAVE_VMOUNT */
1225
1226/* Define to 1 if you have the `vsnprintf' function. */
1227#define HAVE_VSNPRINTF 1
1228
1229/* Define to 1 if you have the `wait3' function. */
1230#define HAVE_WAIT3 1
1231
1232/* Define to 1 if you have the `waitpid' function. */
1233#define HAVE_WAITPID 1
1234
1235/* Define to 1 if `fork' works. */
1236#define HAVE_WORKING_FORK 1
1237
1238/* Define to 1 if `vfork' works. */
1239#define HAVE_WORKING_VFORK 1
1240
1241/* Define to 1 if you have the `xdr_attrstat' function. */
1242#define HAVE_XDR_ATTRSTAT 1
1243
1244/* Define to 1 if you have the `xdr_createargs' function. */
1245#define HAVE_XDR_CREATEARGS 1
1246
1247/* Define to 1 if you have the `xdr_dirlist' function. */
1248#define HAVE_XDR_DIRLIST 1
1249
1250/* Define to 1 if you have the `xdr_diropargs' function. */
1251#define HAVE_XDR_DIROPARGS 1
1252
1253/* Define to 1 if you have the `xdr_diropokres' function. */
1254#define HAVE_XDR_DIROPOKRES 1
1255
1256/* Define to 1 if you have the `xdr_diropres' function. */
1257#define HAVE_XDR_DIROPRES 1
1258
1259/* Define to 1 if you have the `xdr_dirpath' function. */
1260#define HAVE_XDR_DIRPATH 1
1261
1262/* Define to 1 if you have the `xdr_entry' function. */
1263#define HAVE_XDR_ENTRY 1
1264
1265/* Define to 1 if you have the `xdr_exportnode' function. */
1266#define HAVE_XDR_EXPORTNODE 1
1267
1268/* Define to 1 if you have the `xdr_exports' function. */
1269#define HAVE_XDR_EXPORTS 1
1270
1271/* Define to 1 if you have the `xdr_fattr' function. */
1272#define HAVE_XDR_FATTR 1
1273
1274/* Define to 1 if you have the `xdr_fhandle' function. */
1275#define HAVE_XDR_FHANDLE 1
1276
1277/* Define to 1 if you have the `xdr_fhstatus' function. */
1278#define HAVE_XDR_FHSTATUS 1
1279
1280/* Define to 1 if you have the `xdr_filename' function. */
1281#define HAVE_XDR_FILENAME 1
1282
1283/* Define to 1 if you have the `xdr_ftype' function. */
1284#define HAVE_XDR_FTYPE 1
1285
1286/* Define to 1 if you have the `xdr_groupnode' function. */
1287#define HAVE_XDR_GROUPNODE 1
1288
1289/* Define to 1 if you have the `xdr_groups' function. */
1290#define HAVE_XDR_GROUPS 1
1291
1292/* Define to 1 if you have the `xdr_linkargs' function. */
1293#define HAVE_XDR_LINKARGS 1
1294
1295/* Define to 1 if you have the `xdr_mountbody' function. */
1296#define HAVE_XDR_MOUNTBODY 1
1297
1298/* Define to 1 if you have the `xdr_mountlist' function. */
1299#define HAVE_XDR_MOUNTLIST 1
1300
1301/* Define to 1 if you have the `xdr_name' function. */
1302#define HAVE_XDR_NAME 1
1303
1304/* Define to 1 if you have the `xdr_nfscookie' function. */
1305#define HAVE_XDR_NFSCOOKIE 1
1306
1307/* Define to 1 if you have the `xdr_nfspath' function. */
1308#define HAVE_XDR_NFSPATH 1
1309
1310/* Define to 1 if you have the `xdr_nfsstat' function. */
1311#define HAVE_XDR_NFSSTAT 1
1312
1313/* Define to 1 if you have the `xdr_nfstime' function. */
1314#define HAVE_XDR_NFSTIME 1
1315
1316/* Define to 1 if you have the `xdr_nfs_fh' function. */
1317#define HAVE_XDR_NFS_FH 1
1318
1319/* Define to 1 if you have the `xdr_pointer' function. */
1320#define HAVE_XDR_POINTER 1
1321
1322/* Define to 1 if you have the `xdr_readargs' function. */
1323#define HAVE_XDR_READARGS 1
1324
1325/* Define to 1 if you have the `xdr_readdirargs' function. */
1326#define HAVE_XDR_READDIRARGS 1
1327
1328/* Define to 1 if you have the `xdr_readdirres' function. */
1329#define HAVE_XDR_READDIRRES 1
1330
1331/* Define to 1 if you have the `xdr_readlinkres' function. */
1332#define HAVE_XDR_READLINKRES 1
1333
1334/* Define to 1 if you have the `xdr_readokres' function. */
1335#define HAVE_XDR_READOKRES 1
1336
1337/* Define to 1 if you have the `xdr_readres' function. */
1338#define HAVE_XDR_READRES 1
1339
1340/* Define to 1 if you have the `xdr_renameargs' function. */
1341#define HAVE_XDR_RENAMEARGS 1
1342
1343/* Define to 1 if you have the `xdr_sattr' function. */
1344#define HAVE_XDR_SATTR 1
1345
1346/* Define to 1 if you have the `xdr_sattrargs' function. */
1347#define HAVE_XDR_SATTRARGS 1
1348
1349/* Define to 1 if you have the `xdr_statfsokres' function. */
1350#define HAVE_XDR_STATFSOKRES 1
1351
1352/* Define to 1 if you have the `xdr_statfsres' function. */
1353#define HAVE_XDR_STATFSRES 1
1354
1355/* Define to 1 if you have the `xdr_symlinkargs' function. */
1356#define HAVE_XDR_SYMLINKARGS 1
1357
1358/* Define to 1 if you have the `xdr_writeargs' function. */
1359#define HAVE_XDR_WRITEARGS 1
1360
1361/* Define to 1 if `flags' is member of `xfs_args_t'. */
1362/* #undef HAVE_XFS_ARGS_T_FLAGS */
1363
1364/* Define to 1 if `fspec' is member of `xfs_args_t'. */
1365/* #undef HAVE_XFS_ARGS_T_FSPEC */
1366
1367/* Define to 1 if you have the `yp_all' function. */
1368/* #undef HAVE_YP_ALL */
1369
1370/* Define to 1 if you have the `yp_get_default_domain' function. */
1371#define HAVE_YP_GET_DEFAULT_DOMAIN 1
1372
1373/* Define to 1 if you have the `_seterr_reply' function. */
1374#define HAVE__SETERR_REPLY 1
1375
1376/* Define to 1 if you have the `__rpc_get_local_uid' function. */
1377#define HAVE___RPC_GET_LOCAL_UID 1
1378
1379/* Define to 1 if you have the `__seterr_reply' function. */
1380/* #undef HAVE___SETERR_REPLY */
1381
1382/* Name of mount type to hide amd mount from df(1) */
1383#define HIDE_MOUNT_TYPE "nfs"
1384
1385/* Define name of host machine's architecture (eg. sun4) */
1386/* #define HOST_ARCH "i386" */
1387
1388/* Define name of host machine's cpu (eg. sparc) */
1389/* #define HOST_CPU "i386" */
1390
1391/* Define the header version of (linux) hosts (eg. 2.2.10) */
1392// #undef define HOST_HEADER_VERSION */
1393
1394/* Define name of host */
1395/* #define HOST_NAME "trang.nuxi.org" */
1396
1397/* Define name and version of host machine (eg. solaris2.5.1) */
1398/* #define HOST_OS "freebsd8.0" */
1399
1400/* Define only name of host machine OS (eg. solaris2) */
1401/* #define HOST_OS_NAME "freebsd8" */
1402
1403/* Define only version of host machine (eg. 2.5.1) */
1404/* #define HOST_OS_VERSION "8.0" */
1405
1406/* Define name of host machine's vendor (eg. sun) */
1407#define HOST_VENDOR "undermydesk"
1408
1409/* Ignore permission bits */
1410/* #undef MNT2_CDFS_OPT_DEFPERM */
1411
1412/* Use on-disk permission bits */
1413/* #undef MNT2_CDFS_OPT_NODEFPERM */
1414
1415/* Strip off extension from version string */
1416/* #undef MNT2_CDFS_OPT_NOVERSION */
1417
1418/* Use Rock Ridge Interchange Protocol (RRIP) extensions */
1419/* #undef MNT2_CDFS_OPT_RRIP */
1420
1421/* asynchronous filesystem access */
1422#define MNT2_GEN_OPT_ASYNC 0x40
1423
1424/* automounter filesystem (ignore) flag, used in bsdi-4.1 */
1425/* #undef MNT2_GEN_OPT_AUTOMNTFS */
1426
1427/* automounter filesystem flag, used in Mac OS X / Darwin */
1428/* #undef MNT2_GEN_OPT_AUTOMOUNTED */
1429
1430/* directory hardlink */
1431/* #undef MNT2_GEN_OPT_BIND */
1432
1433/* cache (what?) */
1434/* #undef MNT2_GEN_OPT_CACHE */
1435
1436/* 6-argument mount */
1437/* #undef MNT2_GEN_OPT_DATA */
1438
1439/* Use a lazy unmount (detach) */
1440/* #undef MNT2_GEN_OPT_DETACH */
1441
1442/* Use a forced unmount */
1443#define MNT2_GEN_OPT_FORCE 0x80000
1444
1445/* old (4-argument) mount (compatibility) */
1446/* #undef MNT2_GEN_OPT_FSS */
1447
1448/* old BSD group-id on create */
1449/* #undef MNT2_GEN_OPT_GRPID */
1450
1451/* ignore mount entry in df output */
1452#define MNT2_GEN_OPT_IGNORE 0x800000
1453
1454/* journaling filesystem (AIX's UFS/FFS) */
1455/* #undef MNT2_GEN_OPT_JFS */
1456
1457/* do multi-component lookup on files */
1458/* #undef MNT2_GEN_OPT_MULTI */
1459
1460/* use type string instead of int */
1461/* #undef MNT2_GEN_OPT_NEWTYPE */
1462
1463/* NFS mount */
1464/* #undef MNT2_GEN_OPT_NFS */
1465
1466/* nocache (what?) */
1467/* #undef MNT2_GEN_OPT_NOCACHE */
1468
1469/* do not interpret special device files */
1470#define MNT2_GEN_OPT_NODEV 0x0
1471
1472/* no exec calls allowed */
1473#define MNT2_GEN_OPT_NOEXEC 0x4
1474
1475/* do not interpret special device files */
1476/* #undef MNT2_GEN_OPT_NONDEV */
1477
1478/* Disallow mounts beneath this mount */
1479/* #undef MNT2_GEN_OPT_NOSUB */
1480
1481/* Setuid programs disallowed */
1482#define MNT2_GEN_OPT_NOSUID 0x8
1483
1484/* Return ENAMETOOLONG for long filenames */
1485/* #undef MNT2_GEN_OPT_NOTRUNC */
1486
1487/* Pass mount option string to kernel */
1488/* #undef MNT2_GEN_OPT_OPTIONSTR */
1489
1490/* allow overlay mounts */
1491/* #undef MNT2_GEN_OPT_OVERLAY */
1492
1493/* check quotas */
1494#define MNT2_GEN_OPT_QUOTA 0x2000
1495
1496/* Read-only */
1497#define MNT2_GEN_OPT_RDONLY 0x1
1498
1499/* change options on an existing mount */
1500/* #undef MNT2_GEN_OPT_REMOUNT */
1501
1502/* read only */
1503/* #undef MNT2_GEN_OPT_RONLY */
1504
1505/* synchronize data immediately to filesystem */
1506/* #undef MNT2_GEN_OPT_SYNC */
1507
1508/* synchronous filesystem access (same as SYNC) */
1509#define MNT2_GEN_OPT_SYNCHRONOUS 0x2
1510
1511/* Mount with Sys 5-specific semantics */
1512/* #undef MNT2_GEN_OPT_SYS5 */
1513
1514/* Union mount */
1515/* #undef MNT2_GEN_OPT_UNION */
1516
1517/* set max secs for dir attr cache */
1518#define MNT2_NFS_OPT_ACDIRMAX 0x200000
1519
1520/* set min secs for dir attr cache */
1521#define MNT2_NFS_OPT_ACDIRMIN 0x100000
1522
1523/* set max secs for file attr cache */
1524#define MNT2_NFS_OPT_ACREGMAX 0x80000
1525
1526/* set min secs for file attr cache */
1527#define MNT2_NFS_OPT_ACREGMIN 0x40000
1528
1529/* Authentication error */
1530/* #undef MNT2_NFS_OPT_AUTHERR */
1531
1532/* hide mount type from df(1) */
1533/* #undef MNT2_NFS_OPT_AUTO */
1534
1535/* set dead server retry thresh */
1536#define MNT2_NFS_OPT_DEADTHRESH 0x4000
1537
1538/* Dismount in progress */
1539/* #undef MNT2_NFS_OPT_DISMINPROG */
1540
1541/* Dismounted */
1542/* #undef MNT2_NFS_OPT_DISMNT */
1543
1544/* Don't estimate rtt dynamically */
1545#define MNT2_NFS_OPT_DUMBTIMR 0x800
1546
1547/* provide name of server's fs to system */
1548/* #undef MNT2_NFS_OPT_FSNAME */
1549
1550/* System V-style gid inheritance */
1551/* #undef MNT2_NFS_OPT_GRPID */
1552
1553/* Has authenticator */
1554/* #undef MNT2_NFS_OPT_HASAUTH */
1555
1556/* set hostname for error printf */
1557/* #undef MNT2_NFS_OPT_HOSTNAME */
1558
1559/* ignore mount point */
1560/* #undef MNT2_NFS_OPT_IGNORE */
1561
1562/* allow interrupts on hard mount */
1563#define MNT2_NFS_OPT_INT 0x40
1564
1565/* Bits set internally */
1566/* #undef MNT2_NFS_OPT_INTERNAL */
1567
1568/* allow interrupts on hard mount */
1569/* #undef MNT2_NFS_OPT_INTR */
1570
1571/* Use Kerberos authentication */
1572/* #undef MNT2_NFS_OPT_KERB */
1573
1574/* use kerberos credentials */
1575/* #undef MNT2_NFS_OPT_KERBEROS */
1576
1577/* transport's knetconfig structure */
1578/* #undef MNT2_NFS_OPT_KNCONF */
1579
1580/* set lease term (nqnfs) */
1581/* #undef MNT2_NFS_OPT_LEASETERM */
1582
1583/* Local locking (no lock manager) */
1584/* #undef MNT2_NFS_OPT_LLOCK */
1585
1586/* set maximum grouplist size */
1587#define MNT2_NFS_OPT_MAXGRPS 0x20
1588
1589/* Mnt server for mnt point */
1590/* #undef MNT2_NFS_OPT_MNTD */
1591
1592/* Assume writes were mine */
1593/* #undef MNT2_NFS_OPT_MYWRITE */
1594
1595/* mount NFS Version 3 */
1596#define MNT2_NFS_OPT_NFSV3 0x200
1597
1598/* don't cache attributes */
1599/* #undef MNT2_NFS_OPT_NOAC */
1600
1601/* Don't Connect the socket */
1602#define MNT2_NFS_OPT_NOCONN 0x80
1603
1604/* no close-to-open consistency */
1605/* #undef MNT2_NFS_OPT_NOCTO */
1606
1607/* disallow interrupts on hard mounts */
1608/* #undef MNT2_NFS_OPT_NOINT */
1609
1610/* Don't use locking */
1611/* #undef MNT2_NFS_OPT_NONLM */
1612
1613/* Get lease for lookup */
1614/* #undef MNT2_NFS_OPT_NQLOOKLEASE */
1615
1616/* Use Nqnfs protocol */
1617/* #undef MNT2_NFS_OPT_NQNFS */
1618
1619/* paging threshold */
1620/* #undef MNT2_NFS_OPT_PGTHRESH */
1621
1622/* static pathconf kludge info */
1623/* #undef MNT2_NFS_OPT_POSIX */
1624
1625/* Use local locking */
1626/* #undef MNT2_NFS_OPT_PRIVATE */
1627
1628/* allow property list operations (ACLs over NFS) */
1629/* #undef MNT2_NFS_OPT_PROPLIST */
1630
1631/* Rcv socket lock */
1632/* #undef MNT2_NFS_OPT_RCVLOCK */
1633
1634/* Do lookup with readdir (nqnfs) */
1635/* #undef MNT2_NFS_OPT_RDIRALOOK */
1636
1637/* Use Readdirplus for NFSv3 */
1638#define MNT2_NFS_OPT_RDIRPLUS 0x10000
1639
1640/* set read ahead */
1641#define MNT2_NFS_OPT_READAHEAD 0x2000
1642
1643/* Set readdir size */
1644#define MNT2_NFS_OPT_READDIRSIZE 0x20000
1645
1646/* Allocate a reserved port */
1647#define MNT2_NFS_OPT_RESVPORT 0x8000
1648
1649/* set number of request retries */
1650#define MNT2_NFS_OPT_RETRANS 0x10
1651
1652/* read only */
1653/* #undef MNT2_NFS_OPT_RONLY */
1654
1655/* use RPC to do secure NFS time sync */
1656/* #undef MNT2_NFS_OPT_RPCTIMESYNC */
1657
1658/* set read size */
1659#define MNT2_NFS_OPT_RSIZE 0x4
1660
1661/* secure mount */
1662/* #undef MNT2_NFS_OPT_SECURE */
1663
1664/* Send socket lock */
1665/* #undef MNT2_NFS_OPT_SNDLOCK */
1666
1667/* soft mount (hard is default) */
1668#define MNT2_NFS_OPT_SOFT 0x1
1669
1670/* spongy mount */
1671/* #undef MNT2_NFS_OPT_SPONGY */
1672
1673/* set symlink cache time-to-live */
1674/* #undef MNT2_NFS_OPT_SYMTTL */
1675
1676/* use TCP for mounts */
1677/* #undef MNT2_NFS_OPT_TCP */
1678
1679/* set initial timeout */
1680#define MNT2_NFS_OPT_TIMEO 0x8
1681
1682/* linux NFSv3 */
1683/* #undef MNT2_NFS_OPT_VER3 */
1684
1685/* Wait for authentication */
1686/* #undef MNT2_NFS_OPT_WAITAUTH */
1687
1688/* Wants an authenticator */
1689/* #undef MNT2_NFS_OPT_WANTAUTH */
1690
1691/* Want receive socket lock */
1692/* #undef MNT2_NFS_OPT_WANTRCV */
1693
1694/* Want send socket lock */
1695/* #undef MNT2_NFS_OPT_WANTSND */
1696
1697/* set write size */
1698#define MNT2_NFS_OPT_WSIZE 0x2
1699
1700/* 32<->64 dir cookie translation */
1701/* #undef MNT2_NFS_OPT_XLATECOOKIE */
1702
1703/* Force Win95 long names */
1704#define MNT2_PCFS_OPT_LONGNAME 0x2
1705
1706/* Completely ignore Win95 entries */
1707#define MNT2_PCFS_OPT_NOWIN95 0x4
1708
1709/* Force old DOS short names only */
1710#define MNT2_PCFS_OPT_SHORTNAME 0x1
1711
1712/* Name of mount table file name */
1713/* #undef MNTTAB_FILE_NAME */
1714
1715/* Mount Table option string: Max attr cache timeout (dirs) */
1716/* #undef MNTTAB_OPT_ACDIRMAX */
1717
1718/* Mount Table option string: Min attr cache timeout (dirs) */
1719/* #undef MNTTAB_OPT_ACDIRMIN */
1720
1721/* Mount Table option string: Max attr cache timeout (files) */
1722/* #undef MNTTAB_OPT_ACREGMAX */
1723
1724/* Mount Table option string: Min attr cache timeout (files) */
1725/* #undef MNTTAB_OPT_ACREGMIN */
1726
1727/* Mount Table option string: Attr cache timeout (sec) */
1728/* #undef MNTTAB_OPT_ACTIMEO */
1729
1730/* Mount Table option string: Do mount retries in background */
1731/* #undef MNTTAB_OPT_BG */
1732
1733/* Mount Table option string: compress */
1734/* #undef MNTTAB_OPT_COMPRESS */
1735
1736/* Mount Table option string: Device id of mounted fs */
1737/* #undef MNTTAB_OPT_DEV */
1738
1739/* Mount Table option string: Automount direct map mount */
1740/* #undef MNTTAB_OPT_DIRECT */
1741
1742/* Mount Table option string: Do mount retries in foreground */
1743/* #undef MNTTAB_OPT_FG */
1744
1745/* Mount Table option string: Filesystem id of mounted fs */
1746/* #undef MNTTAB_OPT_FSID */
1747
1748/* Mount Table option string: SysV-compatible gid on create */
1749/* #undef MNTTAB_OPT_GRPID */
1750
1751/* Mount Table option string: Hard mount */
1752/* #undef MNTTAB_OPT_HARD */
1753
1754/* Mount Table option string: Ignore this entry */
1755/* #undef MNTTAB_OPT_IGNORE */
1756
1757/* Mount Table option string: Automount indirect map mount */
1758/* #undef MNTTAB_OPT_INDIRECT */
1759
1760/* Mount Table option string: Allow NFS ops to be interrupted */
1761/* #undef MNTTAB_OPT_INTR */
1762
1763/* Mount Table option string: Secure (AUTH_Kerb) mounting */
1764/* #undef MNTTAB_OPT_KERB */
1765
1766/* Mount Table option string: Local locking (no lock manager) */
1767/* #undef MNTTAB_OPT_LLOCK */
1768
1769/* Force Win95 long names */
1770/* #undef MNTTAB_OPT_LONGNAME */
1771
1772/* Mount Table option string: Automount map */
1773/* #undef MNTTAB_OPT_MAP */
1774
1775/* Mount Table option string: max groups */
1776/* #undef MNTTAB_OPT_MAXGROUPS */
1777
1778/* Mount Table option string: Do multi-component lookup */
1779/* #undef MNTTAB_OPT_MULTI */
1780
1781/* Mount Table option string: Don't cache attributes at all */
1782/* #undef MNTTAB_OPT_NOAC */
1783
1784/* Mount Table option string: No auto (what?) */
1785/* #undef MNTTAB_OPT_NOAUTO */
1786
1787/* Mount Table option string: No connection */
1788/* #undef MNTTAB_OPT_NOCONN */
1789
1790/* Mount Table option string: No close-to-open consistency */
1791/* #undef MNTTAB_OPT_NOCTO */
1792
1793/* Mount Table option string: Don't allow interrupted ops */
1794/* #undef MNTTAB_OPT_NOINTR */
1795
1796/* Mount Table option string: Don't check quotas */
1797/* #undef MNTTAB_OPT_NOQUOTA */
1798
1799/* Mount Table option string: Do no allow setting sec attrs */
1800/* #undef MNTTAB_OPT_NOSETSEC */
1801
1802/* Mount Table option string: Disallow mounts on subdirs */
1803/* #undef MNTTAB_OPT_NOSUB */
1804
1805/* Mount Table option string: Set uid not allowed */
1806/* #undef MNTTAB_OPT_NOSUID */
1807
1808/* Completely ignore Win95 entries */
1809/* #undef MNTTAB_OPT_NOWIN95 */
1810
1811/* Mount Table option string: action to taken on error */
1812/* #undef MNTTAB_OPT_ONERROR */
1813
1814/* Mount Table option string: paging threshold */
1815/* #undef MNTTAB_OPT_PGTHRESH */
1816
1817/* Mount Table option string: NFS server IP port number */
1818/* #undef MNTTAB_OPT_PORT */
1819
1820/* Mount Table option string: Get static pathconf for mount */
1821/* #undef MNTTAB_OPT_POSIX */
1822
1823/* Mount Table option string: Use local locking */
1824/* #undef MNTTAB_OPT_PRIVATE */
1825
1826/* Mount Table option string: support property lists (ACLs) */
1827/* #undef MNTTAB_OPT_PROPLIST */
1828
1829/* Mount Table option string: protocol network_id indicator */
1830/* #undef MNTTAB_OPT_PROTO */
1831
1832/* Mount Table option string: Check quotas */
1833/* #undef MNTTAB_OPT_QUOTA */
1834
1835/* Mount Table option string: Change mount options */
1836/* #undef MNTTAB_OPT_REMOUNT */
1837
1838/* Mount Table option string: Max retransmissions (soft mnts) */
1839/* #undef MNTTAB_OPT_RETRANS */
1840
1841/* Mount Table option string: Number of mount retries */
1842/* #undef MNTTAB_OPT_RETRY */
1843
1844/* Mount Table option string: Read only */
1845/* #undef MNTTAB_OPT_RO */
1846
1847/* Mount Table option string: Read/write with quotas */
1848/* #undef MNTTAB_OPT_RQ */
1849
1850/* Mount Table option string: Max NFS read size (bytes) */
1851/* #undef MNTTAB_OPT_RSIZE */
1852
1853/* Mount Table option string: Read/write */
1854/* #undef MNTTAB_OPT_RW */
1855
1856/* Mount Table option string: Secure (AUTH_DES) mounting */
1857/* #undef MNTTAB_OPT_SECURE */
1858
1859/* Force old DOS short names only */
1860/* #undef MNTTAB_OPT_SHORTNAME */
1861
1862/* Mount Table option string: Soft mount */
1863/* #undef MNTTAB_OPT_SOFT */
1864
1865/* Mount Table option string: spongy mount */
1866/* #undef MNTTAB_OPT_SPONGY */
1867
1868/* Mount Table option string: Set uid allowed */
1869/* #undef MNTTAB_OPT_SUID */
1870
1871/* Mount Table option string: set symlink cache time-to-live */
1872/* #undef MNTTAB_OPT_SYMTTL */
1873
1874/* Mount Table option string: Synchronous local directory ops */
1875/* #undef MNTTAB_OPT_SYNCDIR */
1876
1877/* Mount Table option string: NFS timeout (1/10 sec) */
1878/* #undef MNTTAB_OPT_TIMEO */
1879
1880/* Mount Table option string: min. time between inconsistencies */
1881/* #undef MNTTAB_OPT_TOOSOON */
1882
1883/* Mount Table option string: protocol version number indicator */
1884/* #undef MNTTAB_OPT_VERS */
1885
1886/* Mount Table option string: Max NFS write size (bytes) */
1887/* #undef MNTTAB_OPT_WSIZE */
1888
1889/* Mount-table entry name for AUTOFS filesystem */
1890/* #undef MNTTAB_TYPE_AUTOFS */
1891
1892/* Mount-table entry name for CACHEFS filesystem */
1893/* #undef MNTTAB_TYPE_CACHEFS */
1894
1895/* Mount-table entry name for CDFS filesystem */
1896#define MNTTAB_TYPE_CDFS "cd9660"
1897
1898/* Mount-table entry name for CFS (crypto) filesystem */
1899/* #undef MNTTAB_TYPE_CFS */
1900
1901/* Mount-table entry name for EFS filesystem (irix) */
1902/* #undef MNTTAB_TYPE_EFS */
1903
1904/* Mount-table entry name for FFS filesystem */
1905/* #undef MNTTAB_TYPE_FFS */
1906
1907/* Mount-table entry name for LOFS filesystem */
1908/* #undef MNTTAB_TYPE_LOFS */
1909
1910/* Mount-table entry name for MFS filesystem */
1911/* #undef MNTTAB_TYPE_MFS */
1912
1913/* Mount-table entry name for NFS filesystem */
1914#define MNTTAB_TYPE_NFS "nfs"
1915
1916/* Mount-table entry name for NFS3 filesystem */
1917#define MNTTAB_TYPE_NFS3 "nfs3"
1918
1919/* Mount-table entry name for NULLFS (loopback on bsd44) filesystem */
1920#define MNTTAB_TYPE_NULLFS "nullfs"
1921
1922/* Mount-table entry name for PCFS filesystem */
1923#define MNTTAB_TYPE_PCFS "msdosfs"
1924
1925/* Mount-table entry name for TFS filesystem */
1926/* #undef MNTTAB_TYPE_TFS */
1927
1928/* Mount-table entry name for TMPFS filesystem */
1929/* #undef MNTTAB_TYPE_TMPFS */
1930
1931/* Mount-table entry name for UFS filesystem */
1932#define MNTTAB_TYPE_UFS "ufs"
1933
1934/* Mount-table entry name for UMAPFS (uid/gid mapping) filesystem */
1935/* #undef MNTTAB_TYPE_UMAPFS */
1936
1937/* Mount-table entry name for UNIONFS filesystem */
1938#define MNTTAB_TYPE_UNIONFS "unionfs"
1939
1940/* Mount-table entry name for XFS filesystem (irix) */
1941/* #undef MNTTAB_TYPE_XFS */
1942
1943/* Define if mount table is on file, undefine if in kernel */
1944/* #undef MOUNT_TABLE_ON_FILE */
1945
1946/* Mount(2) type/name for AUTOFS filesystem */
1947/* #undef MOUNT_TYPE_AUTOFS */
1948
1949/* Mount(2) type/name for CACHEFS filesystem */
1950/* #undef MOUNT_TYPE_CACHEFS */
1951
1952/* Mount(2) type/name for CDFS filesystem */
1953#define MOUNT_TYPE_CDFS "cd9660"
1954
1955/* Mount(2) type/name for CFS (crypto) filesystem */
1956/* #undef MOUNT_TYPE_CFS */
1957
1958/* Mount(2) type/name for EFS filesystem (irix) */
1959/* #undef MOUNT_TYPE_EFS */
1960
1961/* Mount(2) type/name for FFS filesystem */
1962/* #undef MOUNT_TYPE_FFS */
1963
1964/* Mount(2) type/name for IGNORE filesystem (not real just ignore for df) */
1965#define MOUNT_TYPE_IGNORE MNT_IGNORE
1966
1967/* Mount(2) type/name for LOFS filesystem */
1968/* #undef MOUNT_TYPE_LOFS */
1969
1970/* Mount(2) type/name for MFS filesystem */
1971/* #undef MOUNT_TYPE_MFS */
1972
1973/* Mount(2) type/name for NFS filesystem */
1974#define MOUNT_TYPE_NFS "nfs"
1975
1976/* Mount(2) type/name for NFS3 filesystem */
1977#define MOUNT_TYPE_NFS3 MOUNT_NFS3
1978
1979/* Mount(2) type/name for NULLFS (loopback on bsd44) filesystem */
1980#define MOUNT_TYPE_NULLFS "nullfs"
1981
1982/* Mount(2) type/name for PCFS filesystem. XXX: conf/trap/trap_hpux.h may
1983   override this definition for HPUX 9.0 */
1984#define MOUNT_TYPE_PCFS "msdosfs"
1985
1986/* Mount(2) type/name for TFS filesystem */
1987/* #undef MOUNT_TYPE_TFS */
1988
1989/* Mount(2) type/name for TMPFS filesystem */
1990/* #undef MOUNT_TYPE_TMPFS */
1991
1992/* Mount(2) type/name for UFS filesystem */
1993#define MOUNT_TYPE_UFS "ufs"
1994
1995/* Mount(2) type/name for UMAPFS (uid/gid mapping) filesystem */
1996/* #undef MOUNT_TYPE_UMAPFS */
1997
1998/* Mount(2) type/name for UNIONFS filesystem */
1999#define MOUNT_TYPE_UNIONFS MNT_UNION
2000
2001/* Mount(2) type/name for XFS filesystem (irix) */
2002/* #undef MOUNT_TYPE_XFS */
2003
2004/* The string used in printf to print the mount-type field of mount(2) */
2005#define MTYPE_PRINTF_TYPE "%s"
2006
2007/* Type of the mount-type field in the mount() system call */
2008#define MTYPE_TYPE char *
2009
2010/* does libwrap expect caller to define the variables allow_severity and
2011   deny_severity */
2012/* #undef NEED_LIBWRAP_SEVERITY_VARIABLES */
2013
2014/* Defined to the header file containing ndbm-compatible definitions */
2015#define NEW_DBM_H <ndbm.h>
2016
2017/* Define the field name for the filehandle within nfs_args_t */
2018#define NFS_FH_FIELD fh
2019
2020/* Define to 1 if your C compiler doesn't accept -c and -o together. */
2021/* #undef NO_MINUS_C_MINUS_O */
2022
2023/* Name of package */
2024#define PACKAGE "am-utils"
2025
2026/* Define to the address where bug reports for this package should be sent. */
2027#define PACKAGE_BUGREPORT "https://bugzilla.am-utils.org/ or am-utils@am-utils.org"
2028
2029/* Define to the full name of this package. */
2030#define PACKAGE_NAME "am-utils"
2031
2032/* Define to the full name and version of this package. */
2033#define PACKAGE_STRING "am-utils 6.1.5"
2034
2035/* Define to the one symbol short name of this package. */
2036#define PACKAGE_TARNAME "am-utils"
2037
2038/* Define to the version of this package. */
2039#define PACKAGE_VERSION "6.1.5"
2040
2041/* Type of the 6th argument to recvfrom() */
2042#define RECVFROM_FROMLEN_TYPE int
2043
2044/* should signal handlers be reinstalled? */
2045/* #undef REINSTALL_SIGNAL_HANDLER */
2046
2047/* Define as the return type of signal handlers (`int' or `void'). */
2048#define RETSIGTYPE void
2049
2050/* Define to 1 if the `setpgrp' function takes no argument. */
2051/* #undef SETPGRP_VOID */
2052
2053/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
2054/* #undef STAT_MACROS_BROKEN */
2055
2056/* Define to 1 if you have the ANSI C header files. */
2057#define STDC_HEADERS 1
2058
2059/* Define the type of the 3rd argument ('in') to svc_getargs() */
2060#define SVC_IN_ARG_TYPE caddr_t
2061
2062/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
2063#define TIME_WITH_SYS_TIME 1
2064
2065/* Define to 1 if your <sys/time.h> declares `struct tm'. */
2066/* #undef TM_IN_SYS_TIME */
2067
2068/* Define user name */
2069/* #define USER_NAME "obrien" */
2070
2071/* define if must NOT use NFS "noconn" option */
2072#define USE_CONNECTED_NFS_SOCKETS 1
2073
2074/* define if must use NFS "noconn" option */
2075/* #undef USE_UNCONNECTED_NFS_SOCKETS */
2076
2077/* Version number of package */
2078#define VERSION "6.1.5"
2079
2080/* Define to 1 if your processor stores words with the most significant byte
2081   first (like Motorola and SPARC, unlike Intel and VAX). */
2082/* #undef WORDS_BIGENDIAN */
2083
2084/* Define to the type of xdr procedure type */
2085#define XDRPROC_T_TYPE xdrproc_t
2086
2087/* Type of the 3rd argument to yp_order() */
2088#define YP_ORDER_OUTORDER_TYPE int
2089
2090/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
2091   `char[]'. */
2092#define YYTEXT_POINTER 1
2093
2094/* Define to 1 if on AIX 3.
2095   System headers sometimes define this.
2096   We just want to avoid a redefinition error message.  */
2097#ifndef _ALL_SOURCE
2098/* # undef _ALL_SOURCE */
2099#endif
2100
2101/* Define a type/structure for an NFS V2 filehandle */
2102#define am_nfs_fh nfs_fh
2103
2104/* Define a type/structure for an NFS V3 filehandle */
2105#define am_nfs_fh3 nfs_fh3_freebsd3
2106
2107/* Define a type for the autofs_args structure */
2108/* #undef autofs_args_t */
2109
2110/* Define a type for the cachefs_args structure */
2111/* #undef cachefs_args_t */
2112
2113/* Define a type for the cdfs_args structure */
2114#define cdfs_args_t struct iso_args
2115
2116/* Define to empty if `const' does not conform to ANSI C. */
2117/* #undef const */
2118
2119/* Define a type for the efs_args structure */
2120/* #undef efs_args_t */
2121
2122/* Define to `int' if <sys/types.h> doesn't define. */
2123/* #undef gid_t */
2124
2125/* Define to `__inline__' or `__inline' if that's what the C compiler
2126   calls it, or to nothing if 'inline' is not supported under any name.  */
2127#ifndef __cplusplus
2128/* #undef inline */
2129#endif
2130
2131/* Define a type for the lofs_args structure */
2132/* #undef lofs_args_t */
2133
2134/* Define a type for the mfs_args structure */
2135/* #undef mfs_args_t */
2136
2137/* Define to `int' if <sys/types.h> does not define. */
2138/* #undef mode_t */
2139
2140/* Define a type for the nfs_args structure */
2141#define nfs_args_t struct nfs_args
2142
2143/* Define a type for the pcfs_args structure */
2144#define pcfs_args_t struct msdosfs_args
2145
2146/* Define to `int' if <sys/types.h> does not define. */
2147/* #undef pid_t */
2148
2149/* Check if pte_t is defined in <sys/immu.h> */
2150/* #undef pte_t */
2151
2152/* Define a type for the rfs_args structure */
2153/* #undef rfs_args_t */
2154
2155/* Check if rpcvers_t is defined in <rpc/types.h> */
2156/* #undef rpcvers_t */
2157
2158/* Define to `unsigned' if <sys/types.h> does not define. */
2159/* #undef size_t */
2160
2161/* Define to `long' if <sys/types.h> does not define. */
2162/* #undef time_t */
2163
2164/* Define a type for the tmpfs_args structure */
2165/* #undef tmpfs_args_t */
2166
2167/* Define a type for the ufs_args structure */
2168#define ufs_args_t struct ufs_args
2169
2170/* Define to `int' if <sys/types.h> doesn't define. */
2171/* #undef uid_t */
2172
2173/* Define as `fork' if `vfork' does not work. */
2174/* #undef vfork */
2175
2176/* Define to "void *" if compiler can handle, otherwise "char *" */
2177#define voidp void *
2178
2179/* Define to empty if the keyword `volatile' does not work. Warning: valid
2180   code using `volatile' can become incorrect without. Disable with care. */
2181/* #undef volatile */
2182
2183/* Define a type for the xfs_args structure */
2184/* #undef xfs_args_t */
2185
2186
2187/****************************************************************************/
2188/*** INCLUDE localconfig.h if it exists, to allow users to make some      ***/
2189/*** compile time configuration changes.                                  ***/
2190/****************************************************************************/
2191/* does a local configuration file exist? */
2192/* #undef HAVE_LOCALCONFIG_H */
2193#ifdef HAVE_LOCALCONFIG_H
2194# include <localconfig.h>
2195#endif /* HAVE_LOCALCONFIG_H */
2196
2197#endif /* not _CONFIG_H */
2198
2199/*
2200 * Local Variables:
2201 * mode: c
2202 * End:
2203 */
2204
2205/* End of am-utils-6.x config.h file */
2206