1173147Srwatson/* config/config.h.  Generated from config.h.in by configure.  */
2156287Srwatson/* config/config.h.in.  Generated from configure.ac by autoheader.  */
3156287Srwatson
4156287Srwatson/* Define to 1 if you have the `alarm' function. */
5156287Srwatson#define HAVE_ALARM 1
6156287Srwatson
7243750Srwatson/* Define to 1 if you have the `arc4random' function. */
8243750Srwatson#define HAVE_ARC4RANDOM 1
9243750Srwatson
10243750Srwatson/* Define to 1 if you have the `arc4random_buf' function. */
11243750Srwatson#define HAVE_ARC4RANDOM_BUF 1
12243750Srwatson
13156287Srwatson/* Define if audit system calls present */
14195740Srwatson#define HAVE_AUDIT_SYSCALLS /**/
15156287Srwatson
16156287Srwatson/* Define to 1 if you have the `bzero' function. */
17156287Srwatson#define HAVE_BZERO 1
18156287Srwatson
19243750Srwatson/* Define to 1 if you have the `cap_enter' function. */
20243750Srwatson#define HAVE_CAP_ENTER 1
21243750Srwatson
22156287Srwatson/* Define to 1 if your system has a working `chown' function. */
23156287Srwatson#define HAVE_CHOWN 1
24156287Srwatson
25161634Srwatson/* Define to 1 if you have the `clock_gettime' function. */
26161634Srwatson#define HAVE_CLOCK_GETTIME 1
27161634Srwatson
28243750Srwatson/* Define to 1 if you have the `closefrom' function. */
29243750Srwatson#define HAVE_CLOSEFROM 1
30243750Srwatson
31156287Srwatson/* Define to 1 if you have the <dlfcn.h> header file. */
32156287Srwatson#define HAVE_DLFCN_H 1
33156287Srwatson
34156287Srwatson/* Define to 1 if you have the <endian.h> header file. */
35156287Srwatson/* #undef HAVE_ENDIAN_H */
36156287Srwatson
37243750Srwatson/* Define to 1 if you have the `faccessat' function. */
38243750Srwatson#define HAVE_FACCESSAT 1
39243750Srwatson
40243750Srwatson/* Define to 1 if you have the `fdopendir' function. */
41243750Srwatson#define HAVE_FDOPENDIR 1
42243750Srwatson
43156287Srwatson/* Define to 1 if you have the `fork' function. */
44156287Srwatson#define HAVE_FORK 1
45156287Srwatson
46243750Srwatson/* Define to 1 if you have the `fstatat' function. */
47243750Srwatson#define HAVE_FSTATAT 1
48243750Srwatson
49156287Srwatson/* Define to 1 if you have the `ftruncate' function. */
50156287Srwatson#define HAVE_FTRUNCATE 1
51156287Srwatson
52156287Srwatson/* Define if queue.h includes LIST_FIRST */
53195740Srwatson#define HAVE_FULL_QUEUE_H /**/
54156287Srwatson
55243750Srwatson/* Define to 1 if you have the `getresgid' function. */
56243750Srwatson#define HAVE_GETRESGID 1
57243750Srwatson
58243750Srwatson/* Define to 1 if you have the `getresuid' function. */
59243750Srwatson#define HAVE_GETRESUID 1
60243750Srwatson
61156287Srwatson/* Define to 1 if you have the `gettimeofday' function. */
62156287Srwatson#define HAVE_GETTIMEOFDAY 1
63156287Srwatson
64156287Srwatson/* Define to 1 if you have the `inet_ntoa' function. */
65156287Srwatson#define HAVE_INET_NTOA 1
66156287Srwatson
67156287Srwatson/* Define to 1 if you have the <inttypes.h> header file. */
68156287Srwatson#define HAVE_INTTYPES_H 1
69156287Srwatson
70185573Srwatson/* Define if ipc_perm._key instead of key */
71185573Srwatson/* #undef HAVE_IPC_PERM__KEY */
72185573Srwatson
73185573Srwatson/* Define if ipc_perm._seq instead of seq */
74185573Srwatson/* #undef HAVE_IPC_PERM__SEQ */
75185573Srwatson
76156287Srwatson/* Define if ipc_perm.__key instead of key */
77156287Srwatson/* #undef HAVE_IPC_PERM___KEY */
78156287Srwatson
79156287Srwatson/* Define if ipc_perm.__seq instead of seq */
80156287Srwatson/* #undef HAVE_IPC_PERM___SEQ */
81156287Srwatson
82243750Srwatson/* Define to 1 if you have the `jail' function. */
83243750Srwatson#define HAVE_JAIL 1
84243750Srwatson
85243750Srwatson/* Define to 1 if you have the `kqueue' function. */
86243750Srwatson#define HAVE_KQUEUE 1
87243750Srwatson
88156287Srwatson/* Define to 1 if you have the <machine/endian.h> header file. */
89156287Srwatson#define HAVE_MACHINE_ENDIAN_H 1
90156287Srwatson
91156287Srwatson/* Define to 1 if you have the <mach/mach.h> header file. */
92156287Srwatson/* #undef HAVE_MACH_MACH_H */
93156287Srwatson
94156287Srwatson/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
95156287Srwatson   to 0 otherwise. */
96156287Srwatson#define HAVE_MALLOC 1
97156287Srwatson
98156287Srwatson/* Define to 1 if you have the <memory.h> header file. */
99156287Srwatson#define HAVE_MEMORY_H 1
100156287Srwatson
101156287Srwatson/* Define to 1 if you have the `memset' function. */
102156287Srwatson#define HAVE_MEMSET 1
103156287Srwatson
104243750Srwatson/* Define to 1 if you have the `openat' function. */
105243750Srwatson#define HAVE_OPENAT 1
106243750Srwatson
107243750Srwatson/* Define to 1 if you have the <printf.h> header file. */
108243750Srwatson#define HAVE_PRINTF_H 1
109243750Srwatson
110243750Srwatson/* Define to 1 if you have the `pthread_condattr_setclock' function. */
111243750Srwatson#define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
112243750Srwatson
113243750Srwatson/* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function.
114243750Srwatson   */
115243750Srwatson/* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
116243750Srwatson
117186648Srwatson/* Define to 1 if you have the `pthread_mutex_lock' function. */
118186648Srwatson#define HAVE_PTHREAD_MUTEX_LOCK 1
119186648Srwatson
120243750Srwatson/* Define to 1 if you have the <pthread_np.h> header file. */
121243750Srwatson#define HAVE_PTHREAD_NP_H 1
122243750Srwatson
123243750Srwatson/* Define to 1 if you have the `renameat' function. */
124243750Srwatson#define HAVE_RENAMEAT 1
125243750Srwatson
126243750Srwatson/* Define to 1 if you have the `setproctitle' function. */
127243750Srwatson#define HAVE_SETPROCTITLE 1
128243750Srwatson
129243750Srwatson/* Define to 1 if you have the `sigtimedwait' function. */
130243750Srwatson#define HAVE_SIGTIMEDWAIT 1
131243750Srwatson
132243750Srwatson/* Define if sockaddr_storage.ss_len field exists */
133243750Srwatson#define HAVE_SOCKADDR_STORAGE_SS_LEN /**/
134243750Srwatson
135156287Srwatson/* Define to 1 if `stat' has the bug that it succeeds when given the
136156287Srwatson   zero-length file name argument. */
137156287Srwatson/* #undef HAVE_STAT_EMPTY_STRING_BUG */
138156287Srwatson
139156287Srwatson/* Define to 1 if you have the <stdint.h> header file. */
140156287Srwatson#define HAVE_STDINT_H 1
141156287Srwatson
142156287Srwatson/* Define to 1 if you have the <stdlib.h> header file. */
143156287Srwatson#define HAVE_STDLIB_H 1
144156287Srwatson
145156287Srwatson/* Define to 1 if you have the `strchr' function. */
146156287Srwatson#define HAVE_STRCHR 1
147156287Srwatson
148156287Srwatson/* Define to 1 if you have the `strerror' function. */
149156287Srwatson#define HAVE_STRERROR 1
150156287Srwatson
151156287Srwatson/* Define to 1 if you have the `strftime' function. */
152156287Srwatson#define HAVE_STRFTIME 1
153156287Srwatson
154156287Srwatson/* Define to 1 if you have the <strings.h> header file. */
155156287Srwatson#define HAVE_STRINGS_H 1
156156287Srwatson
157156287Srwatson/* Define to 1 if you have the <string.h> header file. */
158156287Srwatson#define HAVE_STRING_H 1
159156287Srwatson
160162507Srwatson/* Define to 1 if you have the `strlcat' function. */
161162507Srwatson#define HAVE_STRLCAT 1
162162507Srwatson
163185573Srwatson/* Define to 1 if you have the `strlcpy' function. */
164185573Srwatson#define HAVE_STRLCPY 1
165185573Srwatson
166243750Srwatson/* Define to 1 if you have the `strndup' function. */
167243750Srwatson#define HAVE_STRNDUP 1
168243750Srwatson
169156287Srwatson/* Define to 1 if you have the `strrchr' function. */
170156287Srwatson#define HAVE_STRRCHR 1
171156287Srwatson
172156287Srwatson/* Define to 1 if you have the `strstr' function. */
173156287Srwatson#define HAVE_STRSTR 1
174156287Srwatson
175156287Srwatson/* Define to 1 if you have the `strtol' function. */
176156287Srwatson#define HAVE_STRTOL 1
177156287Srwatson
178156287Srwatson/* Define to 1 if you have the `strtoul' function. */
179156287Srwatson#define HAVE_STRTOUL 1
180156287Srwatson
181243750Srwatson/* Define to 1 if `st_rdev' is a member of `struct stat'. */
182156287Srwatson#define HAVE_STRUCT_STAT_ST_RDEV 1
183156287Srwatson
184156287Srwatson/* Define to 1 if you have the <sys/endian.h> header file. */
185156287Srwatson#define HAVE_SYS_ENDIAN_H 1
186156287Srwatson
187156287Srwatson/* Define to 1 if you have the <sys/stat.h> header file. */
188156287Srwatson#define HAVE_SYS_STAT_H 1
189156287Srwatson
190156287Srwatson/* Define to 1 if you have the <sys/time.h> header file. */
191156287Srwatson#define HAVE_SYS_TIME_H 1
192156287Srwatson
193156287Srwatson/* Define to 1 if you have the <sys/types.h> header file. */
194156287Srwatson#define HAVE_SYS_TYPES_H 1
195156287Srwatson
196156287Srwatson/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
197156287Srwatson#define HAVE_SYS_WAIT_H 1
198156287Srwatson
199156287Srwatson/* Define to 1 if you have the <unistd.h> header file. */
200156287Srwatson#define HAVE_UNISTD_H 1
201156287Srwatson
202243750Srwatson/* Define to 1 if you have the `unlinkat' function. */
203243750Srwatson#define HAVE_UNLINKAT 1
204243750Srwatson
205156287Srwatson/* Define to 1 if you have the `vfork' function. */
206156287Srwatson#define HAVE_VFORK 1
207156287Srwatson
208156287Srwatson/* Define to 1 if you have the <vfork.h> header file. */
209156287Srwatson/* #undef HAVE_VFORK_H */
210156287Srwatson
211243750Srwatson/* Define to 1 if you have the `vis' function. */
212243750Srwatson#define HAVE_VIS 1
213243750Srwatson
214156287Srwatson/* Define to 1 if `fork' works. */
215156287Srwatson#define HAVE_WORKING_FORK 1
216156287Srwatson
217156287Srwatson/* Define to 1 if `vfork' works. */
218156287Srwatson#define HAVE_WORKING_VFORK 1
219156287Srwatson
220156287Srwatson/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
221156287Srwatson   slash. */
222195740Srwatson#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
223156287Srwatson
224243750Srwatson/* Define to the sub-directory in which libtool stores uninstalled libraries.
225243750Srwatson   */
226243750Srwatson#define LT_OBJDIR ".libs/"
227243750Srwatson
228156287Srwatson/* Name of package */
229156287Srwatson#define PACKAGE "OpenBSM"
230156287Srwatson
231156287Srwatson/* Define to the address where bug reports for this package should be sent. */
232293161Sbrueffer#define PACKAGE_BUGREPORT "trustedbsd-audit@TrustedBSD.org"
233156287Srwatson
234156287Srwatson/* Define to the full name of this package. */
235156287Srwatson#define PACKAGE_NAME "OpenBSM"
236156287Srwatson
237156287Srwatson/* Define to the full name and version of this package. */
238293161Sbrueffer#define PACKAGE_STRING "OpenBSM 1.2-alpha4"
239156287Srwatson
240156287Srwatson/* Define to the one symbol short name of this package. */
241156287Srwatson#define PACKAGE_TARNAME "openbsm"
242156287Srwatson
243243750Srwatson/* Define to the home page for this package. */
244243750Srwatson#define PACKAGE_URL ""
245243750Srwatson
246156287Srwatson/* Define to the version of this package. */
247293161Sbrueffer#define PACKAGE_VERSION "1.2-alpha4"
248156287Srwatson
249156287Srwatson/* Define as the return type of signal handlers (`int' or `void'). */
250156287Srwatson#define RETSIGTYPE void
251156287Srwatson
252156287Srwatson/* Define to 1 if you have the ANSI C header files. */
253156287Srwatson#define STDC_HEADERS 1
254156287Srwatson
255156287Srwatson/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
256156287Srwatson#define TIME_WITH_SYS_TIME 1
257156287Srwatson
258156287Srwatson/* Define to 1 if your <sys/time.h> declares `struct tm'. */
259156287Srwatson/* #undef TM_IN_SYS_TIME */
260156287Srwatson
261243750Srwatson/* Define if compat/endian_enc.h is required */
262243750Srwatson/* #undef USE_COMPAT_ENDIAN_ENC_H */
263243750Srwatson
264243750Srwatson/* Define if compat/endian.h is required */
265243750Srwatson/* #undef USE_COMPAT_ENDIAN_H */
266243750Srwatson
267243750Srwatson/* Define if endian.h should be included */
268243750Srwatson/* #undef USE_ENDIAN_H */
269243750Srwatson
270243750Srwatson/* Define if machine/endian.h should be included */
271243750Srwatson/* #undef USE_MACHINE_ENDIAN_H */
272243750Srwatson
273185573Srwatson/* Define if uses Mach IPC for Triggers messages */
274185573Srwatson/* #undef USE_MACH_IPC */
275185573Srwatson
276185573Srwatson/* Define to use native include files */
277243750Srwatson/* #undef USE_NATIVE_INCLUDES */
278185573Srwatson
279243750Srwatson/* Define if sys/endian.h should be included */
280243750Srwatson#define USE_SYS_ENDIAN_H /**/
281243750Srwatson
282156287Srwatson/* Version number of package */
283293161Sbrueffer#define VERSION "1.2-alpha4"
284156287Srwatson
285243750Srwatson/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
286243750Srwatson   `char[]'. */
287243750Srwatson#define YYTEXT_POINTER 1
288243750Srwatson
289195740Srwatson/* Use extended API on platforms that require it */
290195740Srwatson#define _GNU_SOURCE /**/
291195740Srwatson
292156287Srwatson/* Define to empty if `const' does not conform to ANSI C. */
293156287Srwatson/* #undef const */
294156287Srwatson
295156287Srwatson/* Define to `int' if <sys/types.h> doesn't define. */
296156287Srwatson/* #undef gid_t */
297156287Srwatson
298156287Srwatson/* Define to rpl_malloc if the replacement function should be used. */
299156287Srwatson/* #undef malloc */
300156287Srwatson
301156287Srwatson/* Define to `int' if <sys/types.h> does not define. */
302156287Srwatson/* #undef pid_t */
303156287Srwatson
304173147Srwatson/* Define to `unsigned int' if <sys/types.h> does not define. */
305156287Srwatson/* #undef size_t */
306156287Srwatson
307156287Srwatson/* Define to `int' if <sys/types.h> doesn't define. */
308156287Srwatson/* #undef uid_t */
309156287Srwatson
310156287Srwatson/* Define as `fork' if `vfork' does not work. */
311156287Srwatson/* #undef vfork */
312