00001 /****************************************************************************/ 00002 /****************************************************************************/ 00007 /****************************************************************************/ 00008 00009 00010 #ifndef TYPES_H 00011 #define TYPES_H 00012 00013 #define BYTE unsigned char 00014 #define PROTO long 00015 #define BOOL char 00016 #define ULONG unsigned long 00017 00018 /* debug levels */ 00019 #define DEBUG_DO_ENTRY_SOME 1 00020 #define DEBUG_DO_POLICYDUMP 1 00021 #define DEBUG_DO_ENTRY_ALL 2 00022 #define DEBUG_DO_MALLOC 4 00023 #define DEBUG_DO_RETURN 5 00024 #define DEBUG_DO_LOOP 6 00025 #define DEBUG_DO_INTERNALS 7 00026 #define DEBUG_DO_EVERYTHING 9 00027 00028 #endif