From 6bd87f42ef630351d4a99a26f11d3663a1a4e6b7 Mon Sep 17 00:00:00 2001 From: Geoffrey Noer Date: Thu, 19 Nov 1998 23:26:12 +0000 Subject: Thu Nov 19 15:21:04 1998 Geoffrey Noer * rdi-share/host.h: if compiling under Cygwin, make sure new preprocessor define is defined. Define it if not. * rdi-share/hostchan.h: ditto * rdi-share/aclocal.m4: regenerate * rdi-share/configure: regenerate --- gdb/ChangeLog | 1 + gdb/rdi-share/host.h | 16 ++++++++-------- gdb/rdi-share/hostchan.h | 8 ++++++++ 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'gdb') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6454f49..d42f785 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -2,6 +2,7 @@ Thu Nov 19 15:21:04 1998 Geoffrey Noer * rdi-share/host.h: if compiling under Cygwin, make sure new preprocessor define is defined. Define it if not. + * rdi-share/hostchan.h: ditto * rdi-share/aclocal.m4: regenerate * rdi-share/configure: regenerate diff --git a/gdb/rdi-share/host.h b/gdb/rdi-share/host.h index e30d965..4a431fa 100644 --- a/gdb/rdi-share/host.h +++ b/gdb/rdi-share/host.h @@ -29,6 +29,14 @@ # define offsetof(T, member) ((char *)&(((T *)0)->member) - (char *)0) #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 + #ifdef unix /* A temporary sop to older compilers */ # ifndef __unix /* (good for long-term portability?) */ # define __unix 1 @@ -219,12 +227,4 @@ extern double strtod(const char *str, char **ptr); #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 - /* end of host.h */ diff --git a/gdb/rdi-share/hostchan.h b/gdb/rdi-share/hostchan.h index 81456b5..5706fdc 100644 --- a/gdb/rdi-share/hostchan.h +++ b/gdb/rdi-share/hostchan.h @@ -15,6 +15,14 @@ #ifndef angsd_hostchan_h #define angsd_hostchan_h +/* 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 + /* struct timeval */ #if defined(__unix) || defined(__CYGWIN__) # include -- cgit v1.1