pike.git
/
src
/
pike_rusage.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/pike_rusage.h:1:
/* || This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id$
+
*/ #ifndef PIKE_RUSAGE_H #define PIKE_RUSAGE_H #include "global.h"
-
-
#ifdef HAVE_UNISTD_H
-
#include <unistd.h>
-
#endif
-
#ifdef HAVE_TIME_H
+
#include <time.h>
-
#endif
+
#if defined (_POSIX_TIMERS) #if _POSIX_TIMERS > 0 #ifdef _POSIX_THREAD_CPUTIME # if _POSIX_THREAD_CPUTIME != -1 # if _POSIX_THREAD_CPUTIME != 0 /* Know it to be available at compile time. */ # define HAVE_POSIX_THREAD_GCT # else