summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-23 06:19:25 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-23 06:19:25 +0000
commit8eea002abf8f28c42ca0362826a16e0172fcfe18 (patch)
treea4f3c10d1d49b3c1d60275726e878fea2c8db767
parent7210378891b467831e8631f1dfb504b076fe6ad8 (diff)
Notes
-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 d7b1fab7ccbf..58259721d0c9 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