mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Initial experimental support for AMD64 builds on Solaris 10 x86. Improved
support for 64-bit SPARC builds on Solaris as well.
This commit is contained in:
@@ -46,6 +46,7 @@ SOFTWARE.
|
||||
|
||||
******************************************************************/
|
||||
/* $Xorg: servermd.h,v 1.3 2000/08/17 19:53:31 cpqbld Exp $ */
|
||||
/* $XdotOrg: $ */
|
||||
|
||||
#ifndef SERVERMD_H
|
||||
#define SERVERMD_H 1
|
||||
@@ -389,7 +390,7 @@ SOFTWARE.
|
||||
|
||||
#endif /* ia64 */
|
||||
|
||||
#if defined(__amd64__) || defined(amd64)
|
||||
#if defined(__amd64__) || defined(amd64) || defined(__amd64)
|
||||
# define IMAGE_BYTE_ORDER LSBFirst
|
||||
|
||||
# if defined(XF86MONOVGA) || defined(XF86VGA16) || defined(XF86MONO)
|
||||
|
||||
Reference in New Issue
Block a user