ack/plat/pc86/emu
George Koehler 5404dace3a Stop using <X11/Xfuncproto.h> from x86emu.
The code included <X11/Xfuncproto.h> only for _X_ATTRIBUTE_PRINTF,
which tells some compilers to check the printf format string.  Remove
so ACK doesn't need any X11 headers.

Some machines don't have the X11 headers, or they need a flag like
-I/usr/X11R[67]/include to find them.
2018-06-10 16:00:23 -04:00
..
x86emu Stop using <X11/Xfuncproto.h> from x86emu. 2018-06-10 16:00:23 -04:00
build.lua Check in the x86emu-based emulator. Sadly, just like the 8086tiny-based 2018-06-04 16:19:45 +09:00
main.c Check in the x86emu-based emulator. Sadly, just like the 8086tiny-based 2018-06-04 16:19:45 +09:00
README.md Stop using <X11/Xfuncproto.h> from x86emu. 2018-06-10 16:00:23 -04:00

The x86emu directory contains a modified copy of the xorg 8086 emulation library from the X server. It's distributable under the MIT/X11 license, and so is compatible with the ACK.