From owner-trustedbsd-cvs@FreeBSD.ORG Mon Feb 27 23:19:35 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C54C916A424 for ; Mon, 27 Feb 2006 23:19:35 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id D21FB43D46 for ; Mon, 27 Feb 2006 23:19:32 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 7693346B4F for ; Mon, 27 Feb 2006 18:19:09 -0500 (EST) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 9102B564A8; Mon, 27 Feb 2006 23:19:19 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 81A2F16A424; Mon, 27 Feb 2006 23:19:19 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 416E716A422 for ; Mon, 27 Feb 2006 23:19:19 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF9DB43D46 for ; Mon, 27 Feb 2006 23:19:18 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1RNJIVG060121 for ; Mon, 27 Feb 2006 23:19:18 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1RNJI1h060118 for perforce@freebsd.org; Mon, 27 Feb 2006 23:19:18 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 27 Feb 2006 23:19:18 GMT Message-Id: <200602272319.k1RNJI1h060118@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 92491 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Feb 2006 23:19:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=92491 Change 92491 by rwatson@rwatson_peppercorn on 2006/02/27 23:18:20 Check for machine/endian.h. Affected files ... .. //depot/projects/trustedbsd/openbsm/config/config.h.in#3 edit .. //depot/projects/trustedbsd/openbsm/configure#4 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#7 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/config/config.h.in#3 (text+ko) ==== @@ -33,6 +33,9 @@ /* Define to 1 if you have the `bsm' library (-lbsm). */ #undef HAVE_LIBBSM +/* Define to 1 if you have the header file. */ +#undef HAVE_MACHINE_ENDIAN_H + /* Define to 1 if you have the header file. */ #undef HAVE_MACH_MACH_H ==== //depot/projects/trustedbsd/openbsm/configure#4 (xtext) ==== @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#4 . +# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#6 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for OpenBSM 1.0a5. # @@ -19940,17 +19940,7 @@ - - - - - - - - - - -for ac_header in arpa/inet.h fcntl.h limits.h mach/mach.h netinet/in.h stdint.h stdlib.h string.h sys/param.h sys/socket.h sys/time.h sys/endian.h syslog.h unistd.h +for ac_header in endian.h mach/mach.h machine/endian.h sys/endian.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then ==== //depot/projects/trustedbsd/openbsm/configure.ac#7 (text+ko) ==== @@ -3,7 +3,7 @@ AC_PREREQ(2.59) AC_INIT([OpenBSM], [1.0a5], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#6 $]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#7 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h]) @@ -23,7 +23,7 @@ # Checks for header files. AC_HEADER_STDC AC_HEADER_SYS_WAIT -AC_CHECK_HEADERS([endian.h mach/mach.h sys/endian.h]) +AC_CHECK_HEADERS([endian.h mach/mach.h machine/endian.h sys/endian.h]) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST