00001
00015
00016 #ifndef CLDAQ_IODLL__TGLOBALS_H
00017 #define CLDAQ_IODLL__TGLOBALS_H
00018
00019 #include <stdio.h>
00020 #include <string.h>
00021 #include <fstream>
00022 #include <typeinfo>
00023 #include <stdlib.h>
00024 #include <sys/types.h>
00025 #include <sys/stat.h>
00026 #include <sys/un.h>
00027 #include <fcntl.h>
00028 #include <errno.h>
00029 #include <math.h>
00030 #include <netinet/in.h>
00031 #include <arpa/inet.h>
00032 #include <netdb.h>
00033 #include <signal.h>
00034 #include <sys/ioctl.h>
00035 #include <sys/ipc.h>
00036 #include <sys/sem.h>
00037 #include <sys/shm.h>
00038 #include <sys/wait.h>
00039 #include <termios.h>
00040 #include <term.h>
00041 #include <ncurses.h>
00042 #include <limits.h>
00043 #include <values.h>
00044 #include <libgen.h>
00045 #include <pwd.h>
00046 #include <grp.h>
00047
00048 #include <unistd.h>
00049 #include <sys/time.h>
00050 #include <time.h>
00051 typedef pid_t Tpid_t;
00052 typedef time_t Ttime_t;
00053
00054 #include <sys/mman.h>
00055 typedef off_t Toff_t;
00056
00057 #include <sys/times.h>
00058 typedef clock_t Tclock_t;
00059
00060 #include <zlib.h>
00061 typedef z_stream Tzstream;
00062 typedef Byte Tbyte;
00063
00064 #include <sys/socket.h>
00065 typedef socklen_t Tsocklen_t;
00066
00067 #include <syslog.h>
00068 #include <stdarg.h>
00069
00070 #ifdef __CLDAQ_ROOT_DLL
00071 #include <Rtypes.h>
00072 #endif
00073
00074 #include "Ttypes.h"
00075
00076 #endif