Update contrib.
2 * © Portions copyright (c) 2006-2007 Nokia Corporation. All rights reserved.
4 * Silicon Graphics Computer Systems, Inc.
9 * This material is provided "as is", with absolutely no warranty expressed
10 * or implied. Any use is at your own risk.
12 * Permission to use or copy this software for any purpose is hereby granted
13 * without fee, provided the above notices are retained on all copies.
14 * Permission to modify the code and to distribute modified code is granted,
15 * provided the above notices are retained, and a notice that the code was
16 * modified is included with the above copyright notice.
20 # include "stlport_prefix.h"
24 # ifdef _STLP_REAL_LOCALE_IMPLEMENTED
26 # include "c_locale.h"
28 # include "c_locale_glibc/c_locale_glibc.c"
30 # if defined (WIN32) || defined (_WIN32)
31 # include "c_locale_win32/c_locale_win32.c"
32 # elif defined (_STLP_USE_GLIBC) && ! defined (__CYGWIN__)
33 # if __GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 2)
34 # include "c_locale_glibc/c_locale_glibc2.c"
36 # include "c_locale_glibc/c_locale_glibc.c"
38 # elif defined __ISCPP__
39 # include "c_locale_is/c_locale_is.cpp"