aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>2001-03-02 02:54:10 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>2001-03-02 02:54:10 +0000
commit3a644c8da1445cf297df9c552a098b6a81a22e42 (patch)
treeec904c2ff30d0d8ec8c0af3e168d1698447c7015 /gdb/defs.h
parentd84829cc7934bd20594d9938adf34fd0636089e1 (diff)
downloadgdb-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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index c1ca4a7..2766d45 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