Changes in conf.h [4bfca70:34b17d9]
Legend:
- Unmodified
- Added
- Removed
-
conf.h
r4bfca70 r34b17d9 27 27 #define __CONF_H 28 28 29 typedef enum runmode { RUNMODE_DAEMON, RUNMODE_ INETD } runmode_t;29 typedef enum runmode { RUNMODE_DAEMON, RUNMODE_FORKDAEMON, 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 *password; 40 char *auth_pass; 41 char *oper_pass; 41 42 char *hostname; 42 43 char *configdir; 43 44 char *plugindir; 45 char *pidfile; 44 46 char *motdfile; 45 47 char *primary_storage;
Note: See TracChangeset
for help on using the changeset viewer.