whitelist for NEED_ALIGN

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@841 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2005-03-09 22:41:12 +00:00
parent e9eb80017a
commit d37d8bd663

View File

@ -78,11 +78,12 @@
#endif
#endif /* B_ENDIAN, L_ENDIAN from configure */
/* Temporary NEED_ALIGN for alpha, should be properly detected
by configure in the future */
#if defined(__alpha__)
/* No need for alignment on x86 and amd64 */
#if !defined(NEED_ALIGN)
#if !(defined(__x86__) || defined(__x86_64__) || defined(__AMD64__))
#define NEED_ALIGN
#endif
#endif
#include "parse.h"
#include "constants.h"