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