include/interface.h
changeset 0 06dd3b8d90ad
equal deleted inserted replaced
-1:000000000000 0:06dd3b8d90ad
       
     1 /**
       
     2  *  $Id: interface.h 48 2008-01-09 23:59:19Z mbroeker $
       
     3  * $URL: http://localhost/svn/c/VirtualReader/trunk/include/interface.h $
       
     4  */
       
     5 
       
     6 #ifndef INTERFACE_H
       
     7 #define INTERFACE_H
       
     8 
       
     9 #ifdef PROSER
       
    10 #include <proser_interface.h>
       
    11 #endif
       
    12 
       
    13 #ifdef MBROLA
       
    14 #include <mbrola_interface.h>
       
    15 #endif
       
    16 
       
    17 #ifdef FESTIVAL
       
    18 #include <festival_interface.h>
       
    19 #endif
       
    20 
       
    21 #endif