From: Anthony Minessale Date: Sat, 19 Feb 2011 00:26:52 +0000 (-0600) Subject: disable clock_nanosleep by default X-Git-Tag: v1.2-rc1~187^2~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bfd6644ea8391a318fed5eefa040bb1d057b459;p=thirdparty%2Ffreeswitch.git disable clock_nanosleep by default --- diff --git a/src/switch_time.c b/src/switch_time.c index dc428f1f77..2c1bfc1250 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -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;