summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-08-26 08:12:17 +0000
committerrwatson <rwatson@FreeBSD.org>2006-08-26 08:12:17 +0000
commit8846902a40e9deca0865b9472f07a0429dd05fef (patch)
tree27a5ef176ebc50c8fc97560e03926db5e302e4b9 /contrib/openbsm
parent8eb051b93340afe4bd2dfed05c918555283efaf2 (diff)
downloadFreeBSD-src-8846902a40e9deca0865b9472f07a0429dd05fef.zip
FreeBSD-src-8846902a40e9deca0865b9472f07a0429dd05fef.tar.gz
Update for OpenBSM 1.0 alpha 9.
Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm')
-rw-r--r--contrib/openbsm/config/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index 2503155..42cbf67 100644
--- a/contrib/openbsm/config/config.h
+++ b/contrib/openbsm/config/config.h
@@ -14,6 +14,9 @@
/* Define to 1 if your system has a working `chown' function. */
#define HAVE_CHOWN 1
+/* Define to 1 if you have the `clock_gettime' function. */
+#define HAVE_CLOCK_GETTIME 1
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
@@ -144,13 +147,13 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.0a6"
+#define PACKAGE_STRING "OpenBSM 1.0a9"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "openbsm"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.0a6"
+#define PACKAGE_VERSION "1.0a9"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -165,7 +168,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "1.0a6"
+#define VERSION "1.0a9"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
OpenPOWER on IntegriCloud