org.blue.include
Class config_h

java.lang.Object
  extended by org.blue.include.config_h

public class config_h
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_NAGIOS_GROUP
           
static java.lang.String DEFAULT_NAGIOS_USER
          NAGIOS STUFF
static java.lang.String DO_CLEAN
           
static int HAVE_INITGROUPS
           
static int HAVE_SETENV
          FUNCTION DEFINITIONS
static int HAVE_STRDUP
           
static int HAVE_STRSTR
           
static int HAVE_STRTOUL
           
static int HAVE_TZNAME
           
static int HAVE_UNSETENV
           
static int RTLD_GLOBAL
           
static int RTLD_NOW
           
static int STDC_HEADERS
          MISC DEFINITIONS
static java.lang.String TRACEROUTE_COMMAND
           
static int USE_EVENT_BROKER
           
static int USE_XCDDEFAULT
           
static int USE_XDDDEFAULT
           
static int USE_XODTEMPLATE
           
static int USE_XPDDEFAULT
           
static int USE_XRDDEFAULT
           
static int USE_XSDDEFAULT
           
 
Constructor Summary
config_h()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_NAGIOS_USER

public static java.lang.String DEFAULT_NAGIOS_USER
NAGIOS STUFF


DEFAULT_NAGIOS_GROUP

public static java.lang.String DEFAULT_NAGIOS_GROUP

USE_EVENT_BROKER

public static int USE_EVENT_BROKER

DO_CLEAN

public static java.lang.String DO_CLEAN

TRACEROUTE_COMMAND

public static java.lang.String TRACEROUTE_COMMAND

USE_XSDDEFAULT

public static int USE_XSDDEFAULT

USE_XCDDEFAULT

public static int USE_XCDDEFAULT

USE_XRDDEFAULT

public static int USE_XRDDEFAULT

USE_XODTEMPLATE

public static int USE_XODTEMPLATE

USE_XPDDEFAULT

public static int USE_XPDDEFAULT

USE_XDDDEFAULT

public static int USE_XDDDEFAULT

HAVE_SETENV

public static int HAVE_SETENV
FUNCTION DEFINITIONS


HAVE_UNSETENV

public static int HAVE_UNSETENV

HAVE_STRDUP

public static int HAVE_STRDUP

HAVE_STRSTR

public static int HAVE_STRSTR

HAVE_STRTOUL

public static int HAVE_STRTOUL

HAVE_INITGROUPS

public static int HAVE_INITGROUPS

STDC_HEADERS

public static int STDC_HEADERS
MISC DEFINITIONS


HAVE_TZNAME

public static int HAVE_TZNAME

RTLD_GLOBAL

public static int RTLD_GLOBAL

RTLD_NOW

public static int RTLD_NOW
Constructor Detail

config_h

public config_h()