mirror of https://github.com/MidnightCommander/mc
If not defined macros HAVE_WCTYPE_H, define it for clean compilation.
This commit is contained in:
parent
852cdfb00b
commit
042017791e
|
@ -50,6 +50,10 @@
|
|||
# include <sys/types.h>
|
||||
# endif
|
||||
|
||||
#ifndef HAVE_WCTYPE_H
|
||||
#define HAVE_WCTYPE_H 0
|
||||
#endif
|
||||
|
||||
# define WIDE_CHAR_SUPPORT (HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_BTOWC)
|
||||
|
||||
/* For platform which support the ISO C amendement 1 functionality we
|
||||
|
|
Loading…
Reference in New Issue