Add check for LONG_IS_QUAD

#undef MAXINT before including hpsecurity.h to silence an HP-UX warning
Check for U?LONG_LONG_MAX in snprintf.c and use LONG_IS_QUAD
This commit is contained in:
Todd C. Miller
1999-08-22 09:59:28 +00:00
parent ab0c1eae13
commit b13e8006ec
7 changed files with 219 additions and 176 deletions

View File

@@ -51,6 +51,7 @@
#include <sys/types.h>
#include <pwd.h>
#ifdef __hpux
# undef MAXINT
# include <hpsecurity.h>
#else
# include <sys/security.h>