summaryrefslogtreecommitdiff
path: root/ace/config-cygwin32.h
blob: 91eefab4a5354ac54f92362593c2242647d324d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- C++ -*- */
// $Id$

// The following configuration file is designed to work for CygWin
// platforms using GNU C++.

#ifndef ACE_CONFIG_CYGWIN32_H
#define ACE_CONFIG_CYGWIN32_H
#include "ace/pre.h"

#include "ace/config-cygwin32-common.h"

#define ACE_HAS_AUTOMATIC_INIT_FINI

#include "ace/post.h"
#endif /* ACE_CONFIG_CYGWIN32_H */