about summary refs log tree commit diff
path: root/Src/system.h
diff options
context:
space:
mode:
authorAndrey Borzenkov <bor@users.sourceforge.net>2000-09-08 12:51:10 +0000
committerAndrey Borzenkov <bor@users.sourceforge.net>2000-09-08 12:51:10 +0000
commit5c7a14857a89265c0e311a1438c94375abe18cbe (patch)
tree92628460c10ecd94993e8956fb4f38d45dbafba3 /Src/system.h
parent75d4d74093ddafcf191e11ad7b5358d4e203e357 (diff)
downloadzsh-5c7a14857a89265c0e311a1438c94375abe18cbe.tar.gz
zsh-5c7a14857a89265c0e311a1438c94375abe18cbe.tar.xz
zsh-5c7a14857a89265c0e311a1438c94375abe18cbe.zip
12779: remove sinix special case. Too lazy to add prototype check for
gettimeofday as it is not needed with currently supported versions of
ReliantUNIX
Diffstat (limited to 'Src/system.h')
-rw-r--r--Src/system.h6
1 files changed, 6 insertions, 0 deletions
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         */