summaryrefslogtreecommitdiffstats
path: root/sysdep/config.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-05-24 16:40:29 +0200
committerMartin Mares <mj@ucw.cz>1998-05-24 16:40:29 +0200
commita2ccbb0b97c1eac3a68f01b7786822a66aaaefa2 (patch)
tree211ea73def9469071d42aac19313bef26b791e63 /sysdep/config.h
parent235562ca5ac1db2e2ea026bff42c8c2a898b44db (diff)
downloadbird-a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2.tar
bird-a2ccbb0b97c1eac3a68f01b7786822a66aaaefa2.zip
Implemented timers. Using bird_clock_t for absolute time from now...
Diffstat (limited to 'sysdep/config.h')
-rw-r--r--sysdep/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h
index c9c1393..65a0110 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