1
2#ifndef HAVE_BOOL
3#define HAVE_BOOL
4typedef int bool;
5const bool false = 0;
6const bool true = 1;
7#endif
8