--- config.default.orig	2012-06-15 16:31:23.000000000 -0500
+++ config.default	2012-10-28 17:17:57.000000000 -0500
@@ -6,12 +6,12 @@
 #BACKEND = allegro
 #BACKEND = gdi
 #BACKEND = opengl
-#BACKEND = sdl
+BACKEND = sdl
 #BACKEND = mixer_sdl
 #BACKEND = posix
 
 #COLOUR_DEPTH = 0
-#COLOUR_DEPTH = 16
+COLOUR_DEPTH = 16
 
 #OSTYPE = amiga
 #OSTYPE = beos
@@ -20,10 +20,10 @@
 #OSTYPE = haiku
 #OSTYPE = linux
 #OSTYPE = mingw
-#OSTYPE = mac
+OSTYPE = mac
 
-#DEBUG = 3    # Level 1-3, higher number means more debug-friendly, see Makefile
-#OPTIMISE = 1 # Add umpteen optimisation flags
+DEBUG = 3    # Level 1-3, higher number means more debug-friendly, see Makefile
+OPTIMISE = 1 # Add umpteen optimisation flags
 #PROFILE = 1  # Enable profiling
 #PROFILE = 2  # Enable profiling with optimisation flags, can be used with `OPTIMISE = 1'
 
@@ -36,10 +36,10 @@
 
 # Define these as empty strings, if you don't have the respective config program
 #ALLEGRO_CONFIG = allegro-config
-#PNG_CONFIG     = pkg-config libpng
-#SDL_CONFIG     = sdl-config
+PNG_CONFIG     = pkg-config libpng
+SDL_CONFIG     = sdl-config
 
-#VERBOSE = 1
+VERBOSE = 1
 
 # The following useful conditional compilation flags exist
 #
