Changes in conf.h [34b17d9:4bfca70]
Legend:
- Unmodified
- Added
- Removed
-
conf.h
r34b17d9 r4bfca70 27 27 #define __CONF_H 28 28 29 typedef enum runmode { RUNMODE_DAEMON, RUNMODE_ FORKDAEMON, RUNMODE_INETD } runmode_t;29 typedef enum runmode { RUNMODE_DAEMON, RUNMODE_INETD } runmode_t; 30 30 typedef enum authmode { AUTHMODE_OPEN, AUTHMODE_CLOSED, AUTHMODE_REGISTERED } authmode_t; 31 31 … … 38 38 runmode_t runmode; 39 39 authmode_t authmode; 40 char *auth_pass; 41 char *oper_pass; 40 char *password; 42 41 char *hostname; 43 42 char *configdir; 44 43 char *plugindir; 45 char *pidfile;46 44 char *motdfile; 47 45 char *primary_storage;
Note: See TracChangeset
for help on using the changeset viewer.