]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
disable clock_nanosleep by default
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 00:26:52 +0000 (18:26 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 19 Feb 2011 00:26:52 +0000 (18:26 -0600)
src/switch_time.c

index dc428f1f770d195b36706e68ec804066fd139050..2c1bfc12507f8ac3d6ecd125cddf254104d14826 100644 (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;