From 09adc944c379bb9f683d883a14fd8f5b642a40e4 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Sat, 20 Feb 2010 07:48:04 -0800 Subject: autoconf: make sure C files include config.h Signed-off-by: Jeff Layton --- config.h.in | 30 +++++++++--------------------- 1 file changed, 9 insertions(+), 21 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index d5fa37e..d3370a8 100644 --- a/config.h.in +++ b/config.h.in @@ -71,6 +71,9 @@ /* Define to 1 if you have the `setenv' function. */ #undef HAVE_SETENV +/* Define to 1 if the system has the type `ssize_t'. */ +#undef HAVE_SSIZE_T + /* Define to 1 if stdbool.h conforms to C99. */ #undef HAVE_STDBOOL_H @@ -143,6 +146,12 @@ /* Define to 1 if you have the header file. */ #undef HAVE_TALLOC_H +/* Define to 1 if the system has the type `uint32_t'. */ +#undef HAVE_UINT32_T + +/* Define to 1 if the system has the type `uint8_t'. */ +#undef HAVE_UINT8_T + /* Define to 1 if you have the `uname' function. */ #undef HAVE_UNAME @@ -212,16 +221,6 @@ /* 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 , - , or 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 , - , or is not used. If the typedef were allowed, the - #define below would cause a syntax error. */ -#undef _UINT8_T - /* Define to `int' if doesn't define. */ #undef gid_t @@ -240,16 +239,5 @@ /* Define to `unsigned int' if does not define. */ #undef size_t -/* Define to `int' if does not define. */ -#undef ssize_t - /* Define to `int' if doesn't define. */ #undef uid_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 -- cgit v1.2.3