summaryrefslogtreecommitdiff
path: root/ace
diff options
context:
space:
mode:
authorgokhale <asgokhale@users.noreply.github.com>1998-12-15 12:34:46 +0000
committergokhale <asgokhale@users.noreply.github.com>1998-12-15 12:34:46 +0000
commitafeb1d23f940595c4b493cb4ff37a917ed208cfa (patch)
tree2a23689a2dd2e5b86dd9b5d2a5dcd8d1e50e35cd /ace
parentcb816a335ddb9d5f426f921eedb570de53fa130c (diff)
downloadATCD-afeb1d23f940595c4b493cb4ff37a917ed208cfa.tar.gz
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r--ace/OS.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/OS.h b/ace/OS.h
index 8b6e3872414..095fea21a1a 100644
--- a/ace/OS.h
+++ b/ace/OS.h
@@ -26,13 +26,6 @@
# pragma once
# endif /* ACE_LACKS_PRAGMA_ONCE */
-// This is defined by XOPEN to be a minimum of 16. POSIX.1g
-// also defines this value. platform-specific config.h can
-// override this if need be.
-# if !defined (IOV_MAX)
-# define IOV_MAX 16
-# endif /* IOV_MAX */
-
// Get OS.h to compile on some of the platforms without DIR info yet.
# if !defined (ACE_HAS_DIRENT)
typedef int DIR;
@@ -2470,6 +2463,13 @@ protected:
# include /**/ <stdlib.h>
# include /**/ <float.h>
+// This is defined by XOPEN to be a minimum of 16. POSIX.1g
+// also defines this value. platform-specific config.h can
+// override this if need be.
+# if !defined (IOV_MAX)
+# define IOV_MAX 16
+# endif /* IOV_MAX */
+
# if defined (ACE_PSOS_SNARFS_HEADER_INFO)
// header information snarfed from compiler provided header files