//compile with the following command: //gcc xtest.c -I/usr/include/xorg -L/usr/lib/xorg/ -o xtest //then run ./xtest #include "stdio.h" #include "xf86Module.h" int main() { printf( "GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) = %d\n", GET_ABI_MAJOR(ABI_VIDEODRV_VERSION) ); }