1 /* $NetBSD: wchar_limits.h,v 1.4 2011/09/08 10:49:57 jmcneill Exp $ */ 2 3 /* 4 * Automatically generated by genheaders.sh on Thu Sep 8 06:50:18 EDT 2011 5 * Do not modify directly! 6 */ 7 #ifndef _USERMODE_WCHAR_LIMITS_H 8 #define _USERMODE_WCHAR_LIMITS_H 9 10 #if defined(__i386__) 11 #include "../../i386/include/wchar_limits.h" 12 #elif defined(__x86_64__) 13 #include "../../amd64/include/wchar_limits.h" 14 #else 15 #error port me 16 #endif 17 18 #endif 19