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

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

#if !defined (ACE_CONFIG_H)
#define ACE_CONFIG_H

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

#define ACE_HAS_SVR4_DYNAMIC_LINKING
#define ACE_HAS_AUTOMATIC_INIT_FINI

#endif /* ACE_CONFIG_H */