diff options
author | gokhale <asgokhale@users.noreply.github.com> | 1998-12-15 12:34:46 +0000 |
---|---|---|
committer | gokhale <asgokhale@users.noreply.github.com> | 1998-12-15 12:34:46 +0000 |
commit | afeb1d23f940595c4b493cb4ff37a917ed208cfa (patch) | |
tree | 2a23689a2dd2e5b86dd9b5d2a5dcd8d1e50e35cd /ace | |
parent | cb816a335ddb9d5f426f921eedb570de53fa130c (diff) | |
download | ATCD-afeb1d23f940595c4b493cb4ff37a917ed208cfa.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace')
-rw-r--r-- | ace/OS.h | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |