You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
heartbeat/include/hb_config.h.in

118 lines
2.5 KiB

/*
* hb_config.h: Definitions from the Linux-HA heartbeat program
* for out-of-tree projects
*
* Copyright (C) 2007 Andrew Beekhof <abeekhof@suse.de>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef _HB_CONFIG_H
#define _HB_CONFIG_H
/* have new heartbeat api */
#undef HAVE_NEW_HB_API
/* Define to 1 if the mgmt-daemon and friends are enabled. */
#undef MGMT_ENABLED
/* $malloc_desc */
#undef CL_USE_LIBC_MALLOC
/* Set if CLOCK_T is adequate by itself for the "indefinite future" (>= 100
years) */
#undef CLOCK_T_IS_LONG_ENOUGH
/* Group to own API fifos */
#undef HA_APIGROUP
/* GID to own API fifos */
#undef HA_APIGID
/* User to own CCM fifos */
#undef HA_CCMUSER
/* UID to own CCM fifos */
#undef HA_CCMUID
/* Web site base URL */
#undef HA_URLBASE
/* Logging Daemon IPC socket name */
#undef HA_LOGDAEMON_IPC
/* ocf ra dir */
#undef OCF_RA_DIR
/* ocf root dir */
#undef OCF_ROOT_DIR
/* heartbeat rc script directory */
#undef HA_RC_DIR
/* heartbeat logging socket */
#undef HA_LOGDAEMON_IPC
/* lib directory */
#undef HA_LIBDIR
/* lib heartbeat directory */
#undef HA_LIBHBDIR
/* top directory of area to drop core files in */
#undef HA_COREDIR
/* var lib directory */
#undef HA_VARLIBDIR
/* var lib heartbeat directory */
#undef HA_VARLIBHBDIR
/* var lock directory */
#undef HA_VARLOCKDIR
/* var log directory */
#undef HA_VARLOGDIR
/* var run directory */
#undef HA_VARRUNDIR
/* var run heartbeat directory */
#undef HA_VARRUNHBDIR
/* Heartbeat configuration directory */
#undef HA_HBCONF_DIR
/* heartbeat ra dir */
#undef HB_RA_DIR
/* lsb ra dir */
#undef LSB_RA_DIR
/* stonith ra dir */
#undef STONITH_RA_DIR
/* pils plugin dir */
#undef HA_PLUGIN_DIR
/* ra plugin dir */
#undef LRM_PLUGIN_DIR
/* directory for the external stonith plugins */
#undef STONITH_EXT_PLUGINDIR
#endif /* _HB_CONFIG_H */