summaryrefslogtreecommitdiff
path: root/includes/config.h.in
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2009-10-06 23:08:46 +0000
committerDavid Hankins <dhankins@isc.org>2009-10-06 23:08:46 +0000
commit3053eda9d39fb7639360935d4392b0110c938034 (patch)
tree1a7542c97b44eb7f66ecdc244fb71b0e46fca5b2 /includes/config.h.in
parent2d588e21387c99fc7033c6d59107568cc6b3fdbf (diff)
downloadisc-dhcp-3053eda9d39fb7639360935d4392b0110c938034.tar.gz
autoheader regeneration
Diffstat (limited to 'includes/config.h.in')
-rw-r--r--includes/config.h.in43
1 files changed, 43 insertions, 0 deletions
diff --git a/includes/config.h.in b/includes/config.h.in
index 9e21b89c..fa040918 100644
--- a/includes/config.h.in
+++ b/includes/config.h.in
@@ -172,6 +172,16 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
+/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
+ <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
+ #define below would cause a syntax error. */
+#undef _UINT32_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 were allowed, the
+ #define below would cause a syntax error. */
+#undef _UINT8_T
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE
@@ -193,3 +203,36 @@
# undef __EXTENSIONS__
#endif
+
+/* Define to the type of a signed integer type of width exactly 16 bits if
+ such a type exists and the standard includes do not define it. */
+#undef int16_t
+
+/* Define to the type of a signed integer type of width exactly 32 bits if
+ 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 8 bits if such
+ a type exists and the standard includes do not define it. */
+#undef int8_t
+
+/* Define a type for 16-bit unsigned integers. */
+#undef u_int16_t
+
+/* Define a type for 32-bit unsigned integers. */
+#undef u_int32_t
+
+/* Define a type for 8-bit unsigned integers. */
+#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
+
+/* Define to the type of an unsigned integer type of width exactly 32 bits if
+ 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 8 bits if
+ such a type exists and the standard includes do not define it. */
+#undef uint8_t