summaryrefslogtreecommitdiff
path: root/navit/support/libc/locale.h
blob: 320c3ac2dc4f2ed610186a4b71a1ea344b629999 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _LOCALE_H
#define _LOCALE_H       1

#ifndef SUBLANG_BENGALI_BANGLADESH
#define SUBLANG_BENGALI_BANGLADESH 0x02
#endif
#ifndef SUBLANG_PUNJABI_PAKISTAN
#define SUBLANG_PUNJABI_PAKISTAN 0x02
#endif
#ifndef SUBLANG_ROMANIAN_MOLDOVA
#define SUBLANG_ROMANIAN_MOLDOVA 0x02
#endif
struct lconv {
	char *decimal_point;
};

#define LC_ALL 1
#define LC_NUMERIC 2
#ifndef PATH_MAX
#define PATH_MAX 1024
#endif
#endif