diff options
Diffstat (limited to 'gnu/lib/libregex/config.h')
-rw-r--r-- | gnu/lib/libregex/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libregex/config.h b/gnu/lib/libregex/config.h index bf7f0a0..0076f3d 100644 --- a/gnu/lib/libregex/config.h +++ b/gnu/lib/libregex/config.h @@ -10,3 +10,6 @@ #define HAVE_WCRTOMB 1 #define HAVE_MBRTOWC 1 #define HAVE_WCSCOLL 1 +#define HAVE_ALLOCA 1 +#define HAVE_STDBOOL_H 1 +#define HAVE_STDINT_H 1 |