Add support for XPG7 testing.
[glibc.git] / conform / data / langinfo.h-data
blob95bc3f934e4d644c7b6d09344228f1b008b22f99
1 #if !defined ISO && !defined POSIX
2 constant CODESET
3 constant D_T_FMT
4 constant D_FMT
5 constant T_FMT
6 constant T_FMT_AMPM
7 constant AM_STR
8 constant PM_STR
9 constant DAY_1
10 constant DAY_2
11 constant DAY_3
12 constant DAY_4
13 constant DAY_5
14 constant DAY_6
15 constant DAY_7
16 constant ABDAY_1
17 constant ABDAY_2
18 constant ABDAY_3
19 constant ABDAY_4
20 constant ABDAY_5
21 constant ABDAY_6
22 constant ABDAY_7
23 constant MON_1
24 constant MON_2
25 constant MON_3
26 constant MON_4
27 constant MON_5
28 constant MON_6
29 constant MON_7
30 constant MON_8
31 constant MON_9
32 constant MON_10
33 constant MON_11
34 constant MON_12
35 constant ABMON_1
36 constant ABMON_2
37 constant ABMON_3
38 constant ABMON_4
39 constant ABMON_5
40 constant ABMON_6
41 constant ABMON_7
42 constant ABMON_8
43 constant ABMON_9
44 constant ABMON_10
45 constant ABMON_11
46 constant ABMON_12
47 constant ERA
48 constant ERA_D_FMT
49 constant ERA_D_T_FMT
50 constant ERA_T_FMT
51 constant ALT_DIGITS
52 constant RADIXCHAR
53 constant THOUSEP
54 constant YESEXPR
55 constant NOEXPR
56 constant CRNCYSTR
58 type nl_item
59 # if defined XOPEN2K8 || defined POSIX2008
60 type locale_t
61 # endif
63 function {char*} nl_langinfo (nl_item)
64 # if defined XOPEN2K8 || defined POSIX2008
65 function {char*} nl_langinfo_l (nl_item, locale_t)
66 # endif
68 allow-header nl_types.h
70 allow *_t
71 #endif