Go to the documentation of this file.00001
00002
00003
00004
00005 #ifdef TOS
00006 #ifndef TOSCONF_H
00007 #define TOSCONF_H
00008
00009 #define MICRO
00010
00011
00012
00013
00014
00015
00016
00017
00018 #define MINT
00019
00020 #ifdef __MINT__
00021 #define MINT
00022 #endif
00023
00024 #ifdef O_BINARY
00025 #define FCMASK O_BINARY
00026 #else
00027 #define FCMASK 0660
00028 #define O_BINARY 0
00029 #endif
00030
00031 #ifdef UNIXDEBUG
00032 #define remove(x) unlink(x)
00033 #endif
00034
00035
00036 #define MFLOPPY
00037 #define RANDOM
00038 #define SHELL
00039 #define TERMLIB
00040 #define TEXTCOLOR
00041 #define MAIL
00042 #ifdef MINT
00043 #define SUSPEND
00044 #endif
00045
00046 #ifndef TERMLIB
00047 #define ANSI_DEFAULT
00048 #endif
00049
00050 #if defined(__GNUC__) || defined(__MINT__)
00051
00052
00053
00054
00055 #define STRNCMPI
00056 #undef strcmpi
00057 extern int FDECL(strcmpi,(const char *, const char *));
00058 extern int FDECL(strncmpi,(const char *, const char *, size_t));
00059 #endif
00060
00061 #include <termcap.h>
00062 #include <unistd.h>
00063
00064 #include <string.h>
00065 #include <stdlib.h>
00066 #include <types.h>
00067 #define SIG_RET_TYPE __Sigfunc
00068 #define SYSTEM_H
00069
00070 #ifndef MICRO_H
00071 #include "micro.h"
00072 #endif
00073 #ifndef PCCONF_H
00074 #include "pcconf.h"
00075 #endif
00076
00077 #ifdef TEXTCOLOR
00078 extern boolean colors_changed;
00079 #endif
00080
00081 #ifdef __GNUC__
00082 #define GCC_BUG
00083 #endif
00084
00085 #endif
00086 #endif