diff options
Diffstat (limited to 'contrib/file/config.h.in')
-rw-r--r-- | contrib/file/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/file/config.h.in b/contrib/file/config.h.in index 36e61ed..d00ad53 100644 --- a/contrib/file/config.h.in +++ b/contrib/file/config.h.in @@ -55,6 +55,9 @@ standard headers don't define. */ #undef uint64_t +/* Define to `int' if standard headers don't define. */ +#undef int32_t + /* The number of bytes in a uint8_t. */ #define SIZEOF_UINT8_T 0 |