]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use _POSIX_TIMERS - 0 > 0, which handles the case when POSIX_TIMERS is
[wget] / src / ChangeLog
index dec3d4caa73bd0ff78df01eb4d6313d976dddf4c..576440188fd0689c33555bfe4bceac7817f21177 100644 (file)
@@ -1,3 +1,10 @@
+2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c: Use _POSIX_TIMERS - 0 > 0, which handles the case when
+       _POSIX_TIMERS is defined but empty, as well as the case when it is
+       undefined.  Do the same with the check for _POSIX_MONOTONIC_CLOCK.
+       Suggested by Larry Jones.
+
 2005-04-15  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ptimer.c: Check that _POSIX_TIMERS is defined as well as > 0.