filename | config.h.in |
changeset | 989:7baf5ecd8e98 |
prev | 927:17b6b9e245d8 |
next | 1024:c67f2d61ab97 |
author | nkeynes |
date | Sat Feb 28 06:26:48 2009 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Add SDL audio driver, thanks to Wahrhaft! |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Mon Dec 15 10:44:56 2008 +00001.2 +++ b/config.h.in Sat Feb 28 06:26:48 2009 +00001.3 @@ -112,6 +112,9 @@1.4 /* Have pulseaudio support */1.5 #undef HAVE_PULSE1.7 +/* Have SDL support */1.8 +#undef HAVE_SDL1.9 +1.10 /* Define to 1 if you have the <stdint.h> header file. */1.11 #undef HAVE_STDINT_H
.