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