??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php:4) in /home/mybf1/public_html/class.bf1.my/wp-includes/js/dist/index.php on line 178
/* include/config.h. Generated by configure. */
/************************************************************************
*
* NRPE Common Header File
* Copyright (c) 1999-2007 Ethan Galstad (nagios@nagios.org)
* Last Modified: 11-23-2007
*
* License:
*
* 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 program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
************************************************************************/
#ifndef _CONFIG_H
#define _CONFIG_H
#include
#include
#define DEFAULT_SERVER_PORT 5666
#define NRPE_LOG_FACILITY "daemon"
/* #undef ENABLE_COMMAND_ARGUMENTS */
/* #undef ENABLE_BASH_COMMAND_SUBSTITUTION */
/* #undef socklen_t */
#define HAVE_GETOPT_LONG 1
#define HAVE_LIBWRAP 1
#define STDC_HEADERS 1
#define HAVE_STRDUP 1
#define HAVE_STRSTR 1
#define HAVE_STRTOUL 1
#define HAVE_INITGROUPS 1
/* #undef HAVE_CLOSESOCKET */
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 8
/* stupid stuff for u_int32_t */
/* #undef U_INT32_T_IS_USHORT */
/* #undef U_INT32_T_IS_UINT */
/* #undef U_INT32_T_IS_ULONG */
/* #undef U_INT32_T_IS_UINT32_T */
#ifdef U_INT32_T_IS_USHORT
typedef unsigned short u_int32_t;
#endif
#ifdef U_INT32_T_IS_ULONG
typedef unsigned long u_int32_t;
#endif
#ifdef U_INT32_T_IS_UINT
typedef unsigned int u_int32_t;
#endif
#ifdef U_INT32_T_IS_UINT32_t
typedef uint32_t u_int32_t;
#endif
/* stupid stuff for int32_t */
/* #undef INT32_T_IS_SHORT */
/* #undef INT32_T_IS_INT */
/* #undef INT32_T_IS_LONG */
#ifdef INT32_T_IS_USHORT
typedef short int32_t;
#endif
#ifdef INT32_T_IS_ULONG
typedef long int32_t;
#endif
#ifdef INT32_T_IS_UINT
typedef int int32_t;
#endif
/***** ASPRINTF() AND FRIENDS *****/
/* #undef HAVE_VSNPRINTF */
/* #undef HAVE_SNPRINTF */
/* #undef HAVE_ASPRINTF */
/* #undef HAVE_VASPRINTF */
#define HAVE_C99_VSNPRINTF 1
#define HAVE_VA_COPY 1
/* #undef HAVE___VA_COPY */
#define SOCKET_SIZE_TYPE size_t
#define GETGROUPS_T gid_t
#define RETSIGTYPE void
#define HAVE_GETOPT_H 1
#ifdef HAVE_GETOPT_H
#include
#endif
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#ifdef HAVE_STRINGS_H
#include
#endif
#ifdef HAVE_STRINGS_H
#include
#endif
#define HAVE_UNISTD_H 1
#ifdef HAVE_UNISTD_H
#include
#endif
#define HAVE_SIGNAL_H 1
#ifdef HAVE_SIGNAL_H
#include
#endif
#define HAVE_SYSLOG_H 1
#ifdef HAVE_SYSLOG_H
#include
#endif
#define HAVE_SYS_STAT_H 1
#ifdef HAVE_SYS_STAT_H
#include
#endif
#define HAVE_FCNTL_H 1
#ifdef HAVE_FCNTL_H
#include
#endif
#define HAVE_SYS_TYPES_H 1
#ifdef HAVE_SYS_TYPES_H
#include
#endif
#define HAVE_SYS_WAIT_H 1
#ifdef HAVE_SYS_WAIT_H
#include
#endif
#ifndef WEXITSTATUS
# define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
#endif
#ifndef WIFEXITED
# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
#endif
#define HAVE_ERRNO_H 1
#ifdef HAVE_ERRNO_H
#include
#endif
/* needed for the time_t structures we use later... */
#define TIME_WITH_SYS_TIME 1
#define HAVE_SYS_TIME_H 1
#if TIME_WITH_SYS_TIME
# include
# include
#else
# if HAVE_SYS_TIME_H
# include
# else
# include
# endif
#endif
#define HAVE_SYS_SOCKET_H 1
#ifdef HAVE_SYS_SOCKET_H
#include
#endif
/* Define to 'int' if does not define */
/* #undef socklen_t */
/* #undef HAVE_SOCKET_H */
#ifdef HAVE_SOCKET_H
#include
#endif
#define HAVE_TCPD_H 1
#ifdef HAVE_TCPD_H
#include
#endif
#define HAVE_NETINET_IN_H 1
#ifdef HAVE_NETINET_IN_H
#include
#endif
#define HAVE_ARPA_INET_H 1
#ifdef HAVE_ARPA_INET_H
#include
#endif
#define HAVE_NETDB_H 1
#ifdef HAVE_NETDB_H
#include
#endif
#define HAVE_CTYPE_H 1
#ifdef HAVE_CTYPE_H
#include
#endif
#define HAVE_PWD_H 1
#ifdef HAVE_PWD_H
#include
#endif
#define HAVE_GRP_H 1
#ifdef HAVE_GRP_H
#include
#endif
#define HAVE_DIRENT_H 1
#ifdef HAVE_DIRENT_H
#include
#endif
#define HAVE_SSL 1
#ifdef HAVE_SSL
#include
#include
#include
#include
#include
#include
#include
#endif
/* #undef HAVE_KRB5_H */
#ifdef HAVE_KRB5_H
#include
#endif
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#ifdef HAVE_INTTYPES_H
#include
#else
#ifdef HAVE_STDINT_H
#include
#endif
#endif
#endif