Main Page   Modules   Alphabetical List   Data Structures   File List   Data Fields   Globals  

ANetCommon.h

Go to the documentation of this file.
00001 /******************************************************************
00002         ANet_Daemon/Common/ANetCommon.h
00003         Common declarations for the ANet daemon.
00004         
00005         Part of the ANet project.
00006         
00007         Distributed under GPL: http://www.gnu.org/copyleft/gpl.html
00008 ******************************************************************/
00009 
00010 #ifndef ANET_COMMON
00011 #define ANET_COMMON
00012 
00030 #ifndef __MACTYPES__
00031 
00032 typedef unsigned  char  UInt8;
00033 typedef signed    char  SInt8;
00034 typedef unsigned  short UInt16;
00035 typedef signed    short SInt16;
00036 typedef unsigned  long  UInt32;
00037 typedef signed    long  SInt32;
00038 
00039 #define __MACTYPES__
00040 #endif //__MACTYPES__
00041 
00042 typedef char boolean;
00043 
00044 #define FALSE 0
00045 #define TRUE 1
00046 
00047 #endif

Generated on Sun Dec 23 15:20:37 2001 for ANet by doxygen 1.2.12 written by Dimitri van Heesch, © 1997-2001

SourceForge
Logo