chiark / gitweb /
login details box for disobedience. a bit unfriendly but does work.
[disorder] / lib / configuration.h
index e4ac7b93568de92d5a0b2403346ce614abe93778..4dad503983d61a764f453c0963c091a108ca8625 100644 (file)
@@ -183,6 +183,7 @@ struct config {
 #define BACKEND_COMMAND 1              /**< Execute a command */
 #define BACKEND_NETWORK 2              /**< Transmit RTP  */
 #define BACKEND_COREAUDIO 3            /**< Use Core Audio (Mac only) */
+#define BACKEND_OSS 4                  /**< Use OSS */
 
   /** @brief Home directory for state files */
   const char *home;