00001 #ifndef __J2K__System_HPP__
00002 #define __J2K__System_HPP__
00003
00004 #include <j2k/Fred/Basic.hpp>
00005
00006
00007
00008
00009 #include <process.h>
00010 #include <errno.h>
00011 #include <math.h>
00012 #include <conio.h>
00013 #include <i86.h>
00014 #include <fcntl.h>
00015 #include <unistd.h>
00016 #include <termios.h>
00017 #include <time.h>
00018 #include <String.h>
00019
00020
00021
00022
00023 #include <sys/types.h>
00024 #include <sys/stat.h>
00025 #include <sys/dev.h>
00026 #include <sys/proxy.h>
00027 #include <sys/kernel.h>
00028 #include <sys/sched.h>
00029
00030 #include <assert.h>
00031 #include <semaphore.h>
00032 #include <signal.h>
00033 #include <sys/time.h>
00034
00035
00036
00037
00038
00039 #ifdef __386__
00040 #define FAR
00041 #else
00042
00043 #define FAR __far
00044 #endif
00045
00046 #endif