~ubuntu-branches/debian/squeeze/qsampler/squeeze

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-08-28 08:43:21 UTC
  • mfrom: (1.1.1 upstream) (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080828084321-guq8v04yg31co9gm
Tags: 0.2.1-1
* New upstream release
* Uploaded to Debian (Closes: #280576)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
 
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
 
2
 
 
3
/* Define if audio_routing is an integer array. */
 
4
#undef CONFIG_AUDIO_ROUTING
2
5
 
3
6
/* Define if debugging is enabled. */
4
7
#undef CONFIG_DEBUG
5
8
 
 
9
/* Define if instrument editing is available. */
 
10
#undef CONFIG_EDIT_INSTRUMENT
 
11
 
 
12
/* Define if FX sends is available. */
 
13
#undef CONFIG_FXSEND
 
14
 
 
15
/* Define if FX send level is available. */
 
16
#undef CONFIG_FXSEND_LEVEL
 
17
 
6
18
/* Define if instrument_name is available. */
7
19
#undef CONFIG_INSTRUMENT_NAME
8
20
 
9
21
/* Define if libgig is available. */
10
22
#undef CONFIG_LIBGIG
11
23
 
 
24
/* Define if MIDI instrument mapping is available. */
 
25
#undef CONFIG_MIDI_INSTRUMENT
 
26
 
 
27
/* Define if mute/solo is available. */
 
28
#undef CONFIG_MUTE_SOLO
 
29
 
12
30
/* Default installation prefix. */
13
31
#undef CONFIG_PREFIX
14
32
 
15
33
/* Define if round is available. */
16
34
#undef CONFIG_ROUND
17
35
 
 
36
/* Define if global volume is available. */
 
37
#undef CONFIG_VOLUME
 
38
 
18
39
/* Define to 1 if you have the <fcntl.h> header file. */
19
40
#undef HAVE_FCNTL_H
20
41
 
21
42
/* Define to 1 if you have the <inttypes.h> header file. */
22
43
#undef HAVE_INTTYPES_H
23
44
 
 
45
/* Define if libgig provides gig::File::SetAutoLoad() method. */
 
46
#undef HAVE_LIBGIG_SETAUTOLOAD
 
47
 
24
48
/* Define to 1 if you have the `m' library (-lm). */
25
49
#undef HAVE_LIBM
26
50