Enrico Weigelt, metux IT consult 7d7aa65d64 fix FTBS on XSERVER_LIBPCIACCESS
Not all Xserver versions define that symbol with a numeric value
(1 or 0), some just might not define it at all when disabled.

Using #if instead of #ifdef (as most sites do) will lead to compile break:

    ../../src/vmware.c:1102:25: error: expected value in expression
    #if XSERVER_LIBPCIACCESS
                        ^

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-06-20 18:56:29 +02:00
2022-09-29 18:05:19 -07:00
2025-06-20 18:56:29 +02:00
2017-01-26 14:00:22 +10:00
2025-02-11 14:28:57 +01:00
2009-05-12 16:43:13 -07:00

Copyright (C) 1999-2009 VMware, Inc.
All Rights Reserved

The code here may be used/distributed under the terms of the standard
XFree86 license.

Documentation on the VMware SVGA Device programming model
has been updated and expanded, and it now lives at:

http://vmware-svga.sourceforge.net/

--
Description
No description provided
Readme 1.8 MiB
Languages
C 98.6%
Makefile 0.7%
M4 0.7%