blob: 77df5480be41fc5fa97f88f836a9c41c7e9dfaa0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -*- C++ -*- */
// $Id$
// The following configuration file is designed to work for CygWin
// platforms using GNU C++.
#ifndef ACE_CONFIG_H
#define ACE_CONFIG_H
#include "ace/config-cygwin32-common.h"
#define ACE_HAS_AUTOMATIC_INIT_FINI
#endif /* ACE_CONFIG_H */
|