From owner-svn-src-head@FreeBSD.ORG Wed Dec 31 11:19:46 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67D8A1065672; Wed, 31 Dec 2008 11:19:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 53EC18FC13; Wed, 31 Dec 2008 11:19:46 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBVBJkjW024425; Wed, 31 Dec 2008 11:19:46 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBVBJkV8024424; Wed, 31 Dec 2008 11:19:46 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200812311119.mBVBJkV8024424@svn.freebsd.org> From: Robert Watson Date: Wed, 31 Dec 2008 11:19:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186648 - head/contrib/openbsm/config X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2008 11:19:47 -0000 Author: rwatson Date: Wed Dec 31 11:19:46 2008 New Revision: 186648 URL: http://svn.freebsd.org/changeset/base/186648 Log: Update config.h for OpenBSM 1.1 alpha 4. Modified: head/contrib/openbsm/config/config.h Modified: head/contrib/openbsm/config/config.h ============================================================================== --- head/contrib/openbsm/config/config.h Wed Dec 31 11:12:24 2008 (r186647) +++ head/contrib/openbsm/config/config.h Wed Dec 31 11:19:46 2008 (r186648) @@ -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 */