192986Sobrien#include <sys/cdefs.h>
292986Sobrien__FBSDID("$FreeBSD: releng/11.0/lib/libc/locale/nomacros.c 232626 2012-03-06 21:56:30Z dim $");
392986Sobrien
43050Sache/*
57656Sbde * Tell <ctype.h> to generate extern versions of all its inline
67656Sbde * functions.  The extern versions get called if the system doesn't
77656Sbde * support inlines or the user defines _DONT_USE_CTYPE_INLINE_
87656Sbde * before including <ctype.h>.
93050Sache */
107656Sbde#define _EXTERNALIZE_CTYPE_INLINES_
113050Sache
12232626Sdim/*
13232626Sdim * Also make sure <runetype.h> does not generate an inline definition
14232626Sdim * of __getCurrentRuneLocale().
15232626Sdim */
16232626Sdim#define __RUNETYPE_INTERNAL
17232626Sdim
187656Sbde#include <ctype.h>
19