00001 /* 00002 ** 00003 ** Rolf Riesen, July 2010, Sandia National Laboratories 00004 ** 00005 */ 00006 #ifndef _MAIN_H_ 00007 #define _MAIN_H_ 00008 00009 #ifndef FLASE 00010 #define FALSE (0) 00011 #endif 00012 #ifndef TRUE 00013 #define TRUE (1) 00014 #endif 00015 00016 #endif /* _MAIN_H_ */