/* include/ha_config.h.  Generated by configure.  */
#ifndef _HA_CONFIG_H
#define _HA_CONFIG_H

/* /var/lib directory */
#define HA_VARLIBDIR "/var/lib"

/* Group to own API fifos */
#define HA_APIGROUP "haclient"

/* GID to own API fifos */
#define HA_APIGID "90"

/* User to own CCM fifos */
#define HA_CCMUSER "hacluster"

/* UID to own CCM fifos */
#define HA_CCMUID "90"

/* Init start priority */
#define HB_INITSTARTPRI "75"

/* Init stop priority */
#define HB_INITSTOPPRI "05"

/* Define to 1 if you have the `alphasort' function. */
#define HA_HAVE_ALPHASORT 1

/* Define to 1 if you have the `inet_pton' function. */
#define HA_HAVE_INET_PTON 1

/* Define to 1 if you have the `scandir' function. */
#define HA_HAVE_SCANDIR 1

/* Define to 1 if you have the `setenv' function. */
#define HA_HAVE_SETENV 1

/* Define to 1 if you have the `strerror' function. */
#define HA_HAVE_STRERROR 1

/* heartbeat rc script directory */
#define HB_RC_DIR "/etc/ha.d/rc.d"

/* heartbeat logging socket */
#define HA_LOGDAEMON_IPC "/var/lib/log_daemon"

#endif /* _HA_CONFIG_H */


syntax highlighted by Code2HTML, v. 0.9.1