00001 #ifndef _IO_CONFIG_H_
00002 #define _IO_CONFIG_H_
00003
00004 #if defined(DEBUG) || defined(_DEBUG) || __WXDEBUG__
00005 #define FV_DEBUG
00006 #endif
00007
00008
00009 #define F_TRUE 1
00010 #define F_FALSE 0
00011
00012
00013 #define F_MAXEQ 8
00014
00015 #endif
00016