mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
14 lines
313 B
C++
14 lines
313 B
C++
/* -*- C++ -*- */
|
|
// $Id: config-sco-5.0.0-nothread.h 80826 2008-03-04 14:51:23Z wotte $
|
|
|
|
#ifndef ACE_CONFIG_H
|
|
#define ACE_CONFIG_H
|
|
#include /**/ "ace/pre.h"
|
|
|
|
#include "ace/config-g++-common.h"
|
|
#include "ace/config-sco-5.0.0.h"
|
|
|
|
#define ACE_HAS_GNU_CSTRING_H
|
|
|
|
#include /**/ "ace/post.h"
|
|
#endif /* ACE_CONFIG_H */
|