Lines Matching +full:ipc +full:-
1 # -*- Autoconf -*-
5 AC_INIT([OpenBSM], [1.2-alpha5], [trustedbsd-audit@TrustedBSD.org],[openbsm])
13 # --with-native-includes forces the use of the system bsm headers.
14 AC_ARG_WITH([native-includes],
15 [AS_HELP_STRING([--with-native-includes],
61 #include <sys/ipc.h>
68 #include <sys/ipc.h>
75 #include <sys/ipc.h>
82 #include <sys/ipc.h>
123 # depend on them or it will generate link-time or run-time errors. Test for
142 # We rely on the BSD be32toh() and be32enc()-style endian macros to perform
143 # byte order conversions. Availability of these varies considerably -- in
233 # Check to see if Mach IPC is used for trigger messages. If so, use Mach IPC
236 AC_DEFINE(USE_MACH_IPC,, Define if uses Mach IPC for Triggers messages)