commit | 0c13a53a773af3a5cc235acc20ef750dac2c1d54 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Sep 24 15:43:41 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Sep 24 15:43:41 2013 -0700 |
tree | 4284bf87c206a2f641e66916984c7247585458ff | |
parent | a6fd638783e95522b542b00ab9255e78e596cca4 [diff] [blame] |
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