Merge topic 'fix-ccmake-sun-gcc'

d4d0c942 ccmake: Fix recent compilation regression with GCC on Solaris
This commit is contained in:
Brad King 2016-09-15 08:46:34 -04:00 committed by CMake Topic Stage
commit 0063b6b43c
2 changed files with 0 additions and 8 deletions

View File

@ -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>

View File

@ -33,10 +33,6 @@
#ifndef FORM_H
#define FORM_H
#if defined(__sun__) && defined(__GNUC__)
#define _MSE_INT_H
#endif
#include <cmFormConfigure.h>
/* figure out which curses.h to include */