]> andersk Git - openssh.git/blobdiff - includes.h
- (dtucker) [includes.h] Undef _INCLUDE__STDC__ on HP-UX, otherwise
[openssh.git] / includes.h
index 99b70502cff427643425118b7bccd305190cbc76..3a6b4c32bbac488fca8a7b55e318620335bcb4dd 100644 (file)
@@ -181,6 +181,16 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 # include <kafs.h>
 #endif
 
+/*
+ * On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
+ * of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.
+ */
+#ifdef __hpux
+# ifdef _INCLUDE__STDC__
+#  undef _INCLUDE__STDC__
+# endif
+#endif
+
 #include <openssl/opensslv.h> /* For OPENSSL_VERSION_NUMBER */
 
 #include "defines.h"
This page took 0.030515 seconds and 4 git commands to generate.