From 7ebb28327f8e5fb91e3b0808f2782bf2f2e15341 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 10 Mar 2009 01:03:39 -0700 Subject: Remove the SDL backend --- config.h.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 340ce323..7f932676 100644 --- a/config.h.in +++ b/config.h.in @@ -22,9 +22,6 @@ /* Define if we have the PortAudio backend */ #cmakedefine HAVE_PORTAUDIO -/* Define if we have the SDL backend */ -#cmakedefine HAVE_SDL - /* Define if we have dlfcn.h */ #cmakedefine HAVE_DLFCN_H @@ -46,12 +43,6 @@ /* Define if we have stdint.h */ #cmakedefine HAVE_STDINT_H -/* Define if we have SDL/SDL.h */ -#cmakedefine HAVE_SDL_SDL_H - -/* Define if we have SDL.h */ -#cmakedefine HAVE_SDL_H - /* Define if we have the __int64 type */ #cmakedefine HAVE___INT64 -- cgit v1.2.3