ossp-pkg/l2/l2_p.h 1.33 -> 1.34
--- l2_p.h 2002/07/30 19:08:25 1.33
+++ l2_p.h 2003/01/06 11:41:52 1.34
@@ -1,8 +1,10 @@
/*
-** OSSP l2 - Logging Library
-** Copyright (c) 2001-2002 Cable & Wireless Deutschland GmbH
+** OSSP l2 - Flexible Logging
+** Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH
+** Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
**
-** This file is part of OSSP L2, a flexible logging library which
+** This file is part of OSSP l2, a flexible logging library which
** can be found at http://www.ossp.org/pkg/lib/l2/.
**
** Permission to use, copy, modify, and distribute this software for
@@ -74,7 +76,7 @@
#define L2_MAX_MSGSIZE 4096
#define L2_MAX_FORMATTERS 128
#define L2_MAX_HANDLERS 128
-#define L2_BROKEN_TIMER -1
+#define L2_BROKEN_TIMER -1
#define L2_BUFFER_TIMER ITIMER_REAL /* for [s|g]etitimer() and alarm() */
/* internal channel state */
|
|