summaryrefslogtreecommitdiff
path: root/ACE/ace/config-macosx-mavericks.h
blob: 630a9722c5cf44d0e5e189828aaa1a037ab4aa3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef ACE_CONFIG_MACOSX_MAVERICKS_H
#define ACE_CONFIG_MACOSX_MAVERICKS_H

// Mac OS X has broken symbol visibility.  Unless we're told otherwise,
// disable it by default.
#ifndef ACE_HAS_CUSTOM_EXPORT_MACROS
#define ACE_HAS_CUSTOM_EXPORT_MACROS 0
#endif

#ifndef ACE_HAS_SSIZE_T
#define ACE_HAS_SSIZE_T
#endif

#include "ace/config-macosx-mountainlion.h"

#endif // ACE_CONFIG_MAVERICKS_H