/*
* UCW Library -- Main Loop: Block I/O
*
- * (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ * (c) 2004--2011 Martin Mares <mj@ucw.cz>
*
* This software may be freely distributed and used according to the terms
* of the GNU Lesser General Public License.
*/
-#define LOCAL_DEBUG
+#undef LOCAL_DEBUG
#include "ucw/lib.h"
#include "ucw/mainloop.h"
/*
* UCW Library -- Main Loop
*
- * (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ * (c) 2004--2011 Martin Mares <mj@ucw.cz>
*
* This software may be freely distributed and used according to the terms
* of the GNU Lesser General Public License.
/*
* UCW Library -- Main Loop
*
- * (c) 2004--2010 Martin Mares <mj@ucw.cz>
+ * (c) 2004--2011 Martin Mares <mj@ucw.cz>
*
* This software may be freely distributed and used according to the terms
* of the GNU Lesser General Public License.