Ticket #54779: patch-ace-config.h.diff

File patch-ace-config.h.diff, 578 bytes (added by lockhart (Thomas Lockhart), 7 years ago)

Full copy of updated file to update port to version 6.4.5. May be less confusing than a patch on a patch.

  • ace/config.h

    old new  
     1// ACE_LACKS_CLOCKID_T and ACE_LACKS_CLOCK_MONOTONIC were needed sometime before Mountain Lion
     2// but are not needed for Sierra. Do not yet have info for releases in between.
     3// #define ACE_LACKS_CLOCKID_T
     4// #define ACE_LACKS_CLOCK_MONOTONIC
     5// ACE_LACKS_CLOCK_REALTIME not necessary for Sierra. Do not yet have info for earlier releases.
     6// #define ACE_LACKS_CLOCK_REALTIME
     7
     8#include "ace/config-macosx-@MACOSX@.h"