work around cross-compile problems on 1.5.x, don't try to include
<stdint.h> on that platform
This commit is contained in:
parent
624b632030
commit
cc3d906ee9
@ -90,7 +90,10 @@
|
||||
#define HAVE_LOCALE_H 1
|
||||
|
||||
/* Define if you have the <stdint.h> header file. */
|
||||
#include <sys/param.h>
|
||||
#if __NetBSD_Version__ > 106000000
|
||||
#define HAVE_STDINT_H 1
|
||||
#endif
|
||||
|
||||
/* Define if you have the <sys/mman.h> header file. */
|
||||
#define HAVE_SYS_MMAN_H 1
|
||||
|
Loading…
Reference in New Issue
Block a user