diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index d158b090c..981c75e1d 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -88,19 +88,6 @@ #include #include -#if !defined(_WIN32) && defined(__COMO__) -// Hack for como strict mode to avoid defining _SVID_SOURCE or _BSD_SOURCE. -extern "C" -{ -extern FILE *popen (__const char *__command, __const char *__modes) __THROW; -extern int pclose (FILE *__stream) __THROW; -extern char *realpath (__const char *__restrict __name, - char *__restrict __resolved) __THROW; -extern char *strdup (__const char *__s) __THROW; -extern int putenv (char *__string) __THROW; -} -#endif - // if std:: is not supported, then just #define it away #ifdef CMAKE_NO_STD_NAMESPACE #define std