Subversion Repositories Kolibri OS

Rev

Rev 6745 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6745 Rev 6764
Line 11... Line 11...
11
#include           /* O_BINARY for open() w/o CR/LF translation */
11
#include           /* O_BINARY for open() w/o CR/LF translation */
12
#include 
12
#include 
13
#include 
13
#include 
14
#include 
14
#include 
Line 15... Line -...
15
 
-
 
16
// moved to makefile, in kilibri leads to bug EMFILES
-
 
17
//#define DEBUG
-
 
18
 
15
 
19
#define DIR_END       '/'
16
#define DIR_END       '/'
20
#define NO_STRNICMP
17
#define NO_STRNICMP
21
#define STRNICMP zstrnicmp
18
#define STRNICMP zstrnicmp
22
#define NO_CHMOD
19
#define NO_CHMOD
Line 25... Line 22...
25
#define echoff(f)
22
#define echoff(f)
26
#define echon()
23
#define echon()
27
#define getch() getchar() /* not correct, but may not be on a console */
24
#define getch() getchar() /* not correct, but may not be on a console */
28
#define HAVE_WORKING_GETCH
25
#define HAVE_WORKING_GETCH
Line -... Line 26...
-
 
26
 
-
 
27
#define UNICODE_SUPPORT
-
 
28
#define UTF8_MAYBE_NATIVE
29
 
29
#define NO_NL_LANGINFO
30
/*
30
/*
31
#  ifdef DATE_FORMAT
31
#  ifdef DATE_FORMAT
32
#    undef DATE_FORMAT
32
#    undef DATE_FORMAT
33
#  endif
33
#  endif