File configuration.h

Included in: configuration.c
  process_control.c
  server.c
  setup.c
  setup.h
  shell_command.c

Included Files


Preprocessor definitions

#define CONFIGURATION_H

#define OPTIONS_LEN_ENV 32

#define OPTIONS_LEN_FNAME 512


Typedef Configuration

typedef struct {...} Configuration
struct  
   {  
      double max_cpuload;  
      int max_load_intv;  
      uid_t uid;  
      gid_t gid;  
      float update_interval;  
      int local;  
      int port;  
      unsigned int unix_socket_permissions;  
      char init_command[512];  
      char pid_file[512];  
      char authentication;  
      char log_syslog_enabled;  
      int log_syslog_level;  
      Array* environment;  
   }