Subversion Repositories Kolibri OS

Rev

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

Rev 5191 Rev 5812
Line 38... Line 38...
38
#if O_BINARY
38
#if O_BINARY
39
# if defined __EMX__ || defined __DJGPP__ || defined __CYGWIN__
39
# if defined __EMX__ || defined __DJGPP__ || defined __CYGWIN__
40
#  include  /* declares setmode() */
40
#  include  /* declares setmode() */
41
# else
41
# else
42
#  define setmode _setmode
42
#  define setmode _setmode
43
#  undef fileno
-
 
44
#  define fileno _fileno
-
 
45
# endif
43
# endif
46
# ifdef __DJGPP__
44
# ifdef __DJGPP__
47
#  include  /* declares isatty() */
45
#  include  /* declares isatty() */
48
#  /* Avoid putting stdin/stdout in binary mode if it is connected to the
46
#  /* Avoid putting stdin/stdout in binary mode if it is connected to the
49
#     console, because that would make it impossible for the user to
47
#     console, because that would make it impossible for the user to