locales, libconv: Sync with FreeBSD (extensive reach)
[dragonfly.git] / lib / libc / locale / nomacros.c
1 /*
2  * $FreeBSD: head/lib/libc/locale/nomacros.c 232626 2012-03-06 21:56:30Z dim $
3  */
4
5 /*
6  * Tell <ctype.h> to generate extern versions of all its inline
7  * functions.  The extern versions get called if the system doesn't
8  * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
9  * before including <ctype.h>.
10  */
11 #define _EXTERNALIZE_CTYPE_INLINES_
12
13 /*
14  * Also make sure <runetype.h> does not generate an inline definition
15  * of __getCurrentRuneLocale().
16  */
17 #define __RUNETYPE_INTERNAL
18
19 #include <ctype.h>