root/openwsman/trunk/wsman_config.h.cmake

Revision 2642, 8.8 kB (checked in by kkaempf, 10 months ago)

final build and install fixes
- use plugins dir
- use authenticators dir
- specify correct .conf file

Line 
1 /* wsman_config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4    systems. This function is required for `alloca.c' support on those systems.
5    */
6 #if @CRAY_STACKSEG_END@
7 #define CRAY_STACKSEG_END 1
8 #endif
9
10 /* Define to 1 if using `alloca.c'. */
11 #if @C_ALLOCA@
12 #define C_ALLOCA 1
13 #endif
14
15 /* Default config file */
16 #define DEFAULT_CONFIG_FILE @DEFAULT_CONFIG_FILE@
17
18 /* Defined if WS-Eventing wanted */
19 #if @ENABLE_EVENTING_SUPPORT@
20 #define ENABLE_EVENTING_SUPPORT 1
21 #endif
22
23 /* Define to 1 if you have `alloca', as a function or macro. */
24 #if @HAVE_ALLOCA@
25 #define HAVE_ALLOCA 1
26 #endif
27
28 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
29    */
30 #if @HAVE_ALLOCA_H@
31 #define HAVE_ALLOCA_H 1
32 #endif
33
34 /* Define to 1 if you have the `bcopy' function. */
35 #if @HAVE_BCOPY@
36 #define HAVE_BCOPY 1
37 #endif
38
39 /* Define to 1 if you have the `crypt' function. */
40 #if @HAVE_CRYPT@
41 #define HAVE_CRYPT 1
42 #endif
43
44 /* Define to 1 if you have the <crypt.h> header file. */
45 #if @HAVE_CRYPT_H@
46 #define HAVE_CRYPT_H 1
47 #endif
48
49 /* Define to 1 if you have the <ctype.h> header file. */
50 #if @HAVE_CTYPE_H@
51 #define HAVE_CTYPE_H 1
52 #endif
53
54 /* Define to 1 if you have the <CUnit/Basic.h> header file. */
55 #if @HAVE_CUNIT_BASIC_H@
56 #define HAVE_CUNIT_BASIC_H 1
57 #endif
58
59 /* Define to 1 if you have the `daemon' function. */
60 #if @HAVE_DAEMON@
61 #define HAVE_DAEMON 1
62 #endif
63
64 /* Define to 1 if you have the <dirent.h> header file. */
65 #if @HAVE_DIRENT_H@
66 #define HAVE_DIRENT_H 1
67 #endif
68
69 /* Define to 1 if you have the <dlfcn.h> header file. */
70 #if @HAVE_DLFCN_H@
71 #define HAVE_DLFCN_H 1
72 #endif
73
74 /* Define to 1 if you have the `fnmatch' function. */
75 #if @HAVE_FNMATCH@
76 #define HAVE_FNMATCH 1
77 #endif
78
79 /* Define to 1 if you have the `getaddrinfo' function. */
80 #if @HAVE_GETADDRINFO@
81 #define HAVE_GETADDRINFO 1
82 #endif
83
84 /* Define to 1 if you have the `getnameinfo' function. */
85 #if @HAVE_GETNAMEINFO@
86 #define HAVE_GETNAMEINFO 1
87 #endif
88
89 /* Define to 1 if you have the `getpid' function. */
90 #if @HAVE_GETPID@
91 #define HAVE_GETPID 1
92 #endif
93
94 /* Define to 1 if you have the `gettimeofday' function. */
95 #if @HAVE_GETTIMEOFDAY@
96 #define HAVE_GETTIMEOFDAY 1
97 #endif
98
99 /* Define to 1 if you have the `gmtime_r' function. */
100 #if @HAVE_GMTIME_R@
101 #define HAVE_GMTIME_R 1
102 #endif
103
104 /* Define to 1 if you have the `inet_aton' function. */
105 #if @HAVE_INET_ATON@
106 #define HAVE_INET_ATON 1
107 #endif
108
109 /* Define to 1 if you have the `inet_ntop' function. */
110 #if @HAVE_INET_NTOP@
111 #define HAVE_INET_NTOP 1
112 #endif
113
114 /* Define to 1 if you have the `inet_pton' function. */
115 #if @HAVE_INET_PTON@
116 #define HAVE_INET_PTON 1
117 #endif
118
119 /* Define to 1 if you have the <inttypes.h> header file. */
120 #if @HAVE_INTTYPES_H@
121 #define HAVE_INTTYPES_H 1
122 #endif
123
124 /* Define to 1 if the system has the type `in_addr_t'. */
125 #if @HAVE_IN_ADDR_T@
126 #define HAVE_IN_ADDR_T 1
127 #endif
128
129 /* Define to 1 if the system has the type `in_port_t'. */
130 #if @HAVE_IN_PORT_T@
131 #define HAVE_IN_PORT_T 1
132 #endif
133
134 /* libcrypt library present */
135 #if @HAVE_LIBCRYPT@
136 #define HAVE_LIBCRYPT 1
137 #endif
138
139 /* Define to 1 if you have the `nsl' library (-lnsl). */
140 #if @HAVE_LIBNSL@
141 #define HAVE_LIBNSL 1
142 #endif
143
144 /* Define to 1 if you have the `socket' library (-lsocket). */
145 #if @HAVE_LIBSOCKET@
146 #define HAVE_LIBSOCKET 1
147 #endif
148
149 /* Define to 1 if you have the `memmove' function. */
150 #if @HAVE_MEMMOVE@
151 #define HAVE_MEMMOVE 1
152 #endif
153
154 /* Define to 1 if you have the <memory.h> header file. */
155 #if @HAVE_MEMORY_H@
156 #define HAVE_MEMORY_H 1
157 #endif
158
159 /* Define to 1 if you have the <netinet/in.h> header file. */
160 #if @HAVE_NETINET_IN_H@
161 #define HAVE_NETINET_IN_H 1
162 #endif
163
164 /* Define to 1 if you have the <net/if_dl.h> header file. */
165 #if @HAVE_NET_IF_DL_H@
166 #define HAVE_NET_IF_DL_H 1
167 #endif
168
169 /* Define to 1 if you have the <net/if.h> header file. */
170 #if @HAVE_NET_IF_H@
171 #define HAVE_NET_IF_H 1
172 #endif
173
174 /* Defined if pam support is available */
175 #if @HAVE_PAM@
176 #define HAVE_PAM 1
177 #endif
178
179 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
180 #if @HAVE_PAM_PAM_APPL_H@
181 #define HAVE_PAM_PAM_APPL_H 1
182 #endif
183
184 /* Define to 1 if you have the <pam/pam_misc.h> header file. */
185 #if @HAVE_PAM_PAM_MISC_H@
186 #define HAVE_PAM_PAM_MISC_H 1
187 #endif
188
189 /* Define to 1 if you have the <pthread.h> header file. */
190 #if @HAVE_PTHREAD_H@
191 #define HAVE_PTHREAD_H 1
192 #endif
193
194 /* Define to 1 if the system has the type `sa_family_t'. */
195 #if @HAVE_SA_FAMILY_T@
196 #define HAVE_SA_FAMILY_T 1
197 #endif
198
199 /* Define if struct sockaddr contains sa_len */
200 #if @HAVE_SA_LEN@
201 #define HAVE_SA_LEN 1
202 #endif
203
204 /* Define to 1 if you have the <security/pam_appl.h> header file. */
205 #if @HAVE_SECURITY_PAM_APPL_H@
206 #define HAVE_SECURITY_PAM_APPL_H 1
207 #endif
208
209 /* Define to 1 if you have the <security/pam_misc.h> header file. */
210 #if @HAVE_SECURITY_PAM_MISC_H@
211 #define HAVE_SECURITY_PAM_MISC_H 1
212 #endif
213
214 /* Define to 1 if you have the `sleep' function. */
215 #if @HAVE_SLEEP@
216 #define HAVE_SLEEP 1
217 #endif
218
219 /* Define to 1 if you have the `srandom' function. */
220 #if @HAVE_SRANDOM@
221 #define HAVE_SRANDOM 1
222 #endif
223
224 /* Defined if you have SSL support */
225 #if @HAVE_SSL@
226 #define HAVE_SSL 1
227 #endif
228
229 /* Define to 1 if you have the <stdarg.h> header file. */
230 #if @HAVE_STDARG_H@
231 #define HAVE_STDARG_H 1
232 #endif
233
234 /* Define to 1 if you have the <stdint.h> header file. */
235 #if @HAVE_STDINT_H@
236 #define HAVE_STDINT_H 1
237 #endif
238
239 /* Define to 1 if you have the <stdlib.h> header file. */
240 #if @HAVE_STDLIB_H@
241 #define HAVE_STDLIB_H 1
242 #endif
243
244 /* Define to 1 if you have the <strings.h> header file. */
245 #if @HAVE_STRINGS_H@
246 #define HAVE_STRINGS_H 1
247 #endif
248
249 /* Define to 1 if you have the <string.h> header file. */
250 #if @HAVE_STRING_H@
251 #define HAVE_STRING_H 1
252 #endif
253
254 /* Define to 1 if you have the `strsep' function. */
255 #if @HAVE_STRSEP@
256 #define HAVE_STRSEP 1
257 #endif
258
259 /* Define to 1 if you have the `strtok_r' function. */
260 #if @HAVE_STRTOK_R@
261 #define HAVE_STRTOK_R 1
262 #endif
263
264 /* Define to 1 if you have the `syslog' function. */
265 #if @HAVE_SYSLOG@
266 #define HAVE_SYSLOG 1
267 #endif
268
269 /* Define to 1 if you have the <sys/ioctl.h> header file. */
270 #if @HAVE_SYS_IOCTL_H@
271 #define HAVE_SYS_IOCTL_H 1
272 #endif
273
274 /* Define to 1 if you have the <sys/resource.h> header file. */
275 #if @HAVE_SYS_RESOURCE_H@
276 #define HAVE_SYS_RESOURCE_H 1
277 #endif
278
279 /* Define to 1 if you have the <sys/select.h> header file. */
280 #if @HAVE_SYS_SELECT_H@
281 #define HAVE_SYS_SELECT_H 1
282 #endif
283
284 /* Define to 1 if you have the <sys/sendfile.h> header file. */
285 #if @HAVE_SYS_SENDFILE_H@
286 #define HAVE_SYS_SENDFILE_H 1
287 #endif
288
289 /* Define to 1 if you have the <sys/signal.h> header file. */
290 #if @HAVE_SYS_SIGNAL_H@
291 #define HAVE_SYS_SIGNAL_H 1
292 #endif
293
294 /* Define to 1 if you have the <sys/socket.h> header file. */
295 #if @HAVE_SYS_SOCKET_H@
296 #define HAVE_SYS_SOCKET_H 1
297 #endif
298
299 /* Define to 1 if you have the <sys/sockio.h> header file. */
300 #if @HAVE_SYS_SOCKIO_H@
301 #define HAVE_SYS_SOCKIO_H 1
302 #endif
303
304 /* Define to 1 if you have the <sys/stat.h> header file. */
305 #if @HAVE_SYS_STAT_H@
306 #define HAVE_SYS_STAT_H 1
307 #endif
308
309 /* Define to 1 if you have the <sys/types.h> header file. */
310 #if @HAVE_SYS_TYPES_H@
311 #define HAVE_SYS_TYPES_H 1
312 #endif
313
314 /* Define to 1 if you have the `timegm' function. */
315 #if @HAVE_TIMEGM@
316 #define HAVE_TIMEGM 1
317 #endif
318
319 /* Define to 1 if you have the <unistd.h> header file. */
320 #if @HAVE_UNISTD_H@
321 #define HAVE_UNISTD_H 1
322 #endif
323
324 /* Define to 1 if you have the `unlink' function. */
325 #if @HAVE_UNLINK@
326 #define HAVE_UNLINK 1
327 #endif
328
329 /* Define to 1 if you have the <vararg.h> header file. */
330 #if @HAVE_VARARG_H@
331 #define HAVE_VARARG_H 1
332 #endif
333
334 /* Define to 1 if you have the `va_copy' function. */
335 #if @HAVE_VA_COPY@
336 #define HAVE_VA_COPY 1
337 #endif
338
339 /* Name of package */
340 #define PACKAGE @PACKAGE@
341
342 /* Define to the address where bug reports for this package should be sent. */
343 #define PACKAGE_BUGREPORT @PACKAGE_BUGREPORT@
344
345 /* Define to the full name of this package. */
346 #define PACKAGE_NAME @PACKAGE_NAME@
347
348 /* Define to the full name and version of this package. */
349 #define PACKAGE_STRING @PACKAGE_STRING@
350
351 /* Define to the one symbol short name of this package. */
352 #define PACKAGE_TARNAME @PACKAGE_TARNAME@
353
354 /* Define to the version of this package. */
355 #define PACKAGE_VERSION @PACKAGE_VERSION@
356
357 /* The size of `int', as computed by sizeof. */
358 #define SIZEOF_INT @SIZEOF_INT@
359
360 /* The size of `long', as computed by sizeof. */
361 #define SIZEOF_LONG @SIZEOF_LONG@
362
363 /* The size of `long long', as computed by sizeof. */
364 #define SIZEOF_LONG_LONG @SIZEOF_LONG_LONG@
365
366 /* The size of `short', as computed by sizeof. */
367 #define SIZEOF_SHORT @SIZEOF_SHORT@
368
369 /* Define to 1 if you have the ANSI C header files. */
370 #if @STDC_HEADERS@
371 #define STDC_HEADERS 1
372 #endif
373
374 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
375 #if @TIME_WITH_SYS_TIME@
376 #define TIME_WITH_SYS_TIME 1
377 #endif
378
379 /* Version number of package */
380 #define VERSION @VERSION@
381
382 /* Defined if verbose debug logging is requested */
383 #if @WSMAN_DEBUG_VERBOSE@
384 #define WSMAN_DEBUG_VERBOSE 1
385 #endif
386
387 /* Define to `int' if <sys/types.h> does not define. */
388 #if @SSIZE_T_MISSING@
389 #define ssize_t int
390 #endif