Define HAVE_STDINT_H unconditionally. We have it, and some header

modification seemed to have caused the macro not to get defined anymore.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24901 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-11 03:25:56 +00:00
parent 7e8cb518e9
commit 681fe624a3

View File

@ -131,9 +131,7 @@ static char privatehid[] = "@(#)private.h 8.2";
** (glibc 2.1 and later have stdint.h, even with pre-C99 compilers.)
*/
#ifndef HAVE_STDINT_H
#define HAVE_STDINT_H \
(199901 <= __STDC_VERSION__ || \
2 < (__GLIBC__ + (0 < __GLIBC_MINOR__)))
#define HAVE_STDINT_H 1
#endif /* !defined HAVE_STDINT_H */
#if HAVE_STDINT_H