Rev 8155 | Rev 8849 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8155 | Rev 8185 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | * along with this program; if not, write to the Free Software |
14 | * along with this program; if not, write to the Free Software |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
15 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
16 | */ |
16 | */ |
17 | 17 | ||
18 | /* daemon option processing */ |
18 | /* daemon option processing */ |
- | 19 | #include "wimslogd.h" |
|
19 | 20 | ||
20 | char opt_class[MAX_CLASSLEN+1]; |
21 | char opt_class[MAX_CLASSLEN+1]; |
21 | char opt_module[MAX_FNAME+1]; |
22 | char opt_module[MAX_FNAME+1]; |
22 | char opt_session[MAX_CLASSLEN+1]; |
23 | char opt_session[MAX_CLASSLEN+1]; |
23 | char opt_user[MAX_FNAME+1]; |
24 | char opt_user[MAX_FNAME+1]; |