summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authormbr <mbr@FreeBSD.org>2004-07-06 14:06:58 +0000
committermbr <mbr@FreeBSD.org>2004-07-06 14:06:58 +0000
commit7d48e5ab654c40531501c3cb2499686dba5f55ce (patch)
tree030ab7cb2e6f6c5fdd3001c1391754f9b612f96a /usr.sbin/amd
parentfb8e8fa13147842d7e614acc80f381ae7a697535 (diff)
downloadFreeBSD-src-7d48e5ab654c40531501c3cb2499686dba5f55ce.zip
FreeBSD-src-7d48e5ab654c40531501c3cb2499686dba5f55ce.tar.gz
Generate fresh aux_conf.h.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/aux_conf.h24
1 files changed, 6 insertions, 18 deletions
diff --git a/usr.sbin/amd/include/aux_conf.h b/usr.sbin/amd/include/aux_conf.h
index a26d3cd..11e0b15 100644
--- a/usr.sbin/amd/include/aux_conf.h
+++ b/usr.sbin/amd/include/aux_conf.h
@@ -3,7 +3,7 @@
/*
* aux_conf.h:
* This file gets "filled in" for each architecture.
- * Generated automatically from aux_conf.h.in by configure.
+ * aux_conf.h. Generated from aux_conf.h.in by configure.
*/
#ifndef _AUX_CONF_H
@@ -13,14 +13,11 @@
* The next line is a literal inclusion of a file which includes a
* definition for the MOUNT_TRAP macro for a particular architecture.
* If it defines the wrong entry, check the AC_CHECK_MOUNT_TRAP m4 macro
- * in $srcdir/aux/macros.
+ * in $srcdir/m4/macros.
*/
/* $srcdir/conf/trap/trap_default.h */
-#ifdef COMMENT_OUT__GET_DIRECTLY_FROM_FILE
#define MOUNT_TRAP(type, mnt, flags, mnt_data) mount(type, mnt->mnt_dir, flags, mnt_data)
-#endif /* COMMENT_OUT__GET_DIRECTLY_FROM_FILE */
-#include "conf/trap/trap_default.h"
/* End of included MOUNT_TRAP macro definition file */
/*
@@ -28,7 +25,7 @@
* the UNMOUNT_TRAP macro for a particular architecture.
* If it defines the wrong entry, check the AC_CHECK_UNMOUNT_CALL m4 macro
* in $srcdir/aclocal.m4. If the arguments are being defined wrong, check
- * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/aux/macros.
+ * the macro AC_CHECK_UNMOUNT_ARGS in $srcdir/m4/macros.
*/
#define UNMOUNT_TRAP(mnt) unmount(mnt->mnt_dir)
/* End of replaced UNMOUNT_TRAP macro definition */
@@ -37,45 +34,36 @@
* The next line is a literal inclusion of a file which includes a
* definition for the NFS_FH_DREF macro for a particular architecture.
* If it defines the wrong entry, check the AC_CHECK_NFS_FH_DREF m4 macro
- * in $srcdir/aux/macros.
+ * in $srcdir/m4/macros.
*/
/* $srcdir/conf/fh_dref/fh_dref_freebsd22.h */
-#ifdef COMMENT_OUT__GET_DIRECTLY_FROM_FILE
#define NFS_FH_DREF(dst, src) (dst) = (u_char *) (src)
-#endif /* COMMENT_OUT__GET_DIRECTLY_FROM_FILE */
-#include "conf/fh_dref/fh_dref_freebsd22.h"
/* End of included NFS_FH_DREF macro definition file */
/*
* The next line is a literal inclusion of a file which includes a
* definition for the NFS_SA_DREF macro for a particular architecture.
* If it defines the wrong entry, check the AC_CHECK_NFS_SA_DREF m4 macro
- * in $srcdir/aux/macros.
+ * in $srcdir/m4/macros.
*/
/* $srcdir/conf/sa_dref/sa_dref_bsd44.h */
-#ifdef COMMENT_OUT__GET_DIRECTLY_FROM_FILE
#define NFS_SA_DREF(dst, src) { \
(dst)->addr = (struct sockaddr *) (src); \
(dst)->addrlen = sizeof(*src); \
}
-#endif /* COMMENT_OUT__GET_DIRECTLY_FROM_FILE */
-#include "conf/sa_dref/sa_dref_bsd44.h"
/* End of included NFS_SA_DREF macro definition file */
/*
* The next line is a literal inclusion of a file which includes a
* definition for the NFS_HN_DREF macro for a particular architecture.
* If it defines the wrong entry, check the AC_CHECK_NFS_HN_DREF m4 macro
- * in $srcdir/aux/macros.
+ * in $srcdir/m4/macros.
*/
/* $srcdir/conf/hn_dref/hn_dref_default.h */
-#ifdef COMMENT_OUT__GET_DIRECTLY_FROM_FILE
#define NFS_HN_DREF(dst, src) (dst) = (src)
-#endif /* COMMENT_OUT__GET_DIRECTLY_FROM_FILE */
-#include "conf/hn_dref/hn_dref_default.h"
/* End of included NFS_HN_DREF macro definition file */
#endif /* not _AUX_CONF_H */
OpenPOWER on IntegriCloud