]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/amd/aux_conf.h.in
This commit was generated by cvs2svn to compensate for changes in r153816,
[FreeBSD/FreeBSD.git] / contrib / amd / aux_conf.h.in
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
29 /*
30  * The next line is a literal inclusion of a file which includes a
31  * definition for the NFS_FH_DREF macro for a particular architecture.
32  * If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro
33  * in $srcdir/m4/macros.
34  */
35 @am_utils_nfs_fh_dref@
36 /* End of included NFS_FH_DREF macro definition file */
37
38 /*
39  * The next line is a literal inclusion of a file which includes a
40  * definition for the NFS_SA_DREF macro for a particular architecture.
41  * If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro
42  * in $srcdir/m4/macros.
43  */
44 @am_utils_nfs_sa_dref@
45 /* End of included NFS_SA_DREF macro definition file */
46
47 /*
48  * The next line is a literal inclusion of a file which includes a
49  * definition for the NFS_HN_DREF macro for a particular architecture.
50  * If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro
51  * in $srcdir/m4/macros.
52  */
53 @am_utils_nfs_hn_dref@
54 /* End of included NFS_HN_DREF macro definition file */
55
56 #endif /* not _AUX_CONF_H */