Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5/src/lib/machines/sunos/sparc/include/langinfo.h – Rev 2

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_LANGINFO_INCLUDED
2
#define __HACKED_LANGINFO_INCLUDED
3
 
4
#include_next <langinfo.h>
5
 
6
#ifndef AM_STR
7
#define AM_STR 0
8
#endif
9
 
10
#ifndef PM_STR
11
#define PM_STR 0
12
#endif
13
 
14
#ifndef T_FMT
15
#define T_FMT 0
16
#endif
17
 
18
#ifndef D_FMT
19
#define D_FMT 0
20
#endif
21
 
22
#endif