log.h (xinetd-2.3.15) | : | log.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
#ifndef LOG_H | #ifndef LOG_H | |||
#define LOG_H | #define LOG_H | |||
#include <sys/socket.h> | #include <sys/socket.h> | |||
#include "defs.h" | #include "defs.h" | |||
#include "access.h" | #include "access.h" | |||
/* | /* | |||
* $Id: log.h,v 1.2 2003-05-08 14:52:24 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
/* | /* | |||
* Meaning of logtype flags: | * Meaning of logtype flags: | |||
* | * | |||
* L_NONE: no logging | * L_NONE: no logging | |||
* L_FILE: log output goes to a file | * L_FILE: log output goes to a file | |||
* L_SYSLOG: log output goes to syslog(3) | * L_SYSLOG: log output goes to syslog(3) | |||
* L_COMMON_FILE: log output goes to the file specified in defaults | * L_COMMON_FILE: log output goes to the file specified in defaults | |||
*/ | */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |