diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-02 01:32:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-08-02 01:32:56 +0000 |
commit | 26be112e2135f6137a8a0338551f9d2e64802f4b (patch) | |
tree | 2b0e3db3302a70c171e81081afa46eee51adcc5d /ace/config-sco-5.0.0-CC-fsu-pthread.h | |
parent | 7b60bbdc67994c2299f7913d7a47d7d1e049bebf (diff) | |
download | ATCD-26be112e2135f6137a8a0338551f9d2e64802f4b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/config-sco-5.0.0-CC-fsu-pthread.h')
-rw-r--r-- | ace/config-sco-5.0.0-CC-fsu-pthread.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ace/config-sco-5.0.0-CC-fsu-pthread.h b/ace/config-sco-5.0.0-CC-fsu-pthread.h new file mode 100644 index 00000000000..0a838351c93 --- /dev/null +++ b/ace/config-sco-5.0.0-CC-fsu-pthread.h @@ -0,0 +1,14 @@ +/* -*- C++ -*- */ +// $Id$ + +#if !defined (ACE_CONFIG_H) +#define ACE_CONFIG_H + +#define ACE_HAS_BROKEN_ENUMS +#define ACE_LACKS_ACE_IOSTREAM +#include "ace/config-sco-5.0.0.h" +#include "ace/config-fsu-pthread.h" + +// #define ACE_HAS_GNU_CSTRING_H + +#endif /* ACE_CONFIG_H */ |