diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-02 02:54:10 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2001-03-02 02:54:10 +0000 |
commit | 3a644c8da1445cf297df9c552a098b6a81a22e42 (patch) | |
tree | ec904c2ff30d0d8ec8c0af3e168d1698447c7015 /gdb/defs.h | |
parent | d84829cc7934bd20594d9938adf34fd0636089e1 (diff) | |
download | gdb-3a644c8da1445cf297df9c552a098b6a81a22e42.zip gdb-3a644c8da1445cf297df9c552a098b6a81a22e42.tar.gz gdb-3a644c8da1445cf297df9c552a098b6a81a22e42.tar.bz2 |
* 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
@@ -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 |