diff options
author | Martin Mares <mj@ucw.cz> | 1998-05-24 14:40:29 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1998-05-24 14:40:29 +0000 |
commit | a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2 (patch) | |
tree | 211ea73def9469071d42aac19313bef26b791e63 /sysdep/config.h | |
parent | 235562ca5ac1db2e2ea026bff42c8c2a898b44db (diff) |
Implemented timers. Using bird_clock_t for absolute time from now...
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h index c9c13936..65a01103 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -40,6 +40,11 @@ typedef u16 word; #define CPU_STRUCT_ALIGN 4 +/* Timers */ + +#undef TIME_T_IS_64BIT +#define TIME_T_IS_SIGNED + /* Protocol options */ #define CONFIG_STATIC |