Subversion Repositories shark

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1093 pj 1
#ifndef __TYPES_H__
2
#define __TYPES_H__
3
 
4
#include <sys/types.h>
5
 
6
/* when compiling under MSDOS, uncomment this three typedefs!!! */
7
 
8
//typedef unsigned char   u_int8_t;
9
//typedef unsigned short  u_int16_t;
10
//typedef unsigned long   u_int32_t;
11
 
12
#include <types.h>
13
#endif
14