* winsup.h: Turn on DEBUGGING by default for now.

This commit is contained in:
Christopher Faylor
2006-08-10 14:15:00 +00:00
parent 887e02e478
commit 44d67b9b31
5 changed files with 103 additions and 18 deletions

View File

@@ -19,6 +19,9 @@ details. */
# include "config.h"
#endif
#undef DEBUGGING
#define DEBUGGING 1 /* CGF: FIXME: TEMPORARY */
#define __INSIDE_CYGWIN__
#define strlen __builtin_strlen