blob: 28e1cc7d29c8c4d3c59cb2d6fdb06a0280e0bb66 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* $FreeBSD: src/gnu/lib/libregex/config.h,v 1.1.20.1 2009/04/15 03:14:26 kensmith Exp $ */
#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
|