]> pd.if.org Git - pdclib/blobdiff - platform/posix/internals/_PDCLIB_config.h
PDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specific locale support; migrate...
[pdclib] / platform / posix / internals / _PDCLIB_config.h
index 099e970fda5d7240f23ad88cf0446a3caefddd0b..273f2d2f5997f55382880556406fa8a791bed0a3 100644 (file)
@@ -322,6 +322,11 @@ struct _PDCLIB_imaxdiv_t
 
 /* TODO: Better document these */
 
+/* Locale --------------------------------------------------------------------*/
+
+/* Locale method. See _PDCLIB_locale.h */
+#define _PDCLIB_LOCALE_METHOD _PDCLIB_LOCALE_METHOD_TSS
+
 /* I/O ---------------------------------------------------------------------- */
 
 /* The default size for file buffers. Must be at least 256. */