diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-11-22 05:10:33 +0000 |
commit | 2f5432a85a66c5f618cdaf8032f13be787311a31 (patch) | |
tree | 5ece8e95375cf7088ce6633c23421ceaaab9b039 /ace/config-sunos4-sun3.x.h | |
parent | 88aa3350698954b097db8533a892fb45f6e59149 (diff) | |
download | ATCD-2f5432a85a66c5f618cdaf8032f13be787311a31.tar.gz |
*** empty log message ***
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 |