diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-20 07:48:04 -0800 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-20 07:48:04 -0800 |
commit | 09adc944c379bb9f683d883a14fd8f5b642a40e4 (patch) | |
tree | 5f7451b22b0b679acabf53b5364ce294d1364a13 /config.h.in | |
parent | 168459ca930dd7f34d31daec72d565e3192b0cb1 (diff) | |
download | cifs-utils-09adc944c379bb9f683d883a14fd8f5b642a40e4.tar.gz cifs-utils-09adc944c379bb9f683d883a14fd8f5b642a40e4.tar.bz2 cifs-utils-09adc944c379bb9f683d883a14fd8f5b642a40e4.zip |
autoconf: make sure C files include config.h
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 30 |
1 files changed, 9 insertions, 21 deletions
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 <talloc.h> 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 <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 - /* Define to `int' if <sys/types.h> doesn't define. */ #undef gid_t @@ -240,16 +239,5 @@ /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t -/* Define to `int' if <sys/types.h> does not define. */ -#undef ssize_t - /* Define to `int' if <sys/types.h> 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 |