12006Swollman#include <sys/cdefs.h>
22006Swollman__FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/nomacros.c 232626 2012-03-06 21:56:30Z dim $");
32006Swollman
42006Swollman/*
52006Swollman * Tell <ctype.h> to generate extern versions of all its inline
62006Swollman * functions.  The extern versions get called if the system doesn't
72006Swollman * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
82006Swollman * before including <ctype.h>.
9 */
10#define _EXTERNALIZE_CTYPE_INLINES_
11
12/*
13 * Also make sure <runetype.h> does not generate an inline definition
14 * of __getCurrentRuneLocale().
15 */
16#define __RUNETYPE_INTERNAL
17
18#include <ctype.h>
19