various fixes for race conditions under threads: mutex locks based
[p5sagit/p5-mst-13.2.git] / handy.h
diff --git a/handy.h b/handy.h
index 8e79023..90791f9 100644 (file)
--- a/handy.h
+++ b/handy.h
    Andy Dougherty      April 1998
 */
 
-#ifdef I_INTTYPES
+#if defined(UINT8_MAX) && defined(INT16_MAX) && defined(INT32_MAX)
 
 typedef int8_t         I8;
 typedef uint8_t                U8;