00001 #ifdef HAVE_CONFIG_H 00002 #include "config.h" 00003 #endif 00004 00005 #ifdef HAVE_STDBOOL_H 00006 # include <stdbool.h> 00007 #else 00008 # ifndef HAVE__BOOL 00009 # ifdef __cplusplus 00010 typedef bool _Bool; 00011 # else 00012 # define _Bool signed char 00013 # endif 00014 # endif 00015 # define bool _Bool 00016 # define false 0 00017 # define true 1 00018 # define __bool_true_false_are_defined 1 00019 #endif