(trunk libT) turn on DEBUG_KQUEUE_CHANGEIDX debugging

This commit is contained in:
Charles Kerr 2010-01-17 02:31:06 +00:00
parent 6c713d2800
commit af6060165d
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@
#include <inttypes.h>
#endif
#ifndef DEBUG_KQUEUE_CHANGEIDX
#define DEBUG_KQUEUE_CHANGEIDX
/* Some platforms apparently define the udata field of struct kevent as
* intptr_t, whereas others define it as void*. There doesn't seem to be an
* easy way to tell them apart via autoconf, so we need to use OS macros. */