From 2c8a54718d7648238ce61c1923478efd80b805ab Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 22:47:38 +0000 Subject: [PATCH] better #defines --- configure.ac | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/configure.ac b/configure.ac index 9cc59b3f..d4ee4816 100644 --- a/configure.ac +++ b/configure.ac @@ -265,21 +265,20 @@ AH_BOTTOM([ #define PIGGY_USE_PAGING 1 #define NEWDEMO 1 -#ifdef __linux__ -# ifdef OGL -# define SDL_GL_VIDEO 1 -# define SDL_INPUT 1 +#ifdef __unix__ +# ifdef GGI +# define GII_INPUT 1 +# define GGI_VIDEO 1 # else -# ifdef GGI -# define GGI_VIDEO 1 -# define GII_INPUT 1 +# ifdef SVGA +# define SVGALIB_INPUT 1 +# define SVGALIB_VIDEO 1 # else -# ifdef SVGA -# define SVGALIB_VIDEO 1 -# define SVGALIB_INPUT 1 +# define SDL_INPUT 1 +# ifdef OGL +# define SDL_GL_VIDEO 1 # else # define SDL_VIDEO 1 -# define SDL_INPUT 1 # endif # endif # endif -- 2.39.2