diff options
author | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-09-07 14:34:14 -0700 |
commit | 16d96eed7bc8b412f06dccfa9c01f1bb7856bb91 (patch) | |
tree | 35ce4268f45597750248fe5093022c42710e8a51 /config.h.in | |
parent | fa76168683863aeab8430110ffed58cf1041677e (diff) |
Add a Solaris playback backend
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 7b310f3b..733c348b 100644 --- a/config.h.in +++ b/config.h.in @@ -7,6 +7,9 @@ /* Define if we have the OSS backend */ #cmakedefine HAVE_OSS +/* Define if we have the Solaris backend */ +#cmakedefine HAVE_SOLARIS + /* Define if we have the DSound backend */ #cmakedefine HAVE_DSOUND |