server/dep/acelite/ace/config-macosx-mavericks.h
2023-01-01 00:55:45 +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