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