add 'dirs' target to the 'all' target to ensure that for e.g. the tests
[ntk/apt.git] / buildlib / inttypes.h.in
index 3be7207..3b43b76 100644 (file)
@@ -4,6 +4,13 @@
 
 #include <config.h>
 
+#undef int32_t
+#undef uint32_t
+#undef int16_t
+#undef uint16_t
+#undef int8_t
+#undef uint8_t
+
 /* Generate the fixed bit size types */
 #if SIZEOF_INT == 4
   typedef int int32_t;