BltConfig.h

00001 /*****************************************************************
00002 |
00003 |   BlueTune - Configuration File
00004 |
00005 |   (c) 2002-2006 Gilles Boccon-Gibod
00006 |   Author: Gilles Boccon-Gibod (bok@bok.net)
00007 |
00008  ****************************************************************/
00009 
00010 /*----------------------------------------------------------------------
00011 |    import some Atomix definitions
00012 +---------------------------------------------------------------------*/
00013 #include "Atomix.h"
00014 
00015 #define BLT_COMPILER_UNUSED ATX_COMPILER_UNUSED
00016 
00017 #define BLT_CPU_BIG_ENDIAN    ATX_CPU_BIG_ENDIAN
00018 #define BLT_CPU_LITTLE_ENDIAN ATX_CPU_LITTLE_ENDIAN
00019 
00020 #define BLT_CONFIG_CPU_BYTE_ORDER ATX_CONFIG_CPU_BYTE_ORDER