First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / os-support / misc / xf86_IlHack.c
blob6c9871d93c7c1ecb64534d38a57bcf0cf9915a15
1 /*
2 * This file is an incredible crock to get the normally-inline functions
3 * built into the server so that things can be debugged properly.
5 * Note: this doesn't work when using a compiler other than GCC.
6 */
8 #define static /**/
9 #define __inline__ /**/
10 #undef NO_INLINE
11 #define DO_PROTOTYPES
12 #ifdef HAVE_XORG_CONFIG_H
13 #include <xorg-config.h>
14 #endif
16 #include "compiler.h"