WGET-CVS-Commit

[email protected] 15 Apr 2005 19:29:22 -0000
Newsgroups gmane.comp.web.wget.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/wget/src
In directory sunsite.dk:/tmp/cvs-serv25188

Modified Files:
	ptimer.c ChangeLog 
Log Message:
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.