use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / __time.h
bloba7de72cf9323e0f862e96f89a466f3bd9a66f98c
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef ___TIME_H
7 #define ___TIME_H
9 /*
10 2922 is the number of days between 1.1.1970 and 1.1.1978 (2 leap
11 years and 6 normal). The former number is the start value
12 for time(), the latter the start time for the AmigaOS
13 time functions.
16 #include "__arosc_privdata.h"
18 #define OFFSET_FROM_1970 2922*24*60*60
20 #endif /* !___TIME_H */