xref: /freebsd/contrib/openbsm/config/config.h (revision 9162f64b58d01ec01481d60b6cdc06ffd8e8c7fc)
1 /* config/config.h.  Generated from config.h.in by configure.  */
2 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
3 /* $FreeBSD$ */
4 
5 /* Define to 1 if you have the `alarm' function. */
6 #define HAVE_ALARM 1
7 
8 /* Define if audit system calls present */
9 #define HAVE_AUDIT_SYSCALLS
10 
11 /* Define if be32enc is present */
12 #define HAVE_BE32ENC
13 
14 /* Define to 1 if you have the `bzero' function. */
15 #define HAVE_BZERO 1
16 
17 /* Define to 1 if your system has a working `chown' function. */
18 #define HAVE_CHOWN 1
19 
20 /* Define to 1 if you have the `clock_gettime' function. */
21 #define HAVE_CLOCK_GETTIME 1
22 
23 /* Define to 1 if you have the <dlfcn.h> header file. */
24 #define HAVE_DLFCN_H 1
25 
26 /* Define to 1 if you have the <endian.h> header file. */
27 /* #undef HAVE_ENDIAN_H */
28 
29 /* Define to 1 if you have the `fork' function. */
30 #define HAVE_FORK 1
31 
32 /* Define to 1 if you have the `ftruncate' function. */
33 #define HAVE_FTRUNCATE 1
34 
35 /* Define if queue.h includes LIST_FIRST */
36 #define HAVE_FULL_QUEUE_H
37 
38 /* Define to 1 if you have the `gettimeofday' function. */
39 #define HAVE_GETTIMEOFDAY 1
40 
41 /* Define to 1 if you have the `inet_ntoa' function. */
42 #define HAVE_INET_NTOA 1
43 
44 /* Define to 1 if you have the <inttypes.h> header file. */
45 #define HAVE_INTTYPES_H 1
46 
47 /* Define if ipc_perm._key instead of key */
48 /* #undef HAVE_IPC_PERM__KEY */
49 
50 /* Define if ipc_perm._seq instead of seq */
51 /* #undef HAVE_IPC_PERM__SEQ */
52 
53 /* Define if ipc_perm.__key instead of key */
54 /* #undef HAVE_IPC_PERM___KEY */
55 
56 /* Define if ipc_perm.__seq instead of seq */
57 /* #undef HAVE_IPC_PERM___SEQ */
58 
59 /* Define to 1 if you have the <machine/endian.h> header file. */
60 #define HAVE_MACHINE_ENDIAN_H 1
61 
62 /* Define to 1 if you have the <mach/mach.h> header file. */
63 /* #undef HAVE_MACH_MACH_H */
64 
65 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
66    to 0 otherwise. */
67 #define HAVE_MALLOC 1
68 
69 /* Define to 1 if you have the <memory.h> header file. */
70 #define HAVE_MEMORY_H 1
71 
72 /* Define to 1 if you have the `memset' function. */
73 #define HAVE_MEMSET 1
74 
75 /* Define to 1 if you have the `pthread_mutex_lock' function. */
76 #define HAVE_PTHREAD_MUTEX_LOCK 1
77 
78 /* Define to 1 if `stat' has the bug that it succeeds when given the
79    zero-length file name argument. */
80 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
81 
82 /* Define to 1 if you have the <stdint.h> header file. */
83 #define HAVE_STDINT_H 1
84 
85 /* Define to 1 if you have the <stdlib.h> header file. */
86 #define HAVE_STDLIB_H 1
87 
88 /* Define to 1 if you have the `strchr' function. */
89 #define HAVE_STRCHR 1
90 
91 /* Define to 1 if you have the `strerror' function. */
92 #define HAVE_STRERROR 1
93 
94 /* Define to 1 if you have the `strftime' function. */
95 #define HAVE_STRFTIME 1
96 
97 /* Define to 1 if you have the <strings.h> header file. */
98 #define HAVE_STRINGS_H 1
99 
100 /* Define to 1 if you have the <string.h> header file. */
101 #define HAVE_STRING_H 1
102 
103 /* Define to 1 if you have the `strlcat' function. */
104 #define HAVE_STRLCAT 1
105 
106 /* Define to 1 if you have the `strlcpy' function. */
107 #define HAVE_STRLCPY 1
108 
109 /* Define to 1 if you have the `strrchr' function. */
110 #define HAVE_STRRCHR 1
111 
112 /* Define to 1 if you have the `strstr' function. */
113 #define HAVE_STRSTR 1
114 
115 /* Define to 1 if you have the `strtol' function. */
116 #define HAVE_STRTOL 1
117 
118 /* Define to 1 if you have the `strtoul' function. */
119 #define HAVE_STRTOUL 1
120 
121 /* Define to 1 if `st_rdev' is member of `struct stat'. */
122 #define HAVE_STRUCT_STAT_ST_RDEV 1
123 
124 /* Define to 1 if you have the <sys/endian.h> header file. */
125 #define HAVE_SYS_ENDIAN_H 1
126 
127 /* Define to 1 if you have the <sys/stat.h> header file. */
128 #define HAVE_SYS_STAT_H 1
129 
130 /* Define to 1 if you have the <sys/time.h> header file. */
131 #define HAVE_SYS_TIME_H 1
132 
133 /* Define to 1 if you have the <sys/types.h> header file. */
134 #define HAVE_SYS_TYPES_H 1
135 
136 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
137 #define HAVE_SYS_WAIT_H 1
138 
139 /* Define to 1 if you have the <unistd.h> header file. */
140 #define HAVE_UNISTD_H 1
141 
142 /* Define to 1 if you have the `vfork' function. */
143 #define HAVE_VFORK 1
144 
145 /* Define to 1 if you have the <vfork.h> header file. */
146 /* #undef HAVE_VFORK_H */
147 
148 /* Define to 1 if `fork' works. */
149 #define HAVE_WORKING_FORK 1
150 
151 /* Define to 1 if `vfork' works. */
152 #define HAVE_WORKING_VFORK 1
153 
154 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
155    slash. */
156 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
157 
158 /* Name of package */
159 #define PACKAGE "OpenBSM"
160 
161 /* Define to the address where bug reports for this package should be sent. */
162 #define PACKAGE_BUGREPORT "trustedbsd-audit@TrustesdBSD.org"
163 
164 /* Define to the full name of this package. */
165 #define PACKAGE_NAME "OpenBSM"
166 
167 /* Define to the full name and version of this package. */
168 #define PACKAGE_STRING "OpenBSM 1.1alpha4"
169 
170 /* Define to the one symbol short name of this package. */
171 #define PACKAGE_TARNAME "openbsm"
172 
173 /* Define to the version of this package. */
174 #define PACKAGE_VERSION "1.1alpha4"
175 
176 /* Define as the return type of signal handlers (`int' or `void'). */
177 #define RETSIGTYPE void
178 
179 /* Define to 1 if you have the ANSI C header files. */
180 #define STDC_HEADERS 1
181 
182 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
183 #define TIME_WITH_SYS_TIME 1
184 
185 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
186 /* #undef TM_IN_SYS_TIME */
187 
188 /* Define if uses Mach IPC for Triggers messages */
189 /* #undef USE_MACH_IPC */
190 
191 /* Define to use native include files */
192 #define USE_NATIVE_INCLUDES
193 
194 /* Version number of package */
195 #define VERSION "1.1alpha4"
196 
197 /* Define to empty if `const' does not conform to ANSI C. */
198 /* #undef const */
199 
200 /* Define to `int' if <sys/types.h> doesn't define. */
201 /* #undef gid_t */
202 
203 /* Define to rpl_malloc if the replacement function should be used. */
204 /* #undef malloc */
205 
206 /* Define to `int' if <sys/types.h> does not define. */
207 /* #undef pid_t */
208 
209 /* Define to `unsigned int' if <sys/types.h> does not define. */
210 /* #undef size_t */
211 
212 /* Define to `int' if <sys/types.h> doesn't define. */
213 /* #undef uid_t */
214 
215 /* Define as `fork' if `vfork' does not work. */
216 /* #undef vfork */
217