182794Sobrien/*
282794Sobrien * aux_conf.h:
382794Sobrien * This file gets "filled in" for each architecture.
482794Sobrien * @configure_input@
582794Sobrien */
682794Sobrien
782794Sobrien#ifndef _AUX_CONF_H
882794Sobrien#define _AUX_CONF_H
982794Sobrien
1082794Sobrien/*
1182794Sobrien * The next line is a literal inclusion of a file which includes a
1282794Sobrien * definition for the MOUNT_TRAP macro for a particular architecture.
1382794Sobrien * If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro
14119679Smbr * in $srcdir/m4/macros.
1582794Sobrien */
1682794Sobrien@am_utils_mount_trap@
1782794Sobrien/* End of included MOUNT_TRAP macro definition file */
1882794Sobrien
1982794Sobrien/*
2082794Sobrien * The next line is a literal replacement of a variable which defines the
2182794Sobrien * the UNMOUNT_TRAP macro for a particular architecture.
2282794Sobrien * If it defines the wrong entry, check the AC_CHECK_UNMOUNT_CALL m4 macro
2382794Sobrien * in $srcdir/aclocal.m4.  If the arguments are being defined wrong, check
24119679Smbr * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros.
2582794Sobrien */
2682794Sobrien#define UNMOUNT_TRAP(mnt)	@am_utils_unmount_call@(@am_utils_unmount_args@)
2782794Sobrien/* End of replaced UNMOUNT_TRAP macro definition */
28174294Sobrien/* umount(8) executable path, for type:=program */
29174294Sobrien#define UNMOUNT_PROGRAM		"@UNMOUNT_PROGRAM@"
3082794Sobrien
3182794Sobrien/*
3282794Sobrien * The next line is a literal inclusion of a file which includes a
3382794Sobrien * definition for the NFS_FH_DREF macro for a particular architecture.
3482794Sobrien * If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro
35119679Smbr * in $srcdir/m4/macros.
3682794Sobrien */
3782794Sobrien@am_utils_nfs_fh_dref@
3882794Sobrien/* End of included NFS_FH_DREF macro definition file */
3982794Sobrien
4082794Sobrien/*
4182794Sobrien * The next line is a literal inclusion of a file which includes a
4282794Sobrien * definition for the NFS_SA_DREF macro for a particular architecture.
4382794Sobrien * If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro
44119679Smbr * in $srcdir/m4/macros.
4582794Sobrien */
4682794Sobrien@am_utils_nfs_sa_dref@
4782794Sobrien/* End of included NFS_SA_DREF macro definition file */
4882794Sobrien
4982794Sobrien/*
5082794Sobrien * The next line is a literal inclusion of a file which includes a
5182794Sobrien * definition for the NFS_HN_DREF macro for a particular architecture.
5282794Sobrien * If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro
53119679Smbr * in $srcdir/m4/macros.
5482794Sobrien */
5582794Sobrien@am_utils_nfs_hn_dref@
5682794Sobrien/* End of included NFS_HN_DREF macro definition file */
5782794Sobrien
5882794Sobrien#endif /* not _AUX_CONF_H */
59