Merge release-5-0 into master
[alexxy/gromacs.git] / src / gromacs / utility / cstringutil.h
index bfd1d6f0adbabd7d08dfbbfea369a301f0e67a4c..a8b7460e4a7f5a39d08e19bdaced6b33c2a84f73 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