blob: 0a838351c93523de8f5ead996352f9db9dea29e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 */
|