1276N/A# Copyright (c) 2011, 2012, Oracle
and/or its affiliates. All rights reserved.
1149N/A# Permission is hereby granted, free of charge, to any person obtaining a
1149N/A# copy of this software and associated documentation files (the "Software"),
1149N/A# to deal in the Software without restriction, including without limitation
1149N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1149N/A#
and/or sell copies of the Software, and to permit persons to whom the
1149N/A# Software is furnished to do so, subject to the following conditions:
1149N/A# The above copyright notice and this permission notice (including the next
1149N/A# paragraph) shall be included in all copies or substantial portions of the
1149N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1149N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1149N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1149N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1149N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1149N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1149N/A7010804 Xorg should audit connections and disconnections.
1340N/Aindex 67b1eb4..77ad53d 100644
1149N/A+AC_CHECK_LIB([bsm], [adt_start_session], [HAVE_LIBBSM=yes ; SYS_LIBS=-lbsm ;
1149N/A+ AC_DEFINE([HAVE_LIBBSM], [],
1149N/A+ [Define to 1 if you have the Solaris auditing library (-lbsm)])])
1149N/A+AM_CONDITIONAL([HAVE_LIBBSM], [test "x$HAVE_LIBBSM" = xyes])
1179N/A dnl ---------------------------------------------------------------------------
1179N/A dnl Bus options and CPU capabilities. Replaces logic in
1340N/A@@ -201,6 +201,7 @@ main(int argc, char *argv[], char *envp[])
1276N/A+ OSAuditInit(); /* Must be after InitCallbackManager() */
1276N/A InitOutput(&screenInfo, argc, argv);
1340N/Aindex 578f249..8acca13 100644
1149N/A /* Build a standalone xpbproxy */
1149N/A+/* Define to 1 if you have the Solaris BSM auditing library (-lbsm) */
1149N/A /* Define to 1 if you have the `m' library (-lm). */
1340N/Aindex 9e323f3..01cea99 100644
1340N/A@@ -680,4 +680,8 @@ LogPrintMarkers(void);
1179N/A@@ -15,6 +15,7 @@ libos_la_SOURCES = \