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