Fix Cygwin build
[alexxy/gromacs.git] / src / gromacs / utility / cstringutil.h
index 6d8f94b4e7472dc27b5d5703360aa278437f75b0..8cba1a370ba72e093654ecad493318788812a77b 100644 (file)
 
 #include "gmx_header_config.h"
 
-/* Suppress Cygwin compiler warnings from using newlib version of
- * ctype.h */
-#ifdef GMX_CYGWIN
-#include <ctype.h>
-
-#undef isdigit
-#undef isstring
-#undef isspace
-#undef isalnum
-#undef isalpha
-#undef ispunct
-#undef isxdigit
-#undef isupper
-#undef islower
-#undef toupper
-#undef tolower
-#endif
-
 #ifdef __cplusplus
 extern "C" {
 #endif