Daniel S. Lewart [Thu, 9 Sep 1999 10:33:37 +0000 (05:33 -0500)]
To: perl5-porters@perl.org
Message-Id: <
199909091533.KAA01242@www.cvm.uiuc.edu>
p4raw-id: //depot/cfgperl@4114
/* Shadow password support for solaris - pdo@cs.umd.edu
* Not just Solaris: at least HP-UX, IRIX, Linux.
* the API is from SysV. --jhi */
+#ifdef __hpux__
+/* There is a MAXINT coming from <shadow.h> <- <hpsecurity.h> <- <values.h>
+ * and another MAXINT from "perl.h" <- <sys/param.h>. */
+#undef MAXINT
+#endif
#include <shadow.h>
#endif