michael@0: /* michael@0: * Copyright (c) 1999 michael@0: * Silicon Graphics Computer Systems, Inc. michael@0: * michael@0: * Copyright (c) 1999 michael@0: * Boris Fomitchev michael@0: * michael@0: * This material is provided "as is", with absolutely no warranty expressed michael@0: * or implied. Any use is at your own risk. michael@0: * michael@0: * Permission to use or copy this software for any purpose is hereby granted michael@0: * without fee, provided the above notices are retained on all copies. michael@0: * Permission to modify the code and to distribute modified code is granted, michael@0: * provided the above notices are retained, and a notice that the code was michael@0: * modified is included with the above copyright notice. michael@0: * michael@0: */ michael@0: michael@0: #include "stlport_prefix.h" michael@0: michael@0: #include "c_locale.h" michael@0: michael@0: #if defined (_STLP_WIN32) && !defined (_STLP_WCE) michael@0: # include "c_locale_win32/c_locale_win32.c" michael@0: #elif defined (_STLP_USE_GLIBC2_LOCALIZATION) michael@0: # include "c_locale_glibc/c_locale_glibc2.c" /* glibc 2.2 and newer */ michael@0: #else michael@0: # include "c_locale_dummy/c_locale_dummy.c" michael@0: #endif