If not defined macros HAVE_WCTYPE_H, define it for clean compilation.

This commit is contained in:
Andrew V. Samoilov 2004-11-10 13:48:23 +00:00
parent 852cdfb00b
commit 042017791e
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
# include <sys/types.h> # include <sys/types.h>
# endif # endif
#ifndef HAVE_WCTYPE_H
#define HAVE_WCTYPE_H 0
#endif
# define WIDE_CHAR_SUPPORT (HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_BTOWC) # define WIDE_CHAR_SUPPORT (HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_BTOWC)
/* For platform which support the ISO C amendement 1 functionality we /* For platform which support the ISO C amendement 1 functionality we