cmake HAVE_XBOX examples

JulNadeauCA/libagar CMakeChecks.cmake :3605

check_c_source_compiles("
#include <xtl.h>
#ifndef _XBOX
# error undefined
#endif

int
main(int argc, char *argv[])
{
	return (0);
}
" HAVE_XBOX)