From c9931f2fee92f91f140c5048a0f524d269d0f04e Mon Sep 17 00:00:00 2001 From: tjr Date: Tue, 10 May 2005 11:37:37 +0000 Subject: Update build infrastructure for new GNU regex bits. --- gnu/lib/libregex/config.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gnu/lib/libregex/config.h (limited to 'gnu/lib/libregex/config.h') diff --git a/gnu/lib/libregex/config.h b/gnu/lib/libregex/config.h new file mode 100644 index 0000000..bf7f0a0 --- /dev/null +++ b/gnu/lib/libregex/config.h @@ -0,0 +1,12 @@ +/* $FreeBSD$ */ + +#define _REGEX_RE_COMP 1 +#define HAVE_LANGINFO_H 1 +#define HAVE_LANGINFO_CODESET 1 +#define HAVE_LOCALE_H 1 +#define HAVE_WCHAR_H 1 +#define HAVE_WCTYPE_H 1 +#define HAVE_ISBLANK 1 +#define HAVE_WCRTOMB 1 +#define HAVE_MBRTOWC 1 +#define HAVE_WCSCOLL 1 -- cgit v1.1