server/dep/acelite/ace/config-macosx-mavericks.h
Salja f4be15a7af Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 02:50:23 +00:00

17 lines
464 B
C

// $Id: config-macosx-mavericks.h 97579 2014-02-11 09:40:17Z johnnyw $
#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