aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
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