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