summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/config
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-07-17 14:02:20 +0000
committerrwatson <rwatson@FreeBSD.org>2009-07-17 14:02:20 +0000
commitd77b22ca313fa4061782d2b1677a768149593534 (patch)
treefc91db2745125763dc9c10e7aaf733fcd80c2d95 /contrib/openbsm/config
parent88f8de4d4001c74946458579ca0710df70161c90 (diff)
downloadFreeBSD-src-d77b22ca313fa4061782d2b1677a768149593534.zip
FreeBSD-src-d77b22ca313fa4061782d2b1677a768149593534.tar.gz
Import OpenBSM 1.1p1 from vendor branch to 8-CURRENT, populating
contrib/openbsm and a subset also imported into sys/security/audit. This patch release addresses several minor issues: - Fixes to AUT_SOCKUNIX token parsing. - IPv6 support for au_to_me(3). - Improved robustness in the parsing of audit_control, especially long flags/naflags strings and whitespace in all fields. - Add missing conversion of a number of FreeBSD/Mac OS X errnos to/from BSM error number space. MFC after: 3 weeks Obtained from: TrustedBSD Project Sponsored by: Apple, Inc. Approved by: re (kib)
Diffstat (limited to 'contrib/openbsm/config')
-rw-r--r--contrib/openbsm/config/config.h20
1 files changed, 11 insertions, 9 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index 9827344..e375bc5 100644
--- a/contrib/openbsm/config/config.h
+++ b/contrib/openbsm/config/config.h
@@ -1,15 +1,14 @@
/* config/config.h. Generated from config.h.in by configure. */
/* config/config.h.in. Generated from configure.ac by autoheader. */
-/* $FreeBSD$ */
/* Define to 1 if you have the `alarm' function. */
#define HAVE_ALARM 1
/* Define if audit system calls present */
-#define HAVE_AUDIT_SYSCALLS
+#define HAVE_AUDIT_SYSCALLS /**/
/* Define if be32enc is present */
-#define HAVE_BE32ENC
+#define HAVE_BE32ENC /**/
/* Define to 1 if you have the `bzero' function. */
#define HAVE_BZERO 1
@@ -33,7 +32,7 @@
#define HAVE_FTRUNCATE 1
/* Define if queue.h includes LIST_FIRST */
-#define HAVE_FULL_QUEUE_H
+#define HAVE_FULL_QUEUE_H /**/
/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1
@@ -153,7 +152,7 @@
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
-/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
+#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
/* Name of package */
#define PACKAGE "OpenBSM"
@@ -165,13 +164,13 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.1beta1"
+#define PACKAGE_STRING "OpenBSM 1.1p1"
/* 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.1beta1"
+#define PACKAGE_VERSION "1.1p1"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -189,10 +188,13 @@
/* #undef USE_MACH_IPC */
/* Define to use native include files */
-#define USE_NATIVE_INCLUDES
+#define USE_NATIVE_INCLUDES /**/
/* Version number of package */
-#define VERSION "1.1beta1"
+#define VERSION "1.1p1"
+
+/* Use extended API on platforms that require it */
+#define _GNU_SOURCE /**/
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
OpenPOWER on IntegriCloud