filename | config.h.in |
changeset | 643:653b0a70f173 |
prev | 614:a2d239d4438a |
next | 653:3202ff01d48e |
author | bhaal22 |
date | Tue Feb 26 01:10:48 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Commit initial ALSA audio driver Add init/shutdown stubs to audio driver structure |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Mon Jan 28 02:38:09 2008 +00001.2 +++ b/config.h.in Tue Feb 26 01:10:48 2008 +00001.3 @@ -22,6 +22,9 @@1.4 /* translation domain */1.5 #undef GETTEXT_PACKAGE1.7 +/* Have alsa support */1.8 +#undef HAVE_ALSA1.9 +1.10 /* Define to 1 if you have the `bind_textdomain_codeset' function. */1.11 #undef HAVE_BIND_TEXTDOMAIN_CODESET
.