filename | config.h.in |
changeset | 657:c4143facbfcb |
prev | 656:031d23fa6d0b |
next | 658:f5926310bfbe |
author | nkeynes |
date | Wed Apr 16 10:12:12 2008 +0000 (14 years ago) |
permissions | -rw-r--r-- |
last change | Add support for the pulseaudio sound system |
file | annotate | diff | log | raw |
1.1 --- a/config.h.in Wed Apr 02 01:46:58 2008 +00001.2 +++ b/config.h.in Wed Apr 16 10:12:12 2008 +00001.3 @@ -76,6 +76,9 @@1.4 /* Have ARB shader support */1.5 #undef HAVE_OPENGL_SHADER_ARB1.7 +/* Have pulseaudio support */1.8 +#undef HAVE_PULSE1.9 +1.10 /* Define to 1 if you have the <stdint.h> header file. */1.11 #undef HAVE_STDINT_H
.