changeset 2030:4e331341d603 HEAD

Solaris 10 comple fix
author Timo Sirainen <tss@iki.fi>
date Mon, 17 May 2004 16:08:09 +0300
parents 25a8c7c21a7a
children 28d715a903e1
files src/auth/mycrypt.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/mycrypt.c	Mon May 17 16:02:33 2004 +0300
+++ b/src/auth/mycrypt.c	Mon May 17 16:08:09 2004 +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"