#include __FBSDID("$FreeBSD$"); /* * Tell to generate extern versions of all its inline * functions. The extern versions get called if the system doesn't * support inlines or the user defines _DONT_USE_CTYPE_INLINE_ * before including . */ #define _EXTERNALIZE_CTYPE_INLINES_ /* * Also make sure does not generate an inline definition * of __getCurrentRuneLocale(). */ #define __RUNETYPE_INTERNAL #include