about summary refs log tree commit diff
path: root/locale/locale.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/locale.h')
-rw-r--r--locale/locale.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/locale/locale.h b/locale/locale.h
index 41cb669bbe..1429328533 100644
--- a/locale/locale.h
+++ b/locale/locale.h
@@ -32,13 +32,19 @@ __BEGIN_DECLS
 
 /* These are the possibilities for the first argument to setlocale.
    The code assumes that LC_ALL is the highest value, and zero the lowest.  */
-#define LC_CTYPE        0
-#define LC_NUMERIC      1
-#define LC_TIME         2
-#define LC_COLLATE      3
-#define LC_MONETARY     4
-#define LC_MESSAGES     5
-#define	LC_ALL		6
+#define LC_CTYPE          0
+#define LC_NUMERIC        1
+#define LC_TIME           2
+#define LC_COLLATE        3
+#define LC_MONETARY       4
+#define LC_MESSAGES       5
+#define	LC_ALL		  6
+#define LC_PAPER	  7
+#define LC_NAME		  8
+#define LC_ADDRESS	  9
+#define LC_TELEPHONE	  10
+#define LC_MEASUREMENT	  11
+#define LC_IDENTIFICATION 12
 
 
 /* Structure giving information about numeric and monetary notation.  */