/* include/config.h. Generated by configure. */
/************************************************************************
*
* Nagios Config Header File
* Written By: Ethan Galstad (nagios@nagios.org)
* Last Modified: 05-16-2006
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
* 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 program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
************************************************************************/
/***** NAGIOS STUFF *****/
#define DEFAULT_NAGIOS_USER "mvlad"
#define DEFAULT_NAGIOS_GROUP "mvlad"
/* Event broker integration */
#define USE_EVENT_BROKER 1
/* Embed a PERL interpreter into Nagios with optional cache for compiled code (contributed by Stephen Davies) */
/* #undef EMBEDDEDPERL */
/* #undef THREADEDPERL */
/* 0 = cache, 1 = do not cache */
#define DO_CLEAN "1"
/* commands used by CGIs */
#define TRACEROUTE_COMMAND "/bin/traceroute"
/* #undef PING_COMMAND */
/* #undef PING_PACKETS_FIRST */
/* Debugging options */
/* function entry and exit */
/* #undef DEBUG0 */
/* general info messages */
/* #undef DEBUG1 */
/* warning messages */
/* #undef DEBUG2 */
/* service and host checks, other events */
/* #undef DEBUG3 */
/* service and host notifications */
/* #undef DEBUG4 */
/* SQL queries (defunct) */
/* #undef DEBUG5 */
/* I/O implementations */
#define USE_XSDDEFAULT 1
#define USE_XCDDEFAULT 1
#define USE_XRDDEFAULT 1
#define USE_XODTEMPLATE 1
#define USE_XPDDEFAULT 1
#define USE_XDDDEFAULT 1
/***** FUNCTION DEFINITIONS *****/
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
/* #undef HAVE_SOCKET */
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_INITGROUPS 1
/* #undef HAVE_GETLOADAVG */
/***** MISC DEFINITIONS *****/
#define USE_NANOSLEEP 1
#define STDC_HEADERS 1
#define HAVE_TM_ZONE 1
/* #undef HAVE_TZNAME */
/* #undef USE_PROC */
#define SOCKET_SIZE_TYPE size_t
#define GETGROUPS_T gid_t
#define RETSIGTYPE void
#ifndef RTLD_GLOBAL
#define RTLD_GLOBAL 0
#endif
#ifndef RTLD_NOW
#define RTLD_NOW 0
#endif
/***** HEADER FILES *****/
=1= |