diff options
author | J.T. Conklin <jtc@redback.com> | 2001-03-02 02:54:10 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@redback.com> | 2001-03-02 02:54:10 +0000 |
commit | 617ec439a730eec98a0f29238ca44c7a1babb05e (patch) | |
tree | 0c66dae2f783c528aaf03f9e509f586fbbb93133 /gdb/defs.h | |
parent | 44b1737ea558bc3ef27d9b643d8788b7eb45d4e9 (diff) | |
download | gdb-617ec439a730eec98a0f29238ca44c7a1babb05e.tar.gz |
* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
if __CYGWIN32__ is set from here.
* config/i386/xm-cygwin.h: To here.
* config/powerpc/xm-cygwin.h: To here.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index c1ca4a76569..2766d457e8e 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1259,14 +1259,6 @@ extern int use_windows; #define MERGEPID(PID, TID) (PID) #endif -/* If under Cygwin, provide backwards compatibility with older - Cygwin compilers that don't define the current cpp define. */ -#ifdef __CYGWIN32__ -#ifndef __CYGWIN__ -#define __CYGWIN__ -#endif -#endif - /* Define well known filenos if the system does not define them. */ #ifndef STDIN_FILENO #define STDIN_FILENO 0 |