From: Martin Mares Date: Sun, 2 Dec 2001 12:02:51 +0000 (+0000) Subject: Added CPU and OS type defines. X-Git-Tag: holmes-import~1461 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=d7e247d9569dc098641e939b0847065c7842c1dc;p=libucw.git Added CPU and OS type defines. --- diff --git a/lib/config.h b/lib/config.h index 114f2735..53edb8c2 100644 --- a/lib/config.h +++ b/lib/config.h @@ -17,12 +17,17 @@ /* CPU characteristics */ +#define CPU_I386 #define CPU_LITTLE_ENDIAN #undef CPU_BIG_ENDIAN #define CPU_ALLOW_UNALIGNED #define CPU_STRUCT_ALIGN 4 #undef CPU_64BIT_POINTERS +/* OS characteristics */ + +#define CONFIG_LINUX + /* Paths */ #define DEFAULT_CONFIG "cf/sherlock"