mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-17 23:20:56 +00:00
Look in inttypes.h for UINT32_MAX.
Should prevent warnings on at least some AIX versions.
This commit is contained in:
parent
afeb6a960d
commit
bb63ff844e
@ -3664,6 +3664,9 @@ AC_CHECK_DECLS([UINT32_MAX], , , [[
|
|||||||
#ifdef HAVE_SYS_LIMITS_H
|
#ifdef HAVE_SYS_LIMITS_H
|
||||||
# include <sys/limits.h>
|
# include <sys/limits.h>
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef HAVE_INTTYPES_H
|
||||||
|
# include <inttypes.h>
|
||||||
|
#endif
|
||||||
#ifdef HAVE_LIMITS_H
|
#ifdef HAVE_LIMITS_H
|
||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user