PERFORCE change 92491 for review

Robert Watson rwatson at FreeBSD.org
Mon Feb 27 15:19:36 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92491

Change 92491 by rwatson at 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 <machine/endian.h> header file. */
+#undef HAVE_MACHINE_ENDIAN_H
+
 /* Define to 1 if you have the <mach/mach.h> 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 at 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


More information about the trustedbsd-cvs mailing list