changeset 3362:6dc8f3e572ee HEAD

No, The _XPG6 define is still needed with final Solaris 10 release..
author Timo Sirainen <tss@iki.fi>
date Sun, 08 May 2005 20:35:47 +0300
parents 5cb55f703d9b
children 9bd37fc2ce36
files src/auth/mycrypt.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/mycrypt.c	Sun May 08 20:19:31 2005 +0300
+++ b/src/auth/mycrypt.c	Sun May 08 20:35:47 2005 +0300
@@ -2,6 +2,7 @@
 #define _XOPEN_SOURCE_EXTENDED 1
 #define _XOPEN_VERSION 4
 #define _XPG4_2
+#define _XPG6 /* for Solaris 10 to avoid #error in feature_tests.h */
 #include <unistd.h>
 
 #include "mycrypt.h"