Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.h

    r34b17d9 r4bfca70  
    2727#define __CONF_H
    2828
    29 typedef enum runmode { RUNMODE_DAEMON, RUNMODE_FORKDAEMON, RUNMODE_INETD } runmode_t;
     29typedef enum runmode { RUNMODE_DAEMON, RUNMODE_INETD } runmode_t;
    3030typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t;
    3131
     
    3838        runmode_t runmode;
    3939        authmode_t authmode;
    40         char *auth_pass;
    41         char *oper_pass;
     40        char *password;
    4241        char *hostname;
    4342        char *configdir;
    4443        char *plugindir;
    45         char *pidfile;
    4644        char *motdfile;
    4745        char *primary_storage;
Note: See TracChangeset for help on using the changeset viewer.