From 44d67b9b31f86fc7dd359a097fa413eee85b6b35 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 10 Aug 2006 14:15:00 +0000 Subject: * winsup.h: Turn on DEBUGGING by default for now. --- winsup/cygwin/winsup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'winsup/cygwin/winsup.h') 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 -- cgit v1.2.3