summaryrefslogtreecommitdiff
path: root/navit/support/libc/locale.h
blob: 51d62f3a3b1481931081d826f6ef9ae39d03f729 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _LOCALE_H
#define _LOCALE_H       1
#define SUBLANG_BENGALI_BANGLADESH 0x02
#define SUBLANG_PUNJABI_PAKISTAN 0x02
#define SUBLANG_ROMANIAN_MOLDOVA 0x02
struct lconv {
	char *decimal_point;
};

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