From owner-p4-projects@FreeBSD.ORG Fri Nov 23 23:38:04 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C156FC2C; Fri, 23 Nov 2012 23:38:04 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7ADF2C2A for ; Fri, 23 Nov 2012 23:38:04 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9308FC12 for ; Fri, 23 Nov 2012 23:38:04 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.5/8.14.5) with ESMTP id qANNc4HG017398 for ; Fri, 23 Nov 2012 23:38:04 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.5/8.14.5/Submit) id qANNc4XB017395 for perforce@freebsd.org; Fri, 23 Nov 2012 23:38:04 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 23 Nov 2012 23:38:04 GMT Message-Id: <201211232338.qANNc4XB017395@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 219837 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 23:38:05 -0000 http://p4web.freebsd.org/@@219837?ac=10 Change 219837 by rwatson@rwatson_cinnamon on 2012/11/23 23:37:32 Commit an OpenBSM 1.2-alpha2 config.h for merge to FreeBSD -CURRENT. Affected files ... .. //depot/projects/trustedbsd/audit_merge/src/contrib/openbsm/config/config.h#2 edit Differences ... ==== //depot/projects/trustedbsd/audit_merge/src/contrib/openbsm/config/config.h#2 (text) ==== @@ -4,36 +4,60 @@ /* Define to 1 if you have the `alarm' function. */ #define HAVE_ALARM 1 +/* Define to 1 if you have the `arc4random' function. */ +#define HAVE_ARC4RANDOM 1 + +/* Define to 1 if you have the `arc4random_buf' function. */ +#define HAVE_ARC4RANDOM_BUF 1 + /* 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 +/* Define to 1 if you have the `cap_enter' function. */ +#define HAVE_CAP_ENTER 1 + /* 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 `closefrom' function. */ +#define HAVE_CLOSEFROM 1 + /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_ENDIAN_H */ +/* Define to 1 if you have the `faccessat' function. */ +#define HAVE_FACCESSAT 1 + +/* Define to 1 if you have the `fdopendir' function. */ +#define HAVE_FDOPENDIR 1 + /* Define to 1 if you have the `fork' function. */ #define HAVE_FORK 1 +/* Define to 1 if you have the `fstatat' function. */ +#define HAVE_FSTATAT 1 + /* Define to 1 if you have the `ftruncate' function. */ #define HAVE_FTRUNCATE 1 /* Define if queue.h includes LIST_FIRST */ #define HAVE_FULL_QUEUE_H /**/ +/* Define to 1 if you have the `getresgid' function. */ +#define HAVE_GETRESGID 1 + +/* Define to 1 if you have the `getresuid' function. */ +#define HAVE_GETRESUID 1 + /* Define to 1 if you have the `gettimeofday' function. */ #define HAVE_GETTIMEOFDAY 1 @@ -55,6 +79,12 @@ /* Define if ipc_perm.__seq instead of seq */ /* #undef HAVE_IPC_PERM___SEQ */ +/* Define to 1 if you have the `jail' function. */ +#define HAVE_JAIL 1 + +/* Define to 1 if you have the `kqueue' function. */ +#define HAVE_KQUEUE 1 + /* Define to 1 if you have the header file. */ #define HAVE_MACHINE_ENDIAN_H 1 @@ -71,9 +101,37 @@ /* Define to 1 if you have the `memset' function. */ #define HAVE_MEMSET 1 +/* Define to 1 if you have the `openat' function. */ +#define HAVE_OPENAT 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_PRINTF_H 1 + +/* Define to 1 if you have the `pthread_condattr_setclock' function. */ +#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 + +/* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function. + */ +/* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */ + /* Define to 1 if you have the `pthread_mutex_lock' function. */ #define HAVE_PTHREAD_MUTEX_LOCK 1 +/* Define to 1 if you have the header file. */ +#define HAVE_PTHREAD_NP_H 1 + +/* Define to 1 if you have the `renameat' function. */ +#define HAVE_RENAMEAT 1 + +/* Define to 1 if you have the `setproctitle' function. */ +#define HAVE_SETPROCTITLE 1 + +/* Define to 1 if you have the `sigtimedwait' function. */ +#define HAVE_SIGTIMEDWAIT 1 + +/* Define if sockaddr_storage.ss_len field exists */ +#define HAVE_SOCKADDR_STORAGE_SS_LEN /**/ + /* 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 */ @@ -105,6 +163,9 @@ /* Define to 1 if you have the `strlcpy' function. */ #define HAVE_STRLCPY 1 +/* Define to 1 if you have the `strndup' function. */ +#define HAVE_STRNDUP 1 + /* Define to 1 if you have the `strrchr' function. */ #define HAVE_STRRCHR 1 @@ -117,7 +178,7 @@ /* Define to 1 if you have the `strtoul' function. */ #define HAVE_STRTOUL 1 -/* Define to 1 if `st_rdev' is member of `struct stat'. */ +/* Define to 1 if `st_rdev' is a member of `struct stat'. */ #define HAVE_STRUCT_STAT_ST_RDEV 1 /* Define to 1 if you have the header file. */ @@ -138,12 +199,18 @@ /* Define to 1 if you have the header file. */ #define HAVE_UNISTD_H 1 +/* Define to 1 if you have the `unlinkat' function. */ +#define HAVE_UNLINKAT 1 + /* Define to 1 if you have the `vfork' function. */ #define HAVE_VFORK 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_VFORK_H */ +/* Define to 1 if you have the `vis' function. */ +#define HAVE_VIS 1 + /* Define to 1 if `fork' works. */ #define HAVE_WORKING_FORK 1 @@ -154,6 +221,10 @@ slash. */ #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#define LT_OBJDIR ".libs/" + /* Name of package */ #define PACKAGE "OpenBSM" @@ -164,13 +235,16 @@ #define PACKAGE_NAME "OpenBSM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "OpenBSM 1.1p2" +#define PACKAGE_STRING "OpenBSM 1.2alpha2" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "openbsm" +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + /* Define to the version of this package. */ -#define PACKAGE_VERSION "1.1p2" +#define PACKAGE_VERSION "1.2alpha2" /* Define as the return type of signal handlers (`int' or `void'). */ #define RETSIGTYPE void @@ -184,14 +258,33 @@ /* Define to 1 if your declares `struct tm'. */ /* #undef TM_IN_SYS_TIME */ +/* Define if compat/endian_enc.h is required */ +/* #undef USE_COMPAT_ENDIAN_ENC_H */ + +/* Define if compat/endian.h is required */ +/* #undef USE_COMPAT_ENDIAN_H */ + +/* Define if endian.h should be included */ +/* #undef USE_ENDIAN_H */ + +/* Define if machine/endian.h should be included */ +/* #undef USE_MACHINE_ENDIAN_H */ + /* Define if uses Mach IPC for Triggers messages */ /* #undef USE_MACH_IPC */ /* Define to use native include files */ -#define USE_NATIVE_INCLUDES /**/ +/* #undef USE_NATIVE_INCLUDES */ + +/* Define if sys/endian.h should be included */ +#define USE_SYS_ENDIAN_H /**/ /* Version number of package */ -#define VERSION "1.1p2" +#define VERSION "1.2alpha2" + +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#define YYTEXT_POINTER 1 /* Use extended API on platforms that require it */ #define _GNU_SOURCE /**/