remove HAVE_WCTYPE_H

This commit is contained in:
oni-link 2014-04-01 13:56:32 +02:00 committed by Thiago de Arruda
parent 9d2975efad
commit 59f5c2251a
2 changed files with 1 additions and 4 deletions

View File

@ -85,7 +85,6 @@
#define HAVE_UTIME 1 #define HAVE_UTIME 1
#define HAVE_UTIME_H 1 #define HAVE_UTIME_H 1
#define HAVE_UTIMES 1 #define HAVE_UTIMES 1
#define HAVE_WCTYPE_H 1
#cmakedefine HAVE_WORKING_LIBINTL #cmakedefine HAVE_WORKING_LIBINTL
#define RETSIGTYPE void #define RETSIGTYPE void
#define SIGRETURN return #define SIGRETURN return

View File

@ -137,9 +137,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#include <assert.h> #include <assert.h>
#include <inttypes.h> #include <inttypes.h>
#ifdef HAVE_WCTYPE_H
#include <wctype.h> #include <wctype.h>
#endif
#include <stdarg.h> #include <stdarg.h>
#if defined(HAVE_SYS_SELECT_H) && \ #if defined(HAVE_SYS_SELECT_H) && \