diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index c8c6507c..4cdb31b7 100644 --- a/config.h.in +++ b/config.h.in @@ -334,6 +334,18 @@ a type exists and the standard includes do not define it. */ #undef int8_t +/* Define to `uint16_t' if u_int16_t not defined. */ +#undef u_int16_t + +/* Define to `uint32_t' if u_int32_t not defined. */ +#undef u_int32_t + +/* Define to `uint64_t' if u_int64_t not defined. */ +#undef u_int64_t + +/* Define to `uint8_t' if u_int8_t not defined. */ +#undef u_int8_t + /* Define to the type of an unsigned integer type of width exactly 16 bits if such a type exists and the standard includes do not define it. */ #undef uint16_t |