blob: 8ca6e71229172358814fa407ee3eebcc5b3156d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* -*- C++ -*- */
// $Id$
#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H
#include "ace/config-g++-common.h"
#include "ace/config-sco-5.0.0.h"
#define ACE_HAS_GNU_CSTRING_H
#endif /* ACE_CONFIG_H */
|