diff options
author | Christopher Faylor <me@cgf.cx> | 2006-08-10 14:15:00 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-08-10 14:15:00 +0000 |
commit | 44d67b9b31f86fc7dd359a097fa413eee85b6b35 (patch) | |
tree | 3b504d4212b8fc0f9facc5a15f6e309da0af43e6 /winsup/cygwin/winsup.h | |
parent | 887e02e47804ec4dd84cf71501e0b49b4f2ddc2c (diff) | |
download | cygnal-44d67b9b31f86fc7dd359a097fa413eee85b6b35.tar.gz cygnal-44d67b9b31f86fc7dd359a097fa413eee85b6b35.tar.bz2 cygnal-44d67b9b31f86fc7dd359a097fa413eee85b6b35.zip |
* winsup.h: Turn on DEBUGGING by default for now.
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 |