diff options
Diffstat (limited to 'ace/config-sunos4-sun3.x.h')
-rw-r--r-- | ace/config-sunos4-sun3.x.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ace/config-sunos4-sun3.x.h b/ace/config-sunos4-sun3.x.h index 62e63a6098e..c811480cbea 100644 --- a/ace/config-sunos4-sun3.x.h +++ b/ace/config-sunos4-sun3.x.h @@ -1,10 +1,15 @@ /* -*- C++ -*- */ // $Id$ -// The following configuration file is designed to work -// for SunOS4 platforms using the SunC++ 3.0.x compiler. +// The following configuration file is designed to work for SunOS4 +// platforms using the SunC++ 3.0.x compiler. #if !defined (ACE_CONFIG_H) +#define ACE_LACKS_POSIX_PROTO +#define ACE_HAS_UNION_WAIT +#define ACE_HAS_SPARCWORKS_401_SIGNALS +#define ACE_HAS_SYSV_SPRINTF + #define ACE_CONFIG_H #define ACE_HAS_SYS_ERRLIST |