Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / dmake / unix / sysvr1 / time.h
blob3b3dfac5684fc6fd9bb068a1887c84cf83ff14c0
1 /* RCS $Id: time.h,v 1.1.1.1 2000-09-22 15:33:35 hr Exp $
2 --
3 -- SYNOPSIS
4 -- time_t
5 --
6 -- DESCRIPTION
7 -- Properly define time_t.
8 --
9 -- AUTHOR
10 -- Dennis Vadura, dvadura@dmake.wticorp.com
12 -- WWW
13 -- http://dmake.wticorp.com/
15 -- COPYRIGHT
16 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
18 -- This program is NOT free software; you can redistribute it and/or
19 -- modify it under the terms of the Software License Agreement Provided
20 -- in the file <distribution-root>/readme/license.txt.
22 -- LOG
23 -- Use cvs log to obtain detailed change logs.
26 #ifndef TIME_h
27 #define TIME_h
29 typedef long time_t; /* this is the thing we use */
31 #endif TIME_h