diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-02 02:31:32 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-02 02:31:32 +0000 |
commit | 4d8d80b8a7a9ea21f5a90d912741267b11c50d22 (patch) | |
tree | e113554715fad576442972a14f4197ece2474289 /winsup/cygserver/woutsup.h | |
parent | 1847a1637dab3a009298f3451b962d2ac48d0bae (diff) | |
download | cygnal-4d8d80b8a7a9ea21f5a90d912741267b11c50d22.tar.gz cygnal-4d8d80b8a7a9ea21f5a90d912741267b11c50d22.tar.bz2 cygnal-4d8d80b8a7a9ea21f5a90d912741267b11c50d22.zip |
* Makefile.in (OBJS): Move some more files from cygwin directory.
* woutsup.h: Define _MT_SAFE.
Diffstat (limited to 'winsup/cygserver/woutsup.h')
-rw-r--r-- | winsup/cygserver/woutsup.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygserver/woutsup.h b/winsup/cygserver/woutsup.h index c048f1c19..cb67c78d4 100644 --- a/winsup/cygserver/woutsup.h +++ b/winsup/cygserver/woutsup.h @@ -8,9 +8,7 @@ This software is a copyrighted work licensed under the terms of the Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#define _MT_SAFE 1 #ifdef __INSIDE_CYGWIN__ #error "woutsup.h is not for code being compiled inside the dll" |