]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoheader regeneration
authorShawn Routhier <sar@isc.org>
Tue, 14 Sep 2010 22:33:33 +0000 (22:33 +0000)
committerShawn Routhier <sar@isc.org>
Tue, 14 Sep 2010 22:33:33 +0000 (22:33 +0000)
includes/config.h.in

index 69f478cfb1e7064b64683672a442db1f348fc0d9..07a381b9af899162be9a77a2b5b4687a53650479 100644 (file)
    #define below would cause a syntax error. */
 #undef _UINT32_T
 
+/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
+   <pthread.h>, or <semaphore.h> 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 <sys/synch.h>,
    <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
    #define below would cause a syntax error. */
    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
 /* 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
 
    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