From 8633ce7a0203207a8b4f821f11db5d4db55364d1 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 12 Aug 1996 04:11:17 +0000 Subject: * rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__. * Don't define ScreenCols/ScreenRows/... if cygwin32. * sysdep-norm.h: Don't include if cygwin32. --- readline/sysdep-norm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readline/sysdep-norm.h') diff --git a/readline/sysdep-norm.h b/readline/sysdep-norm.h index d074cff..6cf1f34 100644 --- a/readline/sysdep-norm.h +++ b/readline/sysdep-norm.h @@ -37,6 +37,6 @@ typedef struct dirent dirent; #define _POSIX_VERSION #endif -#ifdef _WIN32 +#if defined _WIN32 && !defined __GNUC__ #include #endif -- cgit v1.1