diff options
Diffstat (limited to 'contrib/less/defines.ds')
-rw-r--r-- | contrib/less/defines.ds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/less/defines.ds b/contrib/less/defines.ds index 9138b42..c98dcff 100644 --- a/contrib/less/defines.ds +++ b/contrib/less/defines.ds @@ -313,6 +313,9 @@ /* Define if you have the <ctype.h> header file. */ #define HAVE_CTYPE_H 1 +/* Define if you have the <wctype.h> header file. */ +#define HAVE_WCTYPE_H 0 + /* Define if you have the <errno.h> header file. */ #define HAVE_ERRNO_H 1 |