diff options
author | Brad King <brad.king@kitware.com> | 2016-09-14 14:48:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-09-14 14:51:27 (GMT) |
commit | d4d0c9422695e3ba67d933566c69034ed814d9ea (patch) | |
tree | 10947c54f4de35e0498b3add74ff4a64e4d8e65b /Source/CursesDialog/cmCursesStandardIncludes.h | |
parent | 4f83077e2d3fffed1d86b1e14ea34343db62cc3a (diff) | |
download | CMake-d4d0c9422695e3ba67d933566c69034ed814d9ea.zip CMake-d4d0c9422695e3ba67d933566c69034ed814d9ea.tar.gz CMake-d4d0c9422695e3ba67d933566c69034ed814d9ea.tar.bz2 |
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.
Diffstat (limited to 'Source/CursesDialog/cmCursesStandardIncludes.h')
-rw-r--r-- | Source/CursesDialog/cmCursesStandardIncludes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/CursesDialog/cmCursesStandardIncludes.h b/Source/CursesDialog/cmCursesStandardIncludes.h index 4929958..1d8d7c6 100644 --- a/Source/CursesDialog/cmCursesStandardIncludes.h +++ b/Source/CursesDialog/cmCursesStandardIncludes.h @@ -14,10 +14,6 @@ #include <cmConfigure.h> -#if defined(__sun__) && defined(__GNUC__) -#define _MSE_INT_H -#endif - #if defined(__hpux) #define _BOOL_DEFINED #include <sys/time.h> |