pike.git
/
src
/
time_stuff.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/time_stuff.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: time_stuff.h,v 1.11 2002/10/08 20:22:27 nilsson Exp $
\*/
-
/*
-
* $Id: time_stuff.h,v 1.10 2002/05/31 22:41:26 nilsson Exp $
-
*/
+
#ifndef TIME_STUFF_H #define TIME_STUFF_H #include "machine.h" #if TIME_WITH_SYS_TIME # include <sys/time.h> # include <time.h> #else # if HAVE_SYS_TIME_H