1 //=============================================================================
2 //  MusE
3 //  Linux Music Editor
4 //
5 //  Copyright (C) 2002-2010 by Werner Schweer and others
6 //
7 //  This program is free software; you can redistribute it and/or modify
8 //  it under the terms of the GNU General Public License version 2.
9 //
10 //  This program is distributed in the hope that it will be useful,
11 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
12 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 //  GNU General Public License for more details.
14 //
15 //  You should have received a copy of the GNU General Public License
16 //  along with this program; if not, write to the Free Software
17 //  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 //=============================================================================
19 
20 #ifndef MUSESCORE_CONFIG_H
21 #define MUSESCORE_CONFIG_H
22 
23 #define USE_ALSA
24 #define USE_JACK
25 /* #undef USE_PORTAUDIO */
26 /* #undef USE_PORTMIDI */
27 
28 #define MSCORE_UNSTABLE
29 
30 #define HAS_MIDI
31 #define STATIC_SCRIPT_BINDINGS
32 #define BUILD_SCRIPTGEN
33 #define HAS_AUDIOFILE
34 /* #undef USE_SSE */
35 
36 #define INSTALL_NAME      "mscore-2.0/"
37 #define INSTPREFIX        "/usr/local"
38 #define VERSION           "2.0.0"
39 
40 #define AEOLUS
41 /* #undef OMR */
42 /* #undef OCR */
43 #define OSC
44 /* #undef OPENGL */
45 #define SOUNDFONT3
46 
47 /* #undef Q_OS_UIKIT */
48 
49 #define USE_BSP         true
50 #define SCRIPT_INTERFACE true
51 
52 #endif /* MUSESCORE_CONFIG_H */
53