Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / bsd / am-utils / dist / aux_conf.h.in
blob8c38bbfac5f162826887ece07b12d3a1c7e07617
1 /*
2 * aux_conf.h:
3 * This file gets "filled in" for each architecture.
4 * @configure_input@
5 */
7 #ifndef _AUX_CONF_H
8 #define _AUX_CONF_H
11 * The next line is a literal inclusion of a file which includes a
12 * definition for the MOUNT_TRAP macro for a particular architecture.
13 * If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro
14 * in $srcdir/m4/macros.
16 @am_utils_mount_trap@
17 /* End of included MOUNT_TRAP macro definition file */
20 * The next line is a literal replacement of a variable which defines the
21 * the UNMOUNT_TRAP macro for a particular architecture.
22 * If it defines the wrong entry, check the AC_CHECK_UNMOUNT_CALL m4 macro
23 * in $srcdir/aclocal.m4. If the arguments are being defined wrong, check
24 * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros.
26 #define UNMOUNT_TRAP(mnt) @am_utils_unmount_call@(@am_utils_unmount_args@)
27 /* End of replaced UNMOUNT_TRAP macro definition */
28 /* umount(8) executable path, for type:=program */
29 #define UNMOUNT_PROGRAM "@UNMOUNT_PROGRAM@"
32 * The next line is a literal inclusion of a file which includes a
33 * definition for the NFS_FH_DREF macro for a particular architecture.
34 * If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro
35 * in $srcdir/m4/macros.
37 @am_utils_nfs_fh_dref@
38 /* End of included NFS_FH_DREF macro definition file */
41 * The next line is a literal inclusion of a file which includes a
42 * definition for the NFS_SA_DREF macro for a particular architecture.
43 * If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro
44 * in $srcdir/m4/macros.
46 @am_utils_nfs_sa_dref@
47 /* End of included NFS_SA_DREF macro definition file */
50 * The next line is a literal inclusion of a file which includes a
51 * definition for the NFS_HN_DREF macro for a particular architecture.
52 * If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro
53 * in $srcdir/m4/macros.
55 @am_utils_nfs_hn_dref@
56 /* End of included NFS_HN_DREF macro definition file */
58 #endif /* not _AUX_CONF_H */