xlog.h (xinetd-2.3.15) | : | xlog.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
/* | /* | |||
* (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis | |||
* All rights reserved. The file named COPYRIGHT specifies the terms | * All rights reserved. The file named COPYRIGHT specifies the terms | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
#ifndef __XLOG_H | #ifndef __XLOG_H | |||
#define __XLOG_H | #define __XLOG_H | |||
/* | /* | |||
* $Id: xlog.h,v 1.2 2003-03-09 19:30:08 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
/* | /* | |||
* Flags | * Flags | |||
*/ | */ | |||
#define XLOG_NOFLAGS 0x0 | #define XLOG_NOFLAGS 0x0 | |||
#define XLOG_SET_LEVEL 0x1 | #define XLOG_SET_LEVEL 0x1 | |||
#define XLOG_NO_SIZECHECK 0x2 | #define XLOG_NO_SIZECHECK 0x2 | |||
#define XLOG_NO_ERRNO 0x4 | #define XLOG_NO_ERRNO 0x4 | |||
/* #define XLOG_PRINT_TIMESTAMP 0x8 */ | /* #define XLOG_PRINT_TIMESTAMP 0x8 */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |