/usr/include/heartbeat/glue_config.h is in cluster-glue-dev 1.0.11+hg2754-1.1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | /* include/glue_config.h. Generated from glue_config.h.in by configure. */
/* include/config.h.in. Generated from configure.in by autoheader. */
/* Location for daemons */
#define GLUE_DAEMON_DIR "/usr/lib/heartbeat"
/* Group to run daemons as */
#define GLUE_DAEMON_GROUP "haclient"
/* User to run daemons as */
#define GLUE_DAEMON_USER "hacluster"
/* Where to keep state files and sockets */
#define GLUE_STATE_DIR "/var/run"
/* Location of shared data */
#define GLUE_SHARED_DIR "/usr/share/cluster-glue"
/* User to run daemons as */
#define HA_CCMUSER "hacluster"
/* Group to run daemons as */
#define HA_APIGROUP "haclient"
/* Location for daemons */
#define HA_LIBHBDIR "/usr/lib/heartbeat"
/* top directory of area to drop core files in */
#define HA_COREDIR "/var/lib/heartbeat/cores"
/* top directory for LRM related files */
#define LRM_VARLIBDIR "/var/lib/heartbeat/lrm"
/* CIB secrets */
#define LRM_CIBSECRETS "/var/lib/heartbeat/lrm/secrets"
/* Logging Daemon IPC socket name */
#define HA_LOGDAEMON_IPC "/var/lib/heartbeat/log_daemon"
/* Default logging facility */
#define HA_LOG_FACILITY LOG_DAEMON
/* Default plugin search path */
#define PILS_BASE_PLUGINDIR "/usr/lib/heartbeat/plugins"
/* Where to find plugins */
#define HA_PLUGIN_DIR "/usr/lib/heartbeat/plugins"
/* Location of system configuration files */
#define HA_SYSCONFDIR "/etc"
/* Web site base URL */
#define HA_URLBASE "http://linux-ha.org/wiki/"
/* Whatever this used to mean */
#define HA_VARLIBHBDIR "/var/lib/heartbeat"
#define HA_VARLIBDIR "/var/lib/heartbeat"
/* System lock directory */
#define HA_VARLOCKDIR "/var/lock"
/* Where Heartbeat keeps state files and sockets - old name */
#define HA_VARRUNDIR "/var/run"
/* Location for v1 Heartbeat RAs */
#define HB_RA_DIR "/etc/ha.d/resource.d/"
/* Where to find LRM plugins */
#define LRM_PLUGIN_DIR "/usr/lib/heartbeat/plugins/RAExec"
/* Location for LSB RAs */
#define LSB_RA_DIR "/etc/init.d"
/* Location for OCF RAs */
#define OCF_RA_DIR "/usr/lib/ocf/resource.d/"
/* OCF root directory - specified by the OCF standard */
#define OCF_ROOT_DIR "/usr/lib/ocf"
/* Compiling for Darwin platform */
/* #undef ON_DARWIN */
/* Compiling for Linux platform */
#define ON_LINUX 1
/* Current glue version */
#define GLUE_VERSION "1.0.11"
/* Build version */
#define GLUE_BUILD_VERSION "3cff550e1084f1accc7782ff371739ec84e31330"
/* Location of non-pluing stonith scripts */
#define STONITH_EXT_PLUGINDIR "/usr/lib/stonith/plugins/external"
/* Location of RHCS stonith scripts */
#define STONITH_RHCS_PLUGINDIR "/usr/lib/stonith/plugins/rhcs"
/* Location of stonith plugins */
#define STONITH_MODULES "/usr/lib/stonith/plugins"
/* Stonith plugin domain */
#define ST_TEXTDOMAIN "stonith"
#define HA_HBCONF_DIR "/etc/ha.d/"
|