~ubuntu-branches/ubuntu/wily/qsampler/wily

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Jaromír Mikeš
  • Date: 2015-04-26 17:30:50 UTC
  • mfrom: (5.2.2 sid)
  • Revision ID: package-import@ubuntu.com-20150426173050-0o46g530ngbdaco1
Tags: 0.3.0-1
* Imported Upstream version 0.3.0
* Fix VCS fields.
* Removed patches - they don't apply anymore.
* Add desktop patch.
* Add description to patch.
* Install upstream desktop file.
* Update copyright file.
* Enable parallel build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
5
 
 
6
 
/* Define if debugging is enabled. */
7
 
#undef CONFIG_DEBUG
8
 
 
9
 
/* Define if instrument editing is available. */
10
 
#undef CONFIG_EDIT_INSTRUMENT
11
 
 
12
 
/* Define if LSCP CHANNEL_MIDI event support is available. */
13
 
#undef CONFIG_EVENT_CHANNEL_MIDI
14
 
 
15
 
/* Define if LSCP DEVICE_MIDI event support is available. */
16
 
#undef CONFIG_EVENT_DEVICE_MIDI
17
 
 
18
 
/* Define if FX sends is available. */
19
 
#undef CONFIG_FXSEND
20
 
 
21
 
/* Define if FX send level is available. */
22
 
#undef CONFIG_FXSEND_LEVEL
23
 
 
24
 
/* Define if FX send rename is available. */
25
 
#undef CONFIG_FXSEND_RENAME
26
 
 
27
 
/* Define if instrument_name is available. */
28
 
#undef CONFIG_INSTRUMENT_NAME
29
 
 
30
 
/* Define if libgig is available. */
31
 
#undef CONFIG_LIBGIG
32
 
 
33
 
/* Define if max. voices / streams is available. */
34
 
#undef CONFIG_MAX_VOICES
35
 
 
36
 
/* Define if MIDI instrument mapping is available. */
37
 
#undef CONFIG_MIDI_INSTRUMENT
38
 
 
39
 
/* Define if mute/solo is available. */
40
 
#undef CONFIG_MUTE_SOLO
41
 
 
42
 
/* Default installation prefix. */
43
 
#undef CONFIG_PREFIX
44
 
 
45
 
/* Define if round is available. */
46
 
#undef CONFIG_ROUND
47
 
 
48
 
/* Define if global volume is available. */
49
 
#undef CONFIG_VOLUME
50
 
 
51
 
/* Define to 1 if you have the <fcntl.h> header file. */
52
 
#undef HAVE_FCNTL_H
53
 
 
54
 
/* Define to 1 if you have the <inttypes.h> header file. */
55
 
#undef HAVE_INTTYPES_H
56
 
 
57
 
/* Define if libgig provides gig::File::SetAutoLoad() method. */
58
 
#undef HAVE_LIBGIG_SETAUTOLOAD
59
 
 
60
 
/* Define to 1 if you have the `m' library (-lm). */
61
 
#undef HAVE_LIBM
62
 
 
63
 
/* Define to 1 if you have the `X11' library (-lX11). */
64
 
#undef HAVE_LIBX11
65
 
 
66
 
/* Define to 1 if you have the `Xext' library (-lXext). */
67
 
#undef HAVE_LIBXEXT
68
 
 
69
 
/* Define to 1 if you have the <memory.h> header file. */
70
 
#undef HAVE_MEMORY_H
71
 
 
72
 
/* Define to 1 if you have the <signal.h> header file. */
73
 
#undef HAVE_SIGNAL_H
74
 
 
75
 
/* Define to 1 if you have the <stdint.h> header file. */
76
 
#undef HAVE_STDINT_H
77
 
 
78
 
/* Define to 1 if you have the <stdlib.h> header file. */
79
 
#undef HAVE_STDLIB_H
80
 
 
81
 
/* Define to 1 if you have the <strings.h> header file. */
82
 
#undef HAVE_STRINGS_H
83
 
 
84
 
/* Define to 1 if you have the <string.h> header file. */
85
 
#undef HAVE_STRING_H
86
 
 
87
 
/* Define to 1 if you have the `system' function. */
88
 
#undef HAVE_SYSTEM
89
 
 
90
 
/* Define to 1 if you have the <sys/ioctl.h> header file. */
91
 
#undef HAVE_SYS_IOCTL_H
92
 
 
93
 
/* Define to 1 if you have the <sys/stat.h> header file. */
94
 
#undef HAVE_SYS_STAT_H
95
 
 
96
 
/* Define to 1 if you have the <sys/types.h> header file. */
97
 
#undef HAVE_SYS_TYPES_H
98
 
 
99
 
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
100
 
#undef HAVE_SYS_WAIT_H
101
 
 
102
 
/* Define to 1 if you have the <unistd.h> header file. */
103
 
#undef HAVE_UNISTD_H
104
 
 
105
 
/* Define to the address where bug reports for this package should be sent. */
106
 
#undef PACKAGE_BUGREPORT
107
 
 
108
 
/* Define to the full name of this package. */
109
 
#undef PACKAGE_NAME
110
 
 
111
 
/* Define to the full name and version of this package. */
112
 
#undef PACKAGE_STRING
113
 
 
114
 
/* Define to the one symbol short name of this package. */
115
 
#undef PACKAGE_TARNAME
116
 
 
117
 
/* Define to the version of this package. */
118
 
#undef PACKAGE_VERSION
119
 
 
120
 
/* Define to 1 if you have the ANSI C header files. */
121
 
#undef STDC_HEADERS