pacemaker  1.1.15-e174ec8
Scalable High-Availability cluster resource manager
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 "e174ec8"
24 
25 /* Library to load for ccm support */
26 /* #undef CCM_LIBRARY */
27 
28 /* Where to keep blackbox dumps */
29 #define CRM_BLACKBOX_DIR "/var/lib/pacemaker/blackbox"
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 /* Location for the Pacemaker Relax-NG Schema */
50 #define CRM_DTD_DIRECTORY "/usr/share/pacemaker"
51 
52 /* Set of enabled features */
53 #define CRM_FEATURES " generated-manpages agent-manpages ascii-docs publican-docs ncurses libqb-logging libqb-ipc lha-fencing upstart systemd nagios corosync-native atomic-attrd snmp libesmtp acls"
54 
55 /* Where Pacemaker used to keep configuration files */
56 #define CRM_LEGACY_CONFIG_DIR "/var/lib/heartbeat/crm"
57 
58 /* Where resource agents should keep state files */
59 #define CRM_RSCTMP_DIR "/var/run/resource-agents"
60 
61 /* Where to keep state files and sockets */
62 #define CRM_STATE_DIR "/var/run/crm"
63 
64 /* Does corosync use libqb for its ipc */
65 #define CS_USES_LIBQB 1
66 
67 /* Build in support for CIB ACL */
68 #define ENABLE_ACL 1
69 
70 /* Build in support for sending mail notifications with ESMTP */
71 #define ENABLE_ESMTP 1
72 
73 /* Build in support for sending SNMP traps */
74 #define ENABLE_SNMP 1
75 
76 /* gcc can complain about nonliterals in format */
77 #define GCC_FORMAT_NONLITERAL_CHECKING_ENABLED
78 
79 /* Define to 1 if you have the <agent_config.h> header file. */
80 /* #undef HAVE_AGENT_CONFIG_H */
81 
82 /* Define to 1 if you have the `alphasort' function. */
83 #define HAVE_ALPHASORT 1
84 
85 /* Define to 1 if you have the <arpa/inet.h> header file. */
86 #define HAVE_ARPA_INET_H 1
87 
88 /* Define to 1 if you have the <asm/types.h> header file. */
89 #define HAVE_ASM_TYPES_H 1
90 
91 /* Define to 1 if you have the <assert.h> header file. */
92 #define HAVE_ASSERT_H 1
93 
94 /* Support the new atomic attrd */
95 #define HAVE_ATOMIC_ATTRD 1
96 
97 /* Define to 1 if you have the <auth-client.h> header file. */
98 #define HAVE_AUTH_CLIENT_H 1
99 
100 /* Define to 1 if you have the <bzlib.h> header file. */
101 #define HAVE_BZLIB_H 1
102 
103 /* Have the new non-herarchial Corosync config API */
104 #define HAVE_CMAP 1
105 
106 /* Have the old herarchial Corosync config API */
107 #define HAVE_CONFDB 0
108 
109 /* Define to 1 if you have the <ctype.h> header file. */
110 #define HAVE_CTYPE_H 1
111 
112 /* Define to 1 if you have the <curses/curses.h> header file. */
113 /* #undef HAVE_CURSES_CURSES_H */
114 
115 /* Define to 1 if you have the <curses.h> header file. */
116 #define HAVE_CURSES_H 1
117 
118 /* Define to 1 if the system has the type `DBusBasicValue'. */
119 #define HAVE_DBUSBASICVALUE 1
120 
121 /* Have getopt function */
122 #define HAVE_DECL_GETOPT 1
123 
124 /* Have nanosleep function */
125 #define HAVE_DECL_NANOSLEEP 1
126 
127 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
128  */
129 /* #undef HAVE_DECL_TZNAME */
130 
131 /* Define to 1 if you have the <dirent.h> header file. */
132 #define HAVE_DIRENT_H 1
133 
134 /* Define to 1 if you have the <dlfcn.h> header file. */
135 #define HAVE_DLFCN_H 1
136 
137 /* Define to 1 if you have the <errno.h> header file. */
138 #define HAVE_ERRNO_H 1
139 
140 /* Define to 1 if you have the <fcntl.h> header file. */
141 #define HAVE_FCNTL_H 1
142 
143 /* Define to 1 if you have the `getopt' function. */
144 #define HAVE_GETOPT 1
145 
146 /* Define to 1 if you have the <getopt.h> header file. */
147 #define HAVE_GETOPT_H 1
148 
149 /* Define to 1 if you have the <glib.h> header file. */
150 #define HAVE_GLIB_H 1
151 
152 /* Define to 1 if you have the <gnutls/gnutls.h> header file. */
153 #define HAVE_GNUTLS_GNUTLS_H 1
154 
155 /* Define to 1 if you have the `gnutls_priority_set_direct' function. */
156 #define HAVE_GNUTLS_PRIORITY_SET_DIRECT 1
157 
158 /* Define to 1 if you have the <grp.h> header file. */
159 #define HAVE_GRP_H 1
160 
161 /* Define to 1 if you have the `g_log_set_default_handler' function. */
162 #define HAVE_G_LOG_SET_DEFAULT_HANDLER 1
163 
164 /* Define to 1 if you have the <heartbeat/glue_config.h> header file. */
165 #define HAVE_HEARTBEAT_GLUE_CONFIG_H 1
166 
167 /* Define to 1 if you have the <heartbeat/hb_config.h> header file. */
168 /* #undef HAVE_HEARTBEAT_HB_CONFIG_H */
169 
170 /* Do we have incompatible printw() in curses library? */
171 /* #undef HAVE_INCOMPATIBLE_PRINTW */
172 
173 /* Define to 1 if you have the <inttypes.h> header file. */
174 #define HAVE_INTTYPES_H 1
175 
176 /* Have qb_ipcc_get_buffer_size function */
177 #define HAVE_IPCS_GET_BUFFER_SIZE 1
178 
179 /* Define to 1 if you have the `bz2' library (-lbz2). */
180 #define HAVE_LIBBZ2 1
181 
182 /* Define to 1 if you have the `c' library (-lc). */
183 #define HAVE_LIBC 1
184 
185 /* Define to 1 if you have the `corosync_common' library (-lcorosync_common).
186  */
187 #define HAVE_LIBCOROSYNC_COMMON 1
188 
189 /* have curses library */
190 /* #undef HAVE_LIBCURSES */
191 
192 /* Define to 1 if you have the `dl' library (-ldl). */
193 #define HAVE_LIBDL 1
194 
195 /* Define to 1 if you have the <libesmtp.h> header file. */
196 #define HAVE_LIBESMTP_H 1
197 
198 /* Define to 1 if you have the `gnugetopt' library (-lgnugetopt). */
199 /* #undef HAVE_LIBGNUGETOPT */
200 
201 /* Define to 1 if you have the `gnutls' library (-lgnutls). */
202 #define HAVE_LIBGNUTLS 1
203 
204 /* Define to 1 if you have the `intl' library (-lintl). */
205 /* #undef HAVE_LIBINTL */
206 
207 /* have ncurses library */
208 #define HAVE_LIBNCURSES 1
209 
210 /* Define to 1 if you have the `pam' library (-lpam). */
211 #define HAVE_LIBPAM 1
212 
213 /* Define to 1 if you have the `pils' library (-lpils). */
214 #define HAVE_LIBPILS 1
215 
216 /* Define to 1 if you have the `plumb' library (-lplumb). */
217 #define HAVE_LIBPLUMB 1
218 
219 /* Define to 1 if you have the `qb' library (-lqb). */
220 #define HAVE_LIBQB 1
221 
222 /* Define to 1 if you have the `rt' library (-lrt). */
223 #define HAVE_LIBRT 1
224 
225 /* Define to 1 if you have the `socket' library (-lsocket). */
226 /* #undef HAVE_LIBSOCKET */
227 
228 /* Define to 1 if you have the `uuid' library (-luuid). */
229 #define HAVE_LIBUUID 1
230 
231 /* Define to 1 if you have the `xml2' library (-lxml2). */
232 #define HAVE_LIBXML2 1
233 
234 /* Define to 1 if you have the <libxml/xpath.h> header file. */
235 #define HAVE_LIBXML_XPATH_H 1
236 
237 /* Define to 1 if you have the `xslt' library (-lxslt). */
238 #define HAVE_LIBXSLT 1
239 
240 /* Define to 1 if you have the <libxslt/xslt.h> header file. */
241 #define HAVE_LIBXSLT_XSLT_H 1
242 
243 /* Define to 1 if you have the <limits.h> header file. */
244 #define HAVE_LIMITS_H 1
245 
246 /* Define to 1 if you have the <linux/errqueue.h> header file. */
247 #define HAVE_LINUX_ERRQUEUE_H 1
248 
249 /* Define to 1 if you have the <linux/swab.h> header file. */
250 #define HAVE_LINUX_SWAB_H 1
251 
252 /* Define to 1 if the system has the type 'long long int'. */
253 #define HAVE_LONG_LONG_INT 1
254 
255 /* Define to 1 if `rsc_deleted' is a member of `lrm_op_t'. */
256 #define HAVE_LRM_OP_T_RSC_DELETED 1
257 
258 /* Define to 1 if you have the <malloc.h> header file. */
259 #define HAVE_MALLOC_H 1
260 
261 /* Define to 1 if you have the <memory.h> header file. */
262 #define HAVE_MEMORY_H 1
263 
264 /* Define to 1 if you have the `nanosleep' function. */
265 #define HAVE_NANOSLEEP 1
266 
267 /* Define to 1 if you have the <ncurses.h> header file. */
268 #define HAVE_NCURSES_H 1
269 
270 /* Define to 1 if you have the <ncurses/ncurses.h> header file. */
271 /* #undef HAVE_NCURSES_NCURSES_H */
272 
273 /* Define to 1 if you have the <netdb.h> header file. */
274 #define HAVE_NETDB_H 1
275 
276 /* Define to 1 if you have the <netinet/in.h> header file. */
277 #define HAVE_NETINET_IN_H 1
278 
279 /* Define to 1 if you have the <netinet/ip.h> header file. */
280 #define HAVE_NETINET_IP_H 1
281 
282 /* Define to 1 if you have the `netsnmp_tdomain_transport' function. */
283 /* #undef HAVE_NETSNMP_TDOMAIN_TRANSPORT */
284 
285 /* Define to 1 if you have the `netsnmp_transport_open_client' function. */
286 #define HAVE_NETSNMP_TRANSPORT_OPEN_CLIENT 1
287 
288 /* Define to 1 if you have the <net-snmp/net-snmp-config.h> header file. */
289 #define HAVE_NET_SNMP_NET_SNMP_CONFIG_H 1
290 
291 /* Define to 1 if you have the `NoSuchFunctionName' function. */
292 /* #undef HAVE_NOSUCHFUNCTIONNAME */
293 
294 /* Define to 1 if you have the <pam/pam_appl.h> header file. */
295 /* #undef HAVE_PAM_PAM_APPL_H */
296 
297 /* Define to 1 if you have the <pthread.h> header file. */
298 #define HAVE_PTHREAD_H 1
299 
300 /* Define to 1 if you have the <pwd.h> header file. */
301 #define HAVE_PWD_H 1
302 
303 /* Define to 1 if you have the `qb_ipcs_connection_get_buffer_size' function.
304  */
305 #define HAVE_QB_IPCS_CONNECTION_GET_BUFFER_SIZE 1
306 
307 /* Define to 1 if you have the <qb/qbipc_common.h> header file. */
308 #define HAVE_QB_QBIPC_COMMON_H 1
309 
310 /* Define to 1 if you have the `scandir' function. */
311 #define HAVE_SCANDIR 1
312 
313 /* Define to 1 if you have the `sched_setscheduler' function. */
314 #define HAVE_SCHED_SETSCHEDULER 1
315 
316 /* Define to 1 if you have the <security/pam_appl.h> header file. */
317 #define HAVE_SECURITY_PAM_APPL_H 1
318 
319 /* Define to 1 if you have the `setenv' function. */
320 #define HAVE_SETENV 1
321 
322 /* Define to 1 if you have the <sgtty.h> header file. */
323 #define HAVE_SGTTY_H 1
324 
325 /* Define if sighandler_t available */
326 /* #undef HAVE_SIGHANDLER_T */
327 
328 /* Define to 1 if you have the <signal.h> header file. */
329 #define HAVE_SIGNAL_H 1
330 
331 /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
332 /* #undef HAVE_SIGNED_SIG_ATOMIC_T */
333 
334 /* Define to 1 if 'wchar_t' is a signed integer type. */
335 /* #undef HAVE_SIGNED_WCHAR_T */
336 
337 /* Define to 1 if 'wint_t' is a signed integer type. */
338 /* #undef HAVE_SIGNED_WINT_T */
339 
340 /* Define to 1 if you have the <stdarg.h> header file. */
341 #define HAVE_STDARG_H 1
342 
343 /* Define to 1 if you have the <stddef.h> header file. */
344 #define HAVE_STDDEF_H 1
345 
346 /* Define to 1 if you have the <stdint.h> header file. */
347 #define HAVE_STDINT_H 1
348 
349 /* Define to 1 if you have the <stdio.h> header file. */
350 #define HAVE_STDIO_H 1
351 
352 /* Define to 1 if you have the <stdlib.h> header file. */
353 #define HAVE_STDLIB_H 1
354 
355 /* Define to 1 if you have the <stonith/stonith.h> header file. */
356 #define HAVE_STONITH_STONITH_H 1
357 
358 /* Define to 1 if you have the `strchrnul' function. */
359 #define HAVE_STRCHRNUL 1
360 
361 /* Define to 1 if you have the `strerror' function. */
362 #define HAVE_STRERROR 1
363 
364 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
365 #define HAVE_STRINGIZE 1
366 
367 /* Define to 1 if you have the <strings.h> header file. */
368 #define HAVE_STRINGS_H 1
369 
370 /* Define to 1 if you have the <string.h> header file. */
371 #define HAVE_STRING_H 1
372 
373 /* Define to 1 if you have the `strndup' function. */
374 #define HAVE_STRNDUP 1
375 
376 /* Define to 1 if you have the `strnlen' function. */
377 #define HAVE_STRNLEN 1
378 
379 /* Define this if struct dirent has d_type */
380 #define HAVE_STRUCT_DIRENT_D_TYPE 1
381 
382 /* Define to 1 if `fail_rsc' is a member of `struct lrm_ops'. */
383 #define HAVE_STRUCT_LRM_OPS_FAIL_RSC 1
384 
385 /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
386 #define HAVE_STRUCT_TM_TM_GMTOFF 1
387 
388 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
389 #define HAVE_STRUCT_TM_TM_ZONE 1
390 
391 /* Define to 1 if you have the <sys/bitypes.h> header file. */
392 /* #undef HAVE_SYS_BITYPES_H */
393 
394 /* Define to 1 if you have the <sys/dir.h> header file. */
395 #define HAVE_SYS_DIR_H 1
396 
397 /* Define to 1 if you have the <sys/inttypes.h> header file. */
398 /* #undef HAVE_SYS_INTTYPES_H */
399 
400 /* Define to 1 if you have the <sys/ioctl.h> header file. */
401 #define HAVE_SYS_IOCTL_H 1
402 
403 /* Define to 1 if you have the <sys/param.h> header file. */
404 #define HAVE_SYS_PARAM_H 1
405 
406 /* Define to 1 if you have the <sys/poll.h> header file. */
407 #define HAVE_SYS_POLL_H 1
408 
409 /* Define to 1 if you have the <sys/reboot.h> header file. */
410 #define HAVE_SYS_REBOOT_H 1
411 
412 /* Define to 1 if you have the <sys/resource.h> header file. */
413 #define HAVE_SYS_RESOURCE_H 1
414 
415 /* Define to 1 if you have the <sys/select.h> header file. */
416 #define HAVE_SYS_SELECT_H 1
417 
418 /* Define to 1 if you have the <sys/signalfd.h> header file. */
419 #define HAVE_SYS_SIGNALFD_H 1
420 
421 /* Define to 1 if you have the <sys/socket.h> header file. */
422 #define HAVE_SYS_SOCKET_H 1
423 
424 /* Define to 1 if you have the <sys/sockio.h> header file. */
425 /* #undef HAVE_SYS_SOCKIO_H */
426 
427 /* Define to 1 if you have the <sys/stat.h> header file. */
428 #define HAVE_SYS_STAT_H 1
429 
430 /* Define to 1 if you have the <sys/timeb.h> header file. */
431 #define HAVE_SYS_TIMEB_H 1
432 
433 /* Define to 1 if you have the <sys/time.h> header file. */
434 #define HAVE_SYS_TIME_H 1
435 
436 /* Define to 1 if you have the <sys/types.h> header file. */
437 #define HAVE_SYS_TYPES_H 1
438 
439 /* Define to 1 if you have the <sys/uio.h> header file. */
440 #define HAVE_SYS_UIO_H 1
441 
442 /* Define to 1 if you have the <sys/un.h> header file. */
443 #define HAVE_SYS_UN_H 1
444 
445 /* Define to 1 if you have the <sys/utsname.h> header file. */
446 #define HAVE_SYS_UTSNAME_H 1
447 
448 /* Define to 1 if you have the <sys/wait.h> header file. */
449 #define HAVE_SYS_WAIT_H 1
450 
451 /* Define to 1 if you have the <time.h> header file. */
452 #define HAVE_TIME_H 1
453 
454 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
455  `HAVE_STRUCT_TM_TM_ZONE' instead. */
456 #define HAVE_TM_ZONE 1
457 
458 /* Define to 1 if you don't have `tm_zone' but do have the external array
459  `tzname'. */
460 /* #undef HAVE_TZNAME */
461 
462 /* Define to 1 if you have the <unistd.h> header file. */
463 #define HAVE_UNISTD_H 1
464 
465 /* Define to 1 if you have the `unsetenv' function. */
466 #define HAVE_UNSETENV 1
467 
468 /* Define to 1 if the system has the type 'unsigned long long int'. */
469 #define HAVE_UNSIGNED_LONG_LONG_INT 1
470 
471 /* Define to 1 if you have the `uuid_unparse' function. */
472 #define HAVE_UUID_UNPARSE 1
473 
474 /* Define to 1 if you have the <uuid/uuid.h> header file. */
475 #define HAVE_UUID_UUID_H 1
476 
477 /* Define to 1 if you have the <wchar.h> header file. */
478 #define HAVE_WCHAR_H 1
479 
480 /* Define to 1 if you have the <winsock.h> header file. */
481 /* #undef HAVE_WINSOCK_H */
482 
483 /* Where Heartbeat keeps state files and sockets */
484 #define HA_STATE_DIR "/var/run"
485 
486 /* Location Heartbeat expects Pacemaker daemons to be in */
487 #define HB_DAEMON_DIR "/usr/lib/x86_64-linux-gnu/heartbeat"
488 
489 /* Library to load for heartbeat support */
490 /* #undef HEARTBEAT_LIBRARY */
491 
492 /* Location for CIB secrets */
493 /* #undef LRM_CIBSECRETS_DIR */
494 
495 /* Legacy location for CIB secrets */
496 /* #undef LRM_LEGACY_CIBSECRETS_DIR */
497 
498 /* Define to the sub-directory where libtool stores uninstalled libraries. */
499 #define LT_OBJDIR ".libs/"
500 
501 /* Directory for nagios plugins metadata */
502 #define NAGIOS_METADATA_DIR "/usr/share/nagios/plugins-metadata"
503 
504 /* Directory for nagios plugins */
505 #define NAGIOS_PLUGIN_DIR "/usr/lib/nagios/plugins"
506 
507 /* Use the older 5.3 version of the net-snmp API */
508 /* #undef NETSNMPV53 */
509 
510 /* Location for OCF RAs */
511 #define OCF_RA_DIR "/usr/lib/ocf/resource.d"
512 
513 /* Compiling for BSD platform */
514 /* #undef ON_BSD */
515 
516 /* Compiling for Darwin platform */
517 /* #undef ON_DARWIN */
518 
519 /* Compiling for Linux platform */
520 #define ON_LINUX 1
521 
522 /* Compiling for Solaris platform */
523 /* #undef ON_SOLARIS */
524 
525 /* Current pacemaker version */
526 #define PACEMAKER_VERSION "1.1.15"
527 
528 /* Name of package */
529 #define PACKAGE "pacemaker"
530 
531 /* Define to the address where bug reports for this package should be sent. */
532 #define PACKAGE_BUGREPORT "pacemaker@oss.clusterlabs.org"
533 
534 /* Define to the full name of this package. */
535 #define PACKAGE_NAME "pacemaker"
536 
537 /* Define to the full name and version of this package. */
538 #define PACKAGE_STRING "pacemaker 1.1.15"
539 
540 /* Define to the one symbol short name of this package. */
541 #define PACKAGE_TARNAME "pacemaker"
542 
543 /* Define to the home page for this package. */
544 #define PACKAGE_URL "http://clusterlabs.org/"
545 
546 /* Define to the version of this package. */
547 #define PACKAGE_VERSION "1.1.15"
548 
549 /* Define PATH_MAX if not defined */
550 /* #undef PATH_MAX */
551 
552 /* Corosync service number */
553 #define PCMK_SERVICE_ID 9
554 
555 /* Where to keep PEngine outputs */
556 #define PE_STATE_DIR "/var/lib/pacemaker/pengine"
557 
558 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
559  'ptrdiff_t'. */
560 /* #undef PTRDIFF_T_SUFFIX */
561 
562 /* Location for Red Hat Stonith agents */
563 #define RH_STONITH_DIR "/usr/sbin"
564 
565 /* Prefix for Red Hat Stonith agents */
566 #define RH_STONITH_PREFIX "fence_"
567 
568 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
569  'sig_atomic_t'. */
570 /* #undef SIG_ATOMIC_T_SUFFIX */
571 
572 /* The size of `char', as computed by sizeof. */
573 #define SIZEOF_CHAR 1
574 
575 /* The size of `int', as computed by sizeof. */
576 #define SIZEOF_INT 4
577 
578 /* The size of `long', as computed by sizeof. */
579 #define SIZEOF_LONG 8
580 
581 /* The size of `long long', as computed by sizeof. */
582 #define SIZEOF_LONG_LONG 8
583 
584 /* The size of `short', as computed by sizeof. */
585 #define SIZEOF_SHORT 2
586 
587 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
588  'size_t'. */
589 /* #undef SIZE_T_SUFFIX */
590 
591 /* Define to 1 if you have the ANSI C header files. */
592 #define STDC_HEADERS 1
593 
594 /* Support CIB secrets */
595 #define SUPPORT_CIBSECRETS 0
596 
597 /* Support the consumption of membership and quorum from cman */
598 #define SUPPORT_CMAN 0
599 
600 /* Support the Corosync messaging and membership layer */
601 #define SUPPORT_COROSYNC 1
602 
603 /* Support the consumption of membership and quorum from corosync */
604 #define SUPPORT_CS_QUORUM 1
605 
606 /* Support dbus */
607 #define SUPPORT_DBUS 1
608 
609 /* Support the Heartbeat messaging and membership layer */
610 #define SUPPORT_HEARTBEAT 0
611 
612 /* Support nagios plugins */
613 #define SUPPORT_NAGIOS 1
614 
615 /* Support the Pacemaker plugin for Corosync */
616 #define SUPPORT_PLUGIN 0
617 
618 /* Support for profiling */
619 #define SUPPORT_PROFILING 0
620 
621 /* Support a stand-alone stonith config file in addition to the CIB */
622 #define SUPPORT_STONITH_CONFIG 0
623 
624 /* Support systemd based system services */
625 #define SUPPORT_SYSTEMD 1
626 
627 /* Support upstart based system services */
628 #define SUPPORT_UPSTART 1
629 
630 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
631 /* #undef TM_IN_SYS_TIME */
632 
633 /* Correct printf format for logging uint64_t */
634 #define U64T "%lu"
635 
636 /* Location of Heartbeat's UUID file */
637 #define UUID_FILE "/var/lib/heartbeat/hb_uuid"
638 
639 /* Valgrind command */
640 #define VALGRIND_BIN "/usr/bin/valgrind"
641 
642 /* Version number of package */
643 #define VERSION "1.1.15"
644 
645 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
646  'wchar_t'. */
647 /* #undef WCHAR_T_SUFFIX */
648 
649 /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
650  'wint_t'. */
651 /* #undef WINT_T_SUFFIX */
652 
653 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
654  significant byte first (like Motorola and SPARC, unlike Intel). */
655 #if defined AC_APPLE_UNIVERSAL_BUILD
656 # if defined __BIG_ENDIAN__
657 # define WORDS_BIGENDIAN 1
658 # endif
659 #else
660 # ifndef WORDS_BIGENDIAN
661 /* # undef WORDS_BIGENDIAN */
662 # endif
663 #endif
664 
665 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
666  `char[]'. */
667 /* #undef YYTEXT_POINTER */
668 
669 /* The _Noreturn keyword of C11. */
670 #if !defined _Noreturn && __STDC_VERSION__ < 201112
671 # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
672  || 0x5110 <= __SUNPRO_C)
673 # define _Noreturn __attribute__ ((__noreturn__))
674 # elif defined _MSC_VER && 1200 <= _MSC_VER
675 # define _Noreturn __declspec (noreturn)
676 # else
677 # define _Noreturn
678 # endif
679 #endif
680 
681 
682 /* Define to `__inline__' or `__inline' if that's what the C compiler
683  calls it, or to nothing if 'inline' is not supported under any name. */
684 #ifndef __cplusplus
685 /* #undef inline */
686 #endif
687 
688 /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
689  the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
690  earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
691  __APPLE__ && __MACH__ test for MacOS X.
692  __APPLE_CC__ tests for the Apple compiler and its version.
693  __STDC_VERSION__ tests for the C99 mode. */
694 #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
695 # define __GNUC_STDC_INLINE__ 1
696 #endif
697 
698 /* Define to `unsigned int' if <sys/types.h> does not define. */
699 /* #undef size_t */
700 
701 /* Define as a marker that can be attached to declarations that might not
702  be used. This helps to reduce warnings, such as from
703  GCC -Wunused-parameter. */
704 #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
705 # define _GL_UNUSED __attribute__ ((__unused__))
706 #else
707 # define _GL_UNUSED
708 #endif
709 /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
710  is a misnomer outside of parameter lists. */
711 #define _UNUSED_PARAMETER_ _GL_UNUSED
712 
713 /* The __pure__ attribute was added in gcc 2.96. */
714 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
715 # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
716 #else
717 # define _GL_ATTRIBUTE_PURE /* empty */
718 #endif
719 
720 /* The __const__ attribute was added in gcc 2.95. */
721 #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
722 # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
723 #else
724 # define _GL_ATTRIBUTE_CONST /* empty */
725 #endif
726