00001 #ifndef BZ_WRAP_CLIMITS_H 00002 #define BZ_WRAP_CLIMITS_H 00003 00004 #ifdef BZ_HAVE_CLIMITS 00005 #include <climits> 00006 #else 00007 #include <limits.h> 00008 #endif 00009 00010 #endif