changeset 3202:2661cfd533c0 HEAD

Remove #define _XPG6 after all. It was used to avoid #error in Solaris 10 pre-release, but now it breaks the compile in 10 final...
author Timo Sirainen <tss@iki.fi>
date Mon, 14 Mar 2005 22:22:37 +0200
parents 2bf86099376e
children 391a1064872e
files src/auth/mycrypt.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/mycrypt.c	Mon Mar 14 21:08:59 2005 +0200
+++ b/src/auth/mycrypt.c	Mon Mar 14 22:22:37 2005 +0200
@@ -2,7 +2,6 @@
 #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"