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:
@@ -51,6 +51,7 @@
|
||||
#include <sys/types.h>
|
||||
#include <pwd.h>
|
||||
#ifdef __hpux
|
||||
# undef MAXINT
|
||||
# include <hpsecurity.h>
|
||||
#else
|
||||
# include <sys/security.h>
|
||||
|
Reference in New Issue
Block a user