dump1090-fa/compat
Michael Norton 8a6261d7c2
Header typedef workaround for newer MacOS versions
Newish version of MacOS's time.h already `typedef`s `clockid_t` but doesn't seem to `#define` anything indicating such; as a workaround assume that `#ifdef CLOCK_MONOTONIC` on a Mac means that `clockid_t` has been `typedef`'d.
2019-03-31 15:15:59 -06:00
..
clock_gettime Header typedef workaround for newer MacOS versions 2019-03-31 15:15:59 -06:00
clock_nanosleep Header typedef workaround for newer MacOS versions 2019-03-31 15:15:59 -06:00
compat.h changed MISSING_{NANOSLEEP,GETTIME} to use -D to fix compilation on OS X 2016-03-31 13:38:34 -04:00