/usr/include/ace/config-macosx-mavericks.h is in libace-dev 6.3.3+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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
|