pacemaker
2.0.1-9e909a5bdd
Scalable High-Availability cluster resource manager
include
config.h
Go to the documentation of this file.
1
/* include/config.h. Generated from config.h.in by configure. */
2
/* include/config.h.in. Generated from configure.ac by autoheader. */
3
4
/* Define if building universal (internal helper macro) */
5
/* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7
/* Define to the number of bits in type 'ptrdiff_t'. */
8
/* #undef BITSIZEOF_PTRDIFF_T */
9
10
/* Define to the number of bits in type 'sig_atomic_t'. */
11
/* #undef BITSIZEOF_SIG_ATOMIC_T */
12
13
/* Define to the number of bits in type 'size_t'. */
14
/* #undef BITSIZEOF_SIZE_T */
15
16
/* Define to the number of bits in type 'wchar_t'. */
17
/* #undef BITSIZEOF_WCHAR_T */
18
19
/* Define to the number of bits in type 'wint_t'. */
20
/* #undef BITSIZEOF_WINT_T */
21
22
/* Build version */
23
#define BUILD_VERSION "9e909a5bdd"
24
25
/* Where to keep blackbox dumps */
26
#define CRM_BLACKBOX_DIR "/var/lib/pacemaker/blackbox"
27
28
/* Location for Pacemaker bundle logs */
29
#define CRM_BUNDLE_DIR "/var/log/pacemaker/bundles"
30
31
/* Where to keep cts stateful data */
32
#define CRM_CONFIG_CTS "/var/lib/pacemaker/cts"
33
34
/* Where to keep configuration files */
35
#define CRM_CONFIG_DIR "/var/lib/pacemaker/cib"
36
37
/* Location to store core files produced by Pacemaker daemons */
38
#define CRM_CORE_DIR "/var/lib/pacemaker/cores"
39
40
/* Location for Pacemaker daemons */
41
#define CRM_DAEMON_DIR "/usr/lib/pacemaker"
42
43
/* Group to run Pacemaker daemons as */
44
#define CRM_DAEMON_GROUP "haclient"
45
46
/* User to run Pacemaker daemons as */
47
#define CRM_DAEMON_USER "hacluster"
48
49
/* Set of enabled features */
50
#define CRM_FEATURES " generated-manpages agent-manpages ascii-docs publican-docs ncurses libqb-logging libqb-ipc lha-fencing systemd nagios corosync-native atomic-attrd acls"
51
52
/* Location for Pacemaker log file */
53
#define CRM_LOG_DIR "/var/log/pacemaker"
54
55
/* Location to store directory produced by Pacemaker daemons */
56
#define CRM_PACEMAKER_DIR "/var/lib/pacemaker"
57
58
/* Where resource agents should keep state files */
59
#define CRM_RSCTMP_DIR "/var/run/resource-agents"
60
61
/* Location for the Pacemaker Relax-NG Schema */
62
#define CRM_SCHEMA_DIRECTORY "/usr/share/pacemaker"
63
64
/* Where to keep state files and sockets */
65
#define CRM_STATE_DIR "/var/run/crm"
66
67
/* Build in support for CIB ACL */
68
#define ENABLE_ACL 1
69
70
/* Enable versioned attributes */
71
#define ENABLE_VERSIONED_ATTRS 0
72
73
/* gcc can complain about nonliterals in format */
74
#define GCC_FORMAT_NONLITERAL_CHECKING_ENABLED
75
76
/* Define to 1 if you have the `alphasort' function. */
77
#define HAVE_ALPHASORT 1
78
79
/* Define to 1 if you have the `argz_add' function. */
80
#define HAVE_ARGZ_ADD 1
81
82
/* Define to 1 if you have the `argz_append' function. */
83
#define HAVE_ARGZ_APPEND 1
84
85
/* Define to 1 if you have the `argz_count' function. */
86
#define HAVE_ARGZ_COUNT 1
87
88
/* Define to 1 if you have the `argz_create_sep' function. */
89
#define HAVE_ARGZ_CREATE_SEP 1
90
91
/* Define to 1 if you have the <argz.h> header file. */
92
#define HAVE_ARGZ_H 1
93
94
/* Define to 1 if you have the `argz_insert' function. */
95
#define HAVE_ARGZ_INSERT 1
96
97
/* Define to 1 if you have the `argz_next' function. */
98
#define HAVE_ARGZ_NEXT 1
99
100
/* Define to 1 if you have the `argz_stringify' function. */
101
#define HAVE_ARGZ_STRINGIFY 1
102
103
/* Define to 1 if you have the <arpa/inet.h> header file. */
104
#define HAVE_ARPA_INET_H 1
105
106
/* Define to 1 if you have the <bzlib.h> header file. */
107
#define HAVE_BZLIB_H 1
108
109
/* Define to 1 if you have the `closedir' function. */
110
#define HAVE_CLOSEDIR 1
111
112
/* Define to 1 if you have the <ctype.h> header file. */
113
#define HAVE_CTYPE_H 1
114
115
/* Define to 1 if you have the <curses/curses.h> header file. */
116
/* #undef HAVE_CURSES_CURSES_H */
117
118
/* Define to 1 if you have the <curses.h> header file. */
119
#define HAVE_CURSES_H 1
120
121
/* Define to 1 if the system has the type `DBusBasicValue'. */
122
#define HAVE_DBUSBASICVALUE 1
123
124
/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
125
you don't. */
126
/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
127
128
/* Have getopt function */
129
#define HAVE_DECL_GETOPT 1
130
131
/* Have nanosleep function */
132
#define HAVE_DECL_NANOSLEEP 1
133
134
/* Define to 1 if you have the declaration of `PRIu32', and to 0 if you don't.
135
*/
136
#define HAVE_DECL_PRIU32 1
137
138
/* Define to 1 if you have the declaration of `PRIu64', and to 0 if you don't.
139
*/
140
#define HAVE_DECL_PRIU64 1
141
142
/* Define to 1 if you have the declaration of `PRIx32', and to 0 if you don't.
143
*/
144
#define HAVE_DECL_PRIX32 1
145
146
/* Define to 1 if you have the declaration of `SCNu64', and to 0 if you don't.
147
*/
148
#define HAVE_DECL_SCNU64 1
149
150
/* Define to 1 if you have the <dirent.h> header file. */
151
#define HAVE_DIRENT_H 1
152
153
/* Define if you have the GNU dld library. */
154
/* #undef HAVE_DLD */
155
156
/* Define to 1 if you have the <dld.h> header file. */
157
/* #undef HAVE_DLD_H */
158
159
/* Define to 1 if you have the `dlerror' function. */
160
#define HAVE_DLERROR 1
161
162
/* Define to 1 if you have the <dlfcn.h> header file. */
163
#define HAVE_DLFCN_H 1
164
165
/* Define to 1 if you have the <dl.h> header file. */
166
/* #undef HAVE_DL_H */
167
168
/* Define if you have the _dyld_func_lookup function. */
169
/* #undef HAVE_DYLD */
170
171
/* Define to 1 if you have the <errno.h> header file. */
172
#define HAVE_ERRNO_H 1
173
174
/* Define to 1 if the system has the type `error_t'. */
175
#define HAVE_ERROR_T 1
176
177
/* Define to 1 if you have the `getopt' function. */
178
#define HAVE_GETOPT 1
179
180
/* Define to 1 if you have the <getopt.h> header file. */
181
#define HAVE_GETOPT_H 1
182
183
/* Define to 1 if you have the <glib.h> header file. */
184
#define HAVE_GLIB_H 1
185
186
/* Define to 1 if you have the <gnutls/gnutls.h> header file. */
187
#define HAVE_GNUTLS_GNUTLS_H 1
188
189
/* Define to 1 if you have the `gnutls_sec_param_to_pk_bits' function. */
190
#define HAVE_GNUTLS_SEC_PARAM_TO_PK_BITS 1
191
192
/* Define to 1 if you have the <grp.h> header file. */
193
#define HAVE_GRP_H 1
194
195
/* Do we have incompatible printw() in curses library? */
196
/* #undef HAVE_INCOMPATIBLE_PRINTW */
197
198
/* Define to 1 if you have the <inttypes.h> header file. */
199
#define HAVE_INTTYPES_H 1
200
201
/* Have qb_ipcc_get_buffer_size function */
202
#define HAVE_IPCS_GET_BUFFER_SIZE 1
203
204
/* Define to 1 if you have the `bz2' library (-lbz2). */
205
#define HAVE_LIBBZ2 1
206
207
/* Define to 1 if you have the `c' library (-lc). */
208
/* #undef HAVE_LIBC */
209
210
/* have curses library */
211
/* #undef HAVE_LIBCURSES */
212
213
/* Define to 1 if you have the `dl' library (-ldl). */
214
#define HAVE_LIBDL 1
215
216
/* Define if libdlloader will be built on this platform */
217
#define HAVE_LIBDLLOADER 1
218
219
/* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
220
/* #undef HAVE_LIBGNUGETOPT */
221
222
/* Define to 1 if you have the `gnutls' library (-lgnutls). */
223
#define HAVE_LIBGNUTLS 1
224
225
/* have ncurses library */
226
#define HAVE_LIBNCURSES 1
227
228
/* Define to 1 if you have the `pam' library (-lpam). */
229
#define HAVE_LIBPAM 1
230
231
/* Define to 1 if you have the `pils' library (-lpils). */
232
#define HAVE_LIBPILS 1
233
234
/* Define to 1 if you have the `plumb' library (-lplumb). */
235
#define HAVE_LIBPLUMB 1
236
237
/* Define to 1 if you have the `qb' library (-lqb). */
238
#define HAVE_LIBQB 1
239
240
/* Define to 1 if you have the `rt' library (-lrt). */
241
#define HAVE_LIBRT 1
242
243
/* Define to 1 if you have the `socket' library (-lsocket). */
244
/* #undef HAVE_LIBSOCKET */
245
246
/* Define to 1 if you have the `uuid' library (-luuid). */
247
#define HAVE_LIBUUID 1
248
249
/* Define to 1 if you have the <libxml/xpath.h> header file. */
250
#define HAVE_LIBXML_XPATH_H 1
251
252
/* Define to 1 if you have the `xslt' library (-lxslt). */
253
#define HAVE_LIBXSLT 1
254
255
/* Define to 1 if you have the <libxslt/xslt.h> header file. */
256
#define HAVE_LIBXSLT_XSLT_H 1
257
258
/* Define to 1 if you have the <limits.h> header file. */
259
#define HAVE_LIMITS_H 1
260
261
/* Define to 1 if you have the <linux/swab.h> header file. */
262
#define HAVE_LINUX_SWAB_H 1
263
264
/* Define to 1 if the system has the type 'long long int'. */
265
#define HAVE_LONG_LONG_INT 1
266
267
/* Define to 1 if `rsc_deleted' is a member of `lrm_op_t'. */
268
/* #undef HAVE_LRM_OP_T_RSC_DELETED */
269
270
/* Define this if a modern libltdl is already installed */
271
#define HAVE_LTDL 1
272
273
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
274
/* #undef HAVE_MACH_O_DYLD_H */
275
276
/* Define to 1 if you have the <malloc.h> header file. */
277
#define HAVE_MALLOC_H 1
278
279
/* Define to 1 if you have the <memory.h> header file. */
280
#define HAVE_MEMORY_H 1
281
282
/* Define to 1 if you have the `nanosleep' function. */
283
#define HAVE_NANOSLEEP 1
284
285
/* Define to 1 if you have the <ncurses.h> header file. */
286
#define HAVE_NCURSES_H 1
287
288
/* Define to 1 if you have the <ncurses/ncurses.h> header file. */
289
/* #undef HAVE_NCURSES_NCURSES_H */
290
291
/* Define to 1 if you have the <netdb.h> header file. */
292
#define HAVE_NETDB_H 1
293
294
/* Define to 1 if you have the <netinet/in.h> header file. */
295
#define HAVE_NETINET_IN_H 1
296
297
/* Define to 1 if you have the <netinet/ip.h> header file. */
298
#define HAVE_NETINET_IP_H 1
299
300
/* Define to 1 if you have the `NoSuchFunctionName' function. */
301
/* #undef HAVE_NOSUCHFUNCTIONNAME */
302
303
/* Define to 1 if you have the `opendir' function. */
304
#define HAVE_OPENDIR 1
305
306
/* Define to 1 if you have the <pam/pam_appl.h> header file. */
307
/* #undef HAVE_PAM_PAM_APPL_H */
308
309
/* Define if libtool can extract symbol lists from object files. */
310
#define HAVE_PRELOADED_SYMBOLS 1
311
312
/* Define to 1 if you have the <pwd.h> header file. */
313
#define HAVE_PWD_H 1
314
315
/* Define to 1 if you have the `qb_ipcs_connection_get_buffer_size' function.
316
*/
317
#define HAVE_QB_IPCS_CONNECTION_GET_BUFFER_SIZE 1
318
319
/* Define to 1 if you have the `readdir' function. */
320
#define HAVE_READDIR 1
321
322
/* Define to 1 if you have the `scandir' function. */
323
#define HAVE_SCANDIR 1
324
325
/* Define to 1 if you have the `sched_setscheduler' function. */
326
#define HAVE_SCHED_SETSCHEDULER 1
327
328
/* Define to 1 if you have the <security/pam_appl.h> header file. */
329
#define HAVE_SECURITY_PAM_APPL_H 1
330
331
/* Define to 1 if you have the `setenv' function. */
332
#define HAVE_SETENV 1
333
334
/* Define to 1 if you have the <sgtty.h> header file. */
335
#define HAVE_SGTTY_H 1
336
337
/* Define if you have the shl_load function. */
338
/* #undef HAVE_SHL_LOAD */
339
340
/* Define if sighandler_t available */
341
/* #undef HAVE_SIGHANDLER_T */
342
343
/* Define to 1 if you have the <signal.h> header file. */
344
#define HAVE_SIGNAL_H 1
345
346
/* Define to 1 if 'sig_atomic_t' is a signed integer type. */
347
/* #undef HAVE_SIGNED_SIG_ATOMIC_T */
348
349
/* Define to 1 if 'wchar_t' is a signed integer type. */
350
/* #undef HAVE_SIGNED_WCHAR_T */
351
352
/* Define to 1 if 'wint_t' is a signed integer type. */
353
/* #undef HAVE_SIGNED_WINT_T */
354
355
/* Define to 1 if you have the <stdarg.h> header file. */
356
#define HAVE_STDARG_H 1
357
358
/* Define to 1 if you have the <stddef.h> header file. */
359
#define HAVE_STDDEF_H 1
360
361
/* Define to 1 if you have the <stdint.h> header file. */
362
#define HAVE_STDINT_H 1
363
364
/* Define to 1 if you have the <stdio.h> header file. */
365
#define HAVE_STDIO_H 1
366
367
/* Define to 1 if you have the <stdlib.h> header file. */
368
#define HAVE_STDLIB_H 1
369
370
/* Define to 1 if you have the <stonith/stonith.h> header file. */
371
#define HAVE_STONITH_STONITH_H 1
372
373
/* Define to 1 if you have the `strchrnul' function. */
374
#define HAVE_STRCHRNUL 1
375
376
/* Define to 1 if you have the `strerror' function. */
377
#define HAVE_STRERROR 1
378
379
/* Define to 1 if you have the <strings.h> header file. */
380
#define HAVE_STRINGS_H 1
381
382
/* Define to 1 if you have the <string.h> header file. */
383
#define HAVE_STRING_H 1
384
385
/* Define to 1 if you have the `strlcat' function. */
386
/* #undef HAVE_STRLCAT */
387
388
/* Define to 1 if you have the `strlcpy' function. */
389
/* #undef HAVE_STRLCPY */
390
391
/* Define to 1 if you have the `strndup' function. */
392
#define HAVE_STRNDUP 1
393
394
/* Define to 1 if you have the `strnlen' function. */
395
#define HAVE_STRNLEN 1
396
397
/* Define this if struct dirent has d_type */
398
#define HAVE_STRUCT_DIRENT_D_TYPE 1
399
400
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
401
#define HAVE_STRUCT_TM_TM_GMTOFF 1
402
403
/* Define to 1 if you have the <sys/bitypes.h> header file. */
404
/* #undef HAVE_SYS_BITYPES_H */
405
406
/* Define to 1 if you have the <sys/dir.h> header file. */
407
#define HAVE_SYS_DIR_H 1
408
409
/* Define to 1 if you have the <sys/dl.h> header file. */
410
/* #undef HAVE_SYS_DL_H */
411
412
/* Define to 1 if you have the <sys/inttypes.h> header file. */
413
/* #undef HAVE_SYS_INTTYPES_H */
414
415
/* Define to 1 if you have the <sys/ioctl.h> header file. */
416
#define HAVE_SYS_IOCTL_H 1
417
418
/* Define to 1 if you have the <sys/param.h> header file. */
419
#define HAVE_SYS_PARAM_H 1
420
421
/* Define to 1 if you have the <sys/reboot.h> header file. */
422
#define HAVE_SYS_REBOOT_H 1
423
424
/* Define to 1 if you have the <sys/resource.h> header file. */
425
#define HAVE_SYS_RESOURCE_H 1
426
427
/* Define to 1 if you have the <sys/signalfd.h> header file. */
428
#define HAVE_SYS_SIGNALFD_H 1
429
430
/* Define to 1 if you have the <sys/socket.h> header file. */
431
#define HAVE_SYS_SOCKET_H 1
432
433
/* Define to 1 if you have the <sys/sockio.h> header file. */
434
/* #undef HAVE_SYS_SOCKIO_H */
435
436
/* Define to 1 if you have the <sys/stat.h> header file. */
437
#define HAVE_SYS_STAT_H 1
438
439
/* Define to 1 if you have the <sys/timeb.h> header file. */
440
#define HAVE_SYS_TIMEB_H 1
441
442
/* Define to 1 if you have the <sys/time.h> header file. */
443
#define HAVE_SYS_TIME_H 1
444
445
/* Define to 1 if you have the <sys/types.h> header file. */
446
#define HAVE_SYS_TYPES_H 1
447
448
/* Define to 1 if you have the <sys/utsname.h> header file. */
449
#define HAVE_SYS_UTSNAME_H 1
450
451
/* Define to 1 if you have the <sys/wait.h> header file. */
452
#define HAVE_SYS_WAIT_H 1
453
454
/* Define to 1 if you have the <time.h> header file. */
455
#define HAVE_TIME_H 1
456
457
/* Define to 1 if you have the <unistd.h> header file. */
458
#define HAVE_UNISTD_H 1
459
460
/* Define to 1 if you have the `unsetenv' function. */
461
#define HAVE_UNSETENV 1
462
463
/* Define to 1 if the system has the type 'unsigned long long int'. */
464
#define HAVE_UNSIGNED_LONG_LONG_INT 1
465
466
/* Define to 1 if you have the `uuid_unparse' function. */
467
#define HAVE_UUID_UNPARSE 1
468
469
/* Define to 1 if you have the <uuid/uuid.h> header file. */
470
#define HAVE_UUID_UUID_H 1
471
472
/* Define to 1 if you have the <wchar.h> header file. */
473
#define HAVE_WCHAR_H 1
474
475
/* This value is set to 1 to indicate that the system argz facility works */
476
#define HAVE_WORKING_ARGZ 1
477
478
/* */
479
#define HAVE___PROGNAME 1
480
481
/* Whether enum qb_log_conf supports QB_LOG_CONF_ELLIPSIS */
482
/* #undef HAVE_qb_log_conf_QB_LOG_CONF_ELLIPSIS */
483
484
/* Whether enum qb_log_conf supports QB_LOG_CONF_MAX_LINE_LEN */
485
/* #undef HAVE_qb_log_conf_QB_LOG_CONF_MAX_LINE_LEN */
486
487
/* Where sbd keeps its PID file */
488
#define HA_STATE_DIR "/var/run"
489
490
/* Location for CIB secrets */
491
/* #undef LRM_CIBSECRETS_DIR */
492
493
/* Define if the OS needs help to load dependent libraries for dlopen(). */
494
/* #undef LTDL_DLOPEN_DEPLIBS */
495
496
/* Define to the system default library search path. */
497
#define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/lib/x86_64-linux-gnu/libfakeroot:/usr/local/lib:/usr/local/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu"
498
499
/* The archive extension */
500
#define LT_LIBEXT "a"
501
502
/* The archive prefix */
503
#define LT_LIBPREFIX "lib"
504
505
/* Define to the extension used for runtime loadable modules, say, ".so". */
506
#define LT_MODULE_EXT ".so"
507
508
/* Define to the name of the environment variable that determines the run-time
509
module search path. */
510
#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
511
512
/* Define to the sub-directory where libtool stores uninstalled libraries. */
513
#define LT_OBJDIR ".libs/"
514
515
/* Define to the shared library suffix, say, ".dylib". */
516
/* #undef LT_SHARED_EXT */
517
518
/* Define to the shared archive member specification, say "(shr.o)". */
519
/* #undef LT_SHARED_LIB_MEMBER */
520
521
/* Directory for nagios plugins metadata */
522
#define NAGIOS_METADATA_DIR "/usr/share/nagios/plugins-metadata"
523
524
/* Directory for nagios plugins */
525
#define NAGIOS_PLUGIN_DIR "/usr/lib/nagios/plugins"
526
527
/* Define if dlsym() requires a leading underscore in symbol names. */
528
/* #undef NEED_USCORE */
529
530
/* Location for OCF RAs */
531
#define OCF_RA_DIR "/usr/lib/ocf/resource.d"
532
533
/* Compiling for BSD platform */
534
/* #undef ON_BSD */
535
536
/* Compiling for Darwin platform */
537
/* #undef ON_DARWIN */
538
539
/* Compiling for Linux platform */
540
#define ON_LINUX 1
541
542
/* Compiling for Solaris platform */
543
/* #undef ON_SOLARIS */
544
545
/* Where to keep configuration files like authkey */
546
#define PACEMAKER_CONFIG_DIR "/etc/pacemaker"
547
548
/* Current pacemaker version */
549
#define PACEMAKER_VERSION "2.0.1"
550
551
/* Name of package */
552
#define PACKAGE "pacemaker"
553
554
/* Define to the address where bug reports for this package should be sent. */
555
#define PACKAGE_BUGREPORT "users@clusterlabs.org"
556
557
/* Define to the full name of this package. */
558
#define PACKAGE_NAME "pacemaker"
559
560
/* Define to the full name and version of this package. */
561
#define PACKAGE_STRING "pacemaker 2.0.1"
562
563
/* Define to the one symbol short name of this package. */
564
#define PACKAGE_TARNAME "pacemaker"
565
566
/* Define to the home page for this package. */
567
#define PACKAGE_URL "https://clusterlabs.org/"
568
569
/* Define to the version of this package. */
570
#define PACKAGE_VERSION "2.0.1"
571
572
/* GnuTLS cipher priorities */
573
#define PCMK_GNUTLS_PRIORITIES "NORMAL"
574
575
/* Where to keep scheduler outputs */
576
#define PE_STATE_DIR "/var/lib/pacemaker/pengine"
577
578
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
579
'ptrdiff_t'. */
580
/* #undef PTRDIFF_T_SUFFIX */
581
582
/* Location for Red Hat Stonith agents */
583
#define RH_STONITH_DIR "/usr/sbin"
584
585
/* Prefix for Red Hat Stonith agents */
586
#define RH_STONITH_PREFIX "fence_"
587
588
/* Location for system binaries */
589
#define SBIN_DIR "/usr/sbin"
590
591
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
592
'sig_atomic_t'. */
593
/* #undef SIG_ATOMIC_T_SUFFIX */
594
595
/* The size of `char', as computed by sizeof. */
596
#define SIZEOF_CHAR 1
597
598
/* The size of `int', as computed by sizeof. */
599
#define SIZEOF_INT 4
600
601
/* The size of `long', as computed by sizeof. */
602
#define SIZEOF_LONG 8
603
604
/* The size of `long long', as computed by sizeof. */
605
#define SIZEOF_LONG_LONG 8
606
607
/* The size of `short', as computed by sizeof. */
608
#define SIZEOF_SHORT 2
609
610
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
611
'size_t'. */
612
/* #undef SIZE_T_SUFFIX */
613
614
/* Define to 1 if you have the ANSI C header files. */
615
#define STDC_HEADERS 1
616
617
/* Support CIB secrets */
618
#define SUPPORT_CIBSECRETS 0
619
620
/* Support the Corosync messaging and membership layer */
621
#define SUPPORT_COROSYNC 1
622
623
/* Support dbus */
624
#define SUPPORT_DBUS 1
625
626
/* Support nagios plugins */
627
#define SUPPORT_NAGIOS 1
628
629
/* Support for profiling */
630
#define SUPPORT_PROFILING 0
631
632
/* Support systemd based system services */
633
#define SUPPORT_SYSTEMD 1
634
635
/* Support upstart based system services */
636
#define SUPPORT_UPSTART 0
637
638
/* Correct format specifier for U32T */
639
#define U32T PRIu32
640
641
/* Correct format specifier for U64T */
642
#define U64T PRIu64
643
644
/* Correct format specifier for U64TS */
645
#define U64TS SCNu64
646
647
/* Define if Unix socket auth method is getpeereid(s, &uid, &gid) */
648
/* #undef US_AUTH_GETPEEREID */
649
650
/* Define if Unix socket auth method is getpeercred(s, &ucred) */
651
/* #undef US_AUTH_GETPEERUCRED */
652
653
/* Define if Unix socket auth method is getsockopt(s, SO_PEERCRED,
654
&sockpeercred, ...) */
655
/* #undef US_AUTH_PEERCRED_SOCKPEERCRED */
656
657
/* Define if Unix socket auth method is getsockopt(s, SO_PEERCRED, &ucred,
658
...) */
659
#define US_AUTH_PEERCRED_UCRED 1
660
661
/* Valgrind command */
662
#define VALGRIND_BIN "/usr/bin/valgrind"
663
664
/* Version number of package */
665
#define VERSION "2.0.1"
666
667
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
668
'wchar_t'. */
669
/* #undef WCHAR_T_SUFFIX */
670
671
/* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
672
'wint_t'. */
673
/* #undef WINT_T_SUFFIX */
674
675
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
676
significant byte first (like Motorola and SPARC, unlike Intel). */
677
#if defined AC_APPLE_UNIVERSAL_BUILD
678
# if defined __BIG_ENDIAN__
679
# define WORDS_BIGENDIAN 1
680
# endif
681
#else
682
# ifndef WORDS_BIGENDIAN
683
/* # undef WORDS_BIGENDIAN */
684
# endif
685
#endif
686
687
/* Correct format specifier for X32T */
688
#define X32T PRIx32
689
690
/* The _Noreturn keyword of C11. */
691
#if !defined _Noreturn && __STDC_VERSION__ < 201112
692
# if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
693
|| 0x5110 <= __SUNPRO_C)
694
# define _Noreturn __attribute__ ((__noreturn__))
695
# elif defined _MSC_VER && 1200 <= _MSC_VER
696
# define _Noreturn __declspec (noreturn)
697
# else
698
# define _Noreturn
699
# endif
700
#endif
701
702
703
/* Define so that glibc/gnulib argp.h does not typedef error_t. */
704
/* #undef __error_t_defined */
705
706
/* Define to a type to use for 'error_t' if it is not otherwise available. */
707
/* #undef error_t */
708
709
/* Define to `__inline__' or `__inline' if that's what the C compiler
710
calls it, or to nothing if 'inline' is not supported under any name. */
711
#ifndef __cplusplus
712
/* #undef inline */
713
#endif
714
715
/* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
716
the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
717
earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
718
__APPLE__ && __MACH__ test for MacOS X.
719
__APPLE_CC__ tests for the Apple compiler and its version.
720
__STDC_VERSION__ tests for the C99 mode. */
721
#if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
722
# define __GNUC_STDC_INLINE__ 1
723
#endif
724
725
/* Define to `unsigned int' if <sys/types.h> does not define. */
726
/* #undef size_t */
727
728
/* Define as a marker that can be attached to declarations that might not
729
be used. This helps to reduce warnings, such as from
730
GCC -Wunused-parameter. */
731
#if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
732
# define _GL_UNUSED __attribute__ ((__unused__))
733
#else
734
# define _GL_UNUSED
735
#endif
736
/* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
737
is a misnomer outside of parameter lists. */
738
#define _UNUSED_PARAMETER_ _GL_UNUSED
739
740
/* The __pure__ attribute was added in gcc 2.96. */
741
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
742
# define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
743
#else
744
# define _GL_ATTRIBUTE_PURE
/* empty */
745
#endif
746
747
/* The __const__ attribute was added in gcc 2.95. */
748
#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
749
# define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
750
#else
751
# define _GL_ATTRIBUTE_CONST
/* empty */
752
#endif
753
Generated on Sat Nov 7 2020 19:21:48 for pacemaker by
1.8.13