Commit 848df7d6 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

get _SC_CLK_TCK defined on Tru64 (and probably some other systems

as well); it works without it on systems which define HZ or don't
have times


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88022 13f79535-47bb-0310-9956-ffa450edef68
parent 6d1799eb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -106,6 +106,9 @@
#include <time.h>
#include "scoreboard.h"
#include "http_log.h"
#if APR_HAVE_UNISTD_H
#include <unistd.h>
#endif

#ifdef NEXT
#if (NX_CURRENT_COMPILER_RELEASE == 410)