File options.h

Included in: options.c
  setup.h

Preprocessor definitions

#define OPTIONS_H

#define OPTIONS_LEN_USER_NAME 64

#define OPTIONS_LEN_CONFIG_FILE 512


Typedef Options

typedef struct {...} Options
struct  
   {  
      int set_debug_enabled;  
      int set_user;  
      int set_config_file;  
      int set_ioperm;  
      int debug_level;  
      char config_file[512];  
      char user_name[64];  
   }