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