diff options
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r-- | winsup/cygwin/winsup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index ff7037a65..175bbee85 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -19,6 +19,9 @@ details. */ # include "config.h" #endif +#undef DEBUGGING +#define DEBUGGING 1 /* CGF: FIXME: TEMPORARY */ + #define __INSIDE_CYGWIN__ #define strlen __builtin_strlen |