summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authortsi <tsi>2003-08-28 00:35:23 +0000
committertsi <tsi>2003-08-28 00:35:23 +0000
commit2a8b35ba880b55213aba323c0cda886bf6b163c1 (patch)
tree7e5fe2102cda9f59523b52eb02c406d4d119535e /lib
parentfdf7ffd35ffe97b63c73423fac0d06fbe9321a00 (diff)
Previous version still not quite right.
Diffstat (limited to 'lib')
-rw-r--r--lib/xtrans/Xtransint.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/xtrans/Xtransint.h b/lib/xtrans/Xtransint.h
index 85adcd6cd..41d8a86e9 100644
--- a/lib/xtrans/Xtransint.h
+++ b/lib/xtrans/Xtransint.h
@@ -26,7 +26,7 @@ other dealings in this Software without prior written authorization
from The Open Group.
*/
-/* $XFree86: xc/lib/xtrans/Xtransint.h,v 3.39 2003/08/27 21:43:19 tsi Exp $ */
+/* $XFree86: xc/lib/xtrans/Xtransint.h,v 3.40 2003/08/27 21:58:28 tsi Exp $ */
/* Copyright 1993, 1994 NCR Corporation - Dayton, Ohio, USA
*
@@ -157,8 +157,7 @@ from The Open Group.
# endif
# endif
# endif
-# if defined(__GNU__) || \
- (defined(_POSIX_VERSION) || (_POSIX_VERSION >= 199309))
+# if defined(_SC_OPEN_MAX)
# define TRANS_OPEN_MAX OPEN_MAX
# else /* !__GNU__ */
# if OPEN_MAX > 256