/* $Id$ * */ /* $Log: /pjproject-0.3/pjlib/src/pj/compat/m_m68k.h $ * * 2 9/17/05 10:37a Bennylp * Major reorganization towards version 0.3. * */ #ifndef __PJ_COMPAT_M_M68K_H__ #define __PJ_COMPAT_M_M68K_H__ /** * @file m_m68k.h * @brief Describes Motorola m68k family processor specifics. */ #define PJ_HAS_PENTIUM 0 #define PJ_IS_LITTLE_ENDIAN 1 #define PJ_IS_BIG_ENDIAN 0 #endif /* __PJ_COMPAT_M_M68K_H__ */