config: Put HAVE_STDINT in common.h and use to define uint8_t.
diff --git a/config.h.in b/config.h.in
index b24da11..ec9b6bc 100644
--- a/config.h.in
+++ b/config.h.in
@@ -30,6 +30,9 @@
 /* 1 if have memset in memory.h. */
 #undef HAVE_MEMSET
 
+/* 1 if have stdint.h. */
+#undef HAVE_STDINT
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H