disable clock_nanosleep by default

This commit is contained in:
Anthony Minessale 2011-02-18 18:26:52 -06:00
parent f8d326de20
commit 1bfd6644ea

View File

@ -58,12 +58,7 @@ static int MONO = 1;
static int MONO = 0;
#endif
#if defined(HAVE_CLOCK_NANOSLEEP)
static int NANO = 1;
#else
static int NANO = 0;
#endif
static int OFFSET = 0;