summaryrefslogtreecommitdiffstats
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-09-23 06:19:25 +0000
committerobrien <obrien@FreeBSD.org>1999-09-23 06:19:25 +0000
commit98b2b7e66c48ec858fd6192ec92ac06e58c75229 (patch)
treed92be4ee40882db97d808581305ca0f39a106625 /usr.sbin/amd
parentdd86ea74f15404acf8066b6a96eba861ad960625 (diff)
downloadFreeBSD-src-98b2b7e66c48ec858fd6192ec92ac06e58c75229.zip
FreeBSD-src-98b2b7e66c48ec858fd6192ec92ac06e58c75229.tar.gz
Sync with am-utils-6.0.2s2.
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/include/config.h16
1 files changed, 14 insertions, 2 deletions
diff --git a/usr.sbin/amd/include/config.h b/usr.sbin/amd/include/config.h
index d7b1fab..5825972 100644
--- a/usr.sbin/amd/include/config.h
+++ b/usr.sbin/amd/include/config.h
@@ -445,6 +445,9 @@
/* asynchronous filesystem access */
#define MNT2_GEN_OPT_ASYNC 0x40
+/* automounter filesystem (ignore) flag, used in bsdi-4.1 */
+/* #undef MNT2_GEN_OPT_AUTOMNTFS */
+
/* cache (what?) */
/* #undef MNT2_GEN_OPT_CACHE */
@@ -954,9 +957,9 @@
#define PACKAGE "am-utils"
/* Define version of package (must be defined by configure.in) */
-#define VERSION "6.0.1"
+#define VERSION "6.0.2s2"
-/* We pick some parameters from our local config file */
+/* We [FREEBSD-NATIVE] pick some parameters from our local config file */
#include "config_local.h"
/* Define name of host machine's cpu (eg. sparc) */
@@ -1246,6 +1249,9 @@
/* Define if you have the seteuid function. */
#define HAVE_SETEUID 1
+/* Define if you have the setitimer function. */
+#define HAVE_SETITIMER 1
+
/* Define if you have the setresuid function. */
/* #undef HAVE_SETRESUID */
@@ -1318,6 +1324,9 @@
/* Define if you have the vmount function. */
/* #undef HAVE_VMOUNT */
+/* Define if you have the vsnprintf function. */
+#define HAVE_VSNPRINTF 1
+
/* Define if you have the wait3 function. */
#define HAVE_WAIT3 1
@@ -1978,6 +1987,9 @@
/* does seteuid() exist? */
#define HAVE_EXTERN_SETEUID 1
+/* does setitimer() exist? */
+#define HAVE_EXTERN_SETITIMER 1
+
/* does strcasecmp() exist? */
#define HAVE_EXTERN_STRCASECMP 1
OpenPOWER on IntegriCloud