CVS: rdesktop rdesktop.h,1.27,1.28
Michael Gernoth <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/rdesktop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3057 Modified Files: rdesktop.h Log Message: whitelist for NEED_ALIGN Index: rdesktop.h =================================================================== RCS file: /cvsroot/rdesktop/rdesktop/rdesktop.h,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** rdesktop.h 6 Mar 2005 21:11:17 -0000 1.27 --- rdesktop.h 9 Mar 2005 22:41:12 -0000 1.28 *************** *** 79,87 **** #endif /* B_ENDIAN, L_ENDIAN from configure */ ! /* Temporary NEED_ALIGN for alpha, should be properly detected ! by configure in the future */ ! #if defined(__alpha__) #define NEED_ALIGN #endif #include "parse.h" --- 79,88 ---- #endif /* B_ENDIAN, L_ENDIAN from configure */ ! /* 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" ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click