langinfo.h revision 7c478bd95313f5f23a4c958a745db2134aa03244
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License, Version 1.0 only
* (the "License"). You may not use this file except in compliance
* with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* or http://www.opensolaris.org/os/licensing.
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/* Copyright (c) 1988 AT&T */
/* All Rights Reserved */
#pragma ident "%Z%%M% %I% %E% SMI"
/*
* language infomation constants.
*/
#define D_T_FMT 0 /* string for formatting data and time */
#define DAY_1 1 /* Name of the first day of the week */
#define DAY_2 2
#define DAY_3 3
#define DAY_4 4
#define DAY_5 5
#define DAY_6 6
#define DAY_7 7
#define ABDAY_1 8 /* Abbreviated name of the first day of the week */
#define ABDAY_2 9
#define ABDAY_3 10
#define ABDAY_4 11
#define ABDAY_5 12
#define ABDAY_6 13
#define ABDAY_7 14
#define MON_1 15 /* Name of the first month */
#define MON_2 16
#define MON_3 17
#define MON_4 18
#define MON_5 19
#define MON_6 20
#define MON_7 21
#define MON_8 22
#define MON_9 23
#define MON_10 24
#define MON_11 25
#define MON_12 26
#define ABMON_1 27 /* Abbreviated name of the first month */
#define ABMON_2 28
#define ABMON_3 29
#define ABMON_4 30
#define ABMON_5 31
#define ABMON_6 32
#define ABMON_7 33
#define ABMON_8 34
#define ABMON_9 35
#define ABMON_10 36
#define ABMON_11 37
#define ABMON_12 38
#define RADIXCHAR 39 /* Radix character */
#define THOUSEP 40 /* Separator for thousands */
#define YESSTR 41 /* Affirmative response for yes/no queries */
#define NOSTR 42 /* Negative response for yes/no queries */
#define CRNCYSTR 43 /* Currency symbol */