00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 00012 00013 00014 00015 00016 00017 00018 00019 #ifndef _FRDI_CONST_H 00020 #define _FRDI_CONST_H 00021 00022 #ifndef TRUE 00023 #define TRUE 1 00024 #endif 00025 00026 #ifndef FALSE 00027 #define FALSE 0 00028 #endif 00029 00030 #define FRDI_LOGSTR_SIZE 80 00031 00032 00033 #endif /* _FRDI_CONST_H */ 00034 00035 /* End of File */