From 5c7a14857a89265c0e311a1438c94375abe18cbe Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Fri, 8 Sep 2000 12:51:10 +0000 Subject: 12779: remove sinix special case. Too lazy to add prototype check for gettimeofday as it is not needed with currently supported versions of ReliantUNIX --- Src/system.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Src') diff --git a/Src/system.h b/Src/system.h index a48ee9075..93e82a728 100644 --- a/Src/system.h +++ b/Src/system.h @@ -27,9 +27,15 @@ * */ +#if 0 +/* + * Setting _XPG_IV here is actually wrong and is not needed + * with currently supported versions (5.43C20 and above) + */ #ifdef sinix # define _XPG_IV 1 #endif +#endif /* NeXT has half-implemented POSIX support * * which currently fools configure */ -- cgit v1.2.3