summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/config
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2008-12-31 11:19:46 +0000
committerrwatson <rwatson@FreeBSD.org>2008-12-31 11:19:46 +0000
commitccd2e131fb03efcf94ec44c40ceb507d6d746461 (patch)
tree1315417f126b46482df9431a1d0096cc38cd18fe /contrib/openbsm/config
parente52e71cb6e0521b64120ded9c019b22fe96533e8 (diff)
downloadFreeBSD-src-ccd2e131fb03efcf94ec44c40ceb507d6d746461.zip
FreeBSD-src-ccd2e131fb03efcf94ec44c40ceb507d6d746461.tar.gz
Update config.h for OpenBSM 1.1 alpha 4.
Diffstat (limited to 'contrib/openbsm/config')
-rw-r--r--contrib/openbsm/config/config.h12
1 files changed, 9 insertions, 3 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index b750910..0a052cd 100644
--- a/contrib/openbsm/config/config.h
+++ b/contrib/openbsm/config/config.h
@@ -8,6 +8,9 @@
/* Define if audit system calls present */
#define HAVE_AUDIT_SYSCALLS
+/* Define if be32enc is present */
+#define HAVE_BE32ENC
+
/* Define to 1 if you have the `bzero' function. */
#define HAVE_BZERO 1
@@ -69,6 +72,9 @@
/* Define to 1 if you have the `memset' function. */
#define HAVE_MEMSET 1
+/* Define to 1 if you have the `pthread_mutex_lock' function. */
+#define HAVE_PTHREAD_MUTEX_LOCK 1
+
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
@@ -159,13 +165,13 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.1alpha2"
+#define PACKAGE_STRING "OpenBSM 1.1alpha4"
/* 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.1alpha2"
+#define PACKAGE_VERSION "1.1alpha4"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -186,7 +192,7 @@
#define USE_NATIVE_INCLUDES
/* Version number of package */
-#define VERSION "1.1alpha2"
+#define VERSION "1.1alpha4"
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
OpenPOWER on IntegriCloud