From: Shawn Routhier Date: Tue, 14 Sep 2010 22:33:33 +0000 (+0000) Subject: autoheader regeneration X-Git-Tag: v4_2_1b1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc8cb0112a305664db3247973c483f639c4302bc;p=thirdparty%2Fdhcp.git autoheader regeneration --- diff --git a/includes/config.h.in b/includes/config.h.in index 69f478cfb..07a381b9a 100644 --- a/includes/config.h.in +++ b/includes/config.h.in @@ -190,6 +190,11 @@ #define below would cause a syntax error. */ #undef _UINT32_T +/* Define for Solaris 2.5.1 so the uint64_t typedef from , + , or is not used. If the typedef was allowed, the + #define below would cause a syntax error. */ +#undef _UINT64_T + /* Define for Solaris 2.5.1 so the uint8_t typedef from , , or is not used. If the typedef was allowed, the #define below would cause a syntax error. */ @@ -214,6 +219,10 @@ such a type exists and the standard includes do not define it. */ #undef int32_t +/* Define to the type of a signed integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef int64_t + /* Define to the type of a signed integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #undef int8_t @@ -224,6 +233,9 @@ /* Define a type for 32-bit unsigned integers. */ #undef u_int32_t +/* Define a type for 64-bit unsigned integers. */ +#undef u_int64_t + /* Define a type for 8-bit unsigned integers. */ #undef u_int8_t @@ -235,6 +247,10 @@ such a type exists and the standard includes do not define it. */ #undef uint32_t +/* Define to the type of an unsigned integer type of width exactly 64 bits if + such a type exists and the standard includes do not define it. */ +#undef uint64_t + /* Define to the type of an unsigned integer type of width exactly 8 bits if such a type exists and the standard includes do not define it. */ #undef uint8_t