From d4d0c9422695e3ba67d933566c69034ed814d9ea Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 14 Sep 2016 10:48:51 -0400 Subject: [PATCH] ccmake: Fix recent compilation regression with GCC on Solaris The change in commit 32f756c8 (CursesDialog: include what you use, 2016-09-01) revealed that an ancient workaround for compiling with GCC on Solaris has not had an effect in a long time and is now incorrect. Drop it. --- Source/CursesDialog/cmCursesStandardIncludes.h | 4 ---- Source/CursesDialog/form/form.h | 4 ---- 2 files changed, 8 deletions(-) diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h index 4929958d6..1d8d7c636 100644 --- a/Source/CursesDialog/cmCursesStandardIncludes.h +++ b/Source/CursesDialog/cmCursesStandardIncludes.h @@ -14,10 +14,6 @@ #include -#if defined(__sun__) && defined(__GNUC__) -#define _MSE_INT_H -#endif - #if defined(__hpux) #define _BOOL_DEFINED #include diff --git a/Source/CursesDialog/form/form.h b/Source/CursesDialog/form/form.h index 1219cb5f2..b65a3cafe 100644 --- a/Source/CursesDialog/form/form.h +++ b/Source/CursesDialog/form/form.h @@ -33,10 +33,6 @@ #ifndef FORM_H #define FORM_H -#if defined(__sun__) && defined(__GNUC__) - #define _MSE_INT_H -#endif - #include /* figure out which curses.h to include */