aux_conf.h.in revision 174294
1/*
2 * aux_conf.h:
3 * This file gets "filled in" for each architecture.
4 * @configure_input@
5 */
6
7#ifndef _AUX_CONF_H
8#define _AUX_CONF_H
9
10/*
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.
15 */
16@am_utils_mount_trap@
17/* End of included MOUNT_TRAP macro definition file */
18
19/*
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.
25 */
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@"
30
31/*
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.
36 */
37@am_utils_nfs_fh_dref@
38/* End of included NFS_FH_DREF macro definition file */
39
40/*
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.
45 */
46@am_utils_nfs_sa_dref@
47/* End of included NFS_SA_DREF macro definition file */
48
49/*
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.
54 */
55@am_utils_nfs_hn_dref@
56/* End of included NFS_HN_DREF macro definition file */
57
58#endif /* not _AUX_CONF_H */
59