diff options
author | jkim <jkim@FreeBSD.org> | 2013-06-05 21:31:06 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2013-06-05 21:31:06 +0000 |
commit | 38367105c6482fdf5b51fafda300ef24f1651cce (patch) | |
tree | 0854d98b2b279a999a301ce4d4660e4d19bf104c /gnu/lib/libregex/config.h | |
parent | a0a010b378f8a0c9defeb337373b34dd41754955 (diff) | |
download | FreeBSD-src-38367105c6482fdf5b51fafda300ef24f1651cce.zip FreeBSD-src-38367105c6482fdf5b51fafda300ef24f1651cce.tar.gz |
Connect libgnuregex 2.17 to the build.
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 |