dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone
Blob Blame History Raw
/* crm_config.h.in */

/* 
 * Copyright 2006-2018 the Pacemaker project contributors
 *
 * The version control history for this file may have further details.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program 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 General Public License for more details.
 *
 * You should have received a copy of the GNU General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

#ifndef CRM_CONFIG__H__IN
#define CRM_CONFIG__H__IN

/****** Versions ******/

/* Current pacemaker version */
#undef PACEMAKER_VERSION

/* Build version */
#undef BUILD_VERSION

/****** Other ******/

/* Group to run Pacemaker daemons as */
#undef CRM_DAEMON_GROUP

/* User to run Pacemaker daemons as */
#undef CRM_DAEMON_USER

/****** Directories ******/

/* Where Pacemaker can store log files */
#undef CRM_LOG_DIR

/* Location for Pacemaker daemons */
#undef CRM_DAEMON_DIR

/* Where to keep blackbox dumps */
#undef CRM_BLACKBOX_DIR

/* Where to keep configuration files */
#undef CRM_CONFIG_DIR

/* Where to keep scheduler outputs */
#undef PE_STATE_DIR

/* Location to store core files produced by Pacemaker daemons */
#undef CRM_CORE_DIR

/* Where to keep state files and sockets */
#undef CRM_STATE_DIR

/* Location for the Pacemaker Relax-NG Schema */
#undef CRM_SCHEMA_DIRECTORY

/* Where to keep configuration files like authkey */
#undef PACEMAKER_CONFIG_DIR

/****** Features ******/

/* Set of enabled features */
#undef CRM_FEATURES

/* Support the Corosync messaging and membership layer */
#undef SUPPORT_COROSYNC

/* Support systemd based system services */
#undef SUPPORT_SYSTEMD

/* Support upstart based system services */
#undef SUPPORT_UPSTART

#endif /* CRM_CONFIG__H__IN */