aux_conf.h.in revision 174294
1124524Sume/*
266776Skris * aux_conf.h:
355163Sshin * This file gets "filled in" for each architecture.
455163Sshin * @configure_input@
5222732Shrs */
655163Sshin
762632Skris#ifndef _AUX_CONF_H
855163Sshin#define _AUX_CONF_H
955163Sshin
1055163Sshin/*
1155163Sshin * The next line is a literal inclusion of a file which includes a
1255163Sshin * definition for the MOUNT_TRAP macro for a particular architecture.
1355163Sshin * If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro
1455163Sshin * in $srcdir/m4/macros.
1555163Sshin */
1655163Sshin@am_utils_mount_trap@
1755163Sshin/* End of included MOUNT_TRAP macro definition file */
1855163Sshin
1962632Skris/*
2055163Sshin * The next line is a literal replacement of a variable which defines the
2155163Sshin * the UNMOUNT_TRAP macro for a particular architecture.
2255163Sshin * If it defines the wrong entry, check the AC_CHECK_UNMOUNT_CALL m4 macro
2355163Sshin * in $srcdir/aclocal.m4.  If the arguments are being defined wrong, check
2455163Sshin * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros.
2555163Sshin */
2655163Sshin#define UNMOUNT_TRAP(mnt)	@am_utils_unmount_call@(@am_utils_unmount_args@)
2755163Sshin/* End of replaced UNMOUNT_TRAP macro definition */
2855163Sshin/* umount(8) executable path, for type:=program */
2955163Sshin#define UNMOUNT_PROGRAM		"@UNMOUNT_PROGRAM@"
3055163Sshin
3155163Sshin/*
3255163Sshin * The next line is a literal inclusion of a file which includes a
3355163Sshin * definition for the NFS_FH_DREF macro for a particular architecture.
3455163Sshin * If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro
3555163Sshin * in $srcdir/m4/macros.
3655163Sshin */
3755163Sshin@am_utils_nfs_fh_dref@
3866776Skris/* End of included NFS_FH_DREF macro definition file */
39118661Sume
40118661Sume/*
4155163Sshin * The next line is a literal inclusion of a file which includes a
4255163Sshin * definition for the NFS_SA_DREF macro for a particular architecture.
4355163Sshin * If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro
4455163Sshin * in $srcdir/m4/macros.
4555163Sshin */
46222732Shrs@am_utils_nfs_sa_dref@
4755163Sshin/* End of included NFS_SA_DREF macro definition file */
48222732Shrs
4955163Sshin/*
5055163Sshin * The next line is a literal inclusion of a file which includes a
5155163Sshin * definition for the NFS_HN_DREF macro for a particular architecture.
5255163Sshin * If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro
5355163Sshin * in $srcdir/m4/macros.
5455163Sshin */
55222732Shrs@am_utils_nfs_hn_dref@
5655163Sshin/* End of included NFS_HN_DREF macro definition file */
57119026Sume
5855163Sshin#endif /* not _AUX_CONF_H */
5955163Sshin