]> pd.if.org Git - pdclib.old/blobdiff - platform/posix/internals/_PDCLIB_config.h
PDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specific locale support; migrate...
[pdclib.old] / platform / posix / internals / _PDCLIB_config.h
index 5cee1ef51340c69a394ea335101e32a18534cd9b..273f2d2f5997f55382880556406fa8a791bed0a3 100644 (file)
@@ -186,7 +186,7 @@ struct _PDCLIB_imaxdiv_t
  * any functions for manipulating more accurate values of time_t, this is 
  * probably not useful.
  */
-#define _PDCLIB_time  unsigned long long
+#define _PDCLIB_time  long
 
 /* <time.h>: clock_t
  *
@@ -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. */