diff options
author | Chris Robinson <[email protected]> | 2009-03-10 01:03:39 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-03-10 01:03:39 -0700 |
commit | 7ebb28327f8e5fb91e3b0808f2782bf2f2e15341 (patch) | |
tree | 9ddf005ab90be2d09b5d743fc66674d650ab26b0 /config.h.in | |
parent | 86931cbde425a092527fd873e770ea5a617138da (diff) |
Remove the SDL backend
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 0 insertions, 9 deletions
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 |