dhodovsk / source-git / pacemaker

Forked from source-git/pacemaker 3 years ago
Clone

Blame include/crm_config.h.in

rpm-build 3ee90c
/* crm_config.h.in */
rpm-build 3ee90c
rpm-build 3ee90c
/* 
rpm-build 3ee90c
 * Copyright 2006-2018 the Pacemaker project contributors
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * The version control history for this file may have further details.
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * This program is free software; you can redistribute it and/or modify
rpm-build 3ee90c
 * it under the terms of the GNU General Public License as published by
rpm-build 3ee90c
 * the Free Software Foundation; either version 2 of the License, or
rpm-build 3ee90c
 * (at your option) any later version.
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * This program is distributed in the hope that it will be useful,
rpm-build 3ee90c
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
rpm-build 3ee90c
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
rpm-build 3ee90c
 * GNU General Public License for more details.
rpm-build 3ee90c
 *
rpm-build 3ee90c
 * You should have received a copy of the GNU General Public
rpm-build 3ee90c
 * License along with this library; if not, write to the Free Software
rpm-build 3ee90c
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
rpm-build 3ee90c
 */
rpm-build 3ee90c
rpm-build 3ee90c
#ifndef CRM_CONFIG__H__IN
rpm-build 3ee90c
#define CRM_CONFIG__H__IN
rpm-build 3ee90c
rpm-build 3ee90c
/****** Versions ******/
rpm-build 3ee90c
rpm-build 3ee90c
/* Current pacemaker version */
rpm-build 3ee90c
#undef PACEMAKER_VERSION
rpm-build 3ee90c
rpm-build 3ee90c
/* Build version */
rpm-build 3ee90c
#undef BUILD_VERSION
rpm-build 3ee90c
rpm-build 3ee90c
/****** Other ******/
rpm-build 3ee90c
rpm-build 3ee90c
/* Group to run Pacemaker daemons as */
rpm-build 3ee90c
#undef CRM_DAEMON_GROUP
rpm-build 3ee90c
rpm-build 3ee90c
/* User to run Pacemaker daemons as */
rpm-build 3ee90c
#undef CRM_DAEMON_USER
rpm-build 3ee90c
rpm-build 3ee90c
/****** Directories ******/
rpm-build 3ee90c
rpm-build 3ee90c
/* Where Pacemaker can store log files */
rpm-build 3ee90c
#undef CRM_LOG_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Location for Pacemaker daemons */
rpm-build 3ee90c
#undef CRM_DAEMON_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Where to keep blackbox dumps */
rpm-build 3ee90c
#undef CRM_BLACKBOX_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Where to keep configuration files */
rpm-build 3ee90c
#undef CRM_CONFIG_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Where to keep scheduler outputs */
rpm-build 3ee90c
#undef PE_STATE_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Location to store core files produced by Pacemaker daemons */
rpm-build 3ee90c
#undef CRM_CORE_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Where to keep state files and sockets */
rpm-build 3ee90c
#undef CRM_STATE_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/* Location for the Pacemaker Relax-NG Schema */
rpm-build 3ee90c
#undef CRM_SCHEMA_DIRECTORY
rpm-build 3ee90c
rpm-build 3ee90c
/* Where to keep configuration files like authkey */
rpm-build 3ee90c
#undef PACEMAKER_CONFIG_DIR
rpm-build 3ee90c
rpm-build 3ee90c
/****** Features ******/
rpm-build 3ee90c
rpm-build 3ee90c
/* Set of enabled features */
rpm-build 3ee90c
#undef CRM_FEATURES
rpm-build 3ee90c
rpm-build 3ee90c
/* Support the Corosync messaging and membership layer */
rpm-build 3ee90c
#undef SUPPORT_COROSYNC
rpm-build 3ee90c
rpm-build 3ee90c
/* Support systemd based system services */
rpm-build 3ee90c
#undef SUPPORT_SYSTEMD
rpm-build 3ee90c
rpm-build 3ee90c
/* Support upstart based system services */
rpm-build 3ee90c
#undef SUPPORT_UPSTART
rpm-build 3ee90c
rpm-build 3ee90c
#endif /* CRM_CONFIG__H__IN */