~ubuntu-branches/ubuntu/raring/ecasound2.2/raring

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2009-11-02 18:22:35 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091102182235-4ngh7699dmkgonyu
Tags: 2.7.0-1
* New upstream release.
* Depend on libreadline-dev instead of libreadline5-dev by request of
  Mattias Klose. It's now libreadline6-dev. (closes: #553748)
* Update menu file to use section Applications/ instead of Apps/.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
/* use C++ std namespace */
53
53
#define ECA_USE_CXX_STD_NAMESPACE 1
54
54
 
 
55
/* Use liblo for OSC support */
 
56
/* #undef ECA_USE_LIBLO */
 
57
 
 
58
/* Use liboil */
 
59
/* #undef ECA_USE_LIBOIL */
 
60
 
55
61
/* use curses.h for curses interface */
56
62
#define ECA_USE_NCURSES_H 1
57
63
 
58
64
/* ncurses headers are installed in ncurses subdir <ncurses/ncurses.h> */
59
65
/* #undef ECA_USE_NCURSES_NCURSES_H */
60
66
 
61
 
/* Define to 1 if you have the `atexit' function. */
62
 
#define HAVE_ATEXIT 1
63
 
 
64
 
/* Define to 1 if you have the `atoll' function. */
65
 
#define HAVE_ATOLL 1
 
67
/* Define to 1 if you have the `clock_gettime' function. */
 
68
#define HAVE_CLOCK_GETTIME 1
66
69
 
67
70
/* Define to 1 if you have the <dlfcn.h> header file. */
68
71
#define HAVE_DLFCN_H 1
70
73
/* Define to 1 if you have the <errno.h> header file. */
71
74
#define HAVE_ERRNO_H 1
72
75
 
 
76
/* Define to 1 if you have the <execinfo.h> header file. */
 
77
#define HAVE_EXECINFO_H 1
 
78
 
 
79
/* Define to 1 if you have the `execvp' function. */
 
80
#define HAVE_EXECVP 1
 
81
 
73
82
/* Define to 1 if you have the <fcntl.h> header file. */
74
83
#define HAVE_FCNTL_H 1
75
84
 
 
85
/* Define to 1 if you have the <features.h> header file. */
 
86
#define HAVE_FEATURES_H 1
 
87
 
76
88
/* Define to 1 if you have the `getpagesize' function. */
77
89
#define HAVE_GETPAGESIZE 1
78
90
 
106
118
/* Define to 1 if you have the `pause' function. */
107
119
#define HAVE_PAUSE 1
108
120
 
 
121
/* Define to 1 if you have the `posix_memalign' function. */
 
122
#define HAVE_POSIX_MEMALIGN 1
 
123
 
109
124
/* Define to 1 if you have the `pthread_getschedparam' function. */
110
125
#define HAVE_PTHREAD_GETSCHEDPARAM 1
111
126
 
112
127
/* Define to 1 if you have the `pthread_kill' function. */
113
128
#define HAVE_PTHREAD_KILL 1
114
129
 
 
130
/* Define to 1 if you have the `pthread_mutexattr_init' function. */
 
131
#define HAVE_PTHREAD_MUTEXATTR_INIT 1
 
132
 
115
133
/* Define to 1 if you have the `pthread_self' function. */
116
134
#define HAVE_PTHREAD_SELF 1
117
135
 
121
139
/* Define to 1 if you have the `pthread_sigmask' function. */
122
140
#define HAVE_PTHREAD_SIGMASK 1
123
141
 
 
142
/* Define to 1 if you have the <regex.h> header file. */
 
143
#define HAVE_REGEX_H 1
 
144
 
124
145
/* Define to 1 if you have the `sched_getparam' function. */
125
146
#define HAVE_SCHED_GETPARAM 1
126
147
 
163
184
/* Define to 1 if you have the <sys/mman.h> header file. */
164
185
#define HAVE_SYS_MMAN_H 1
165
186
 
 
187
/* Define to 1 if you have the <sys/poll.h> header file. */
 
188
#define HAVE_SYS_POLL_H 1
 
189
 
166
190
/* Define to 1 if you have the <sys/select.h> header file. */
167
191
#define HAVE_SYS_SELECT_H 1
168
192
 
 
193
/* Define to 1 if you have the <sys/socket.h> header file. */
 
194
#define HAVE_SYS_SOCKET_H 1
 
195
 
169
196
/* Define to 1 if you have the <sys/stat.h> header file. */
170
197
#define HAVE_SYS_STAT_H 1
171
198
 
191
218
#define LIBECASOUNDC_VERSION 2
192
219
 
193
220
/* libecasound interface version */
194
 
#define LIBECASOUND_VERSION 21
 
221
#define LIBECASOUND_VERSION 22
195
222
 
196
223
/* libecasound interface age */
197
 
#define LIBECASOUND_VERSION_AGE 1
 
224
#define LIBECASOUND_VERSION_AGE 0
198
225
 
199
226
/* libkvutils interface version */
200
 
#define LIBKVUTILS_VERSION 8
 
227
#define LIBKVUTILS_VERSION 9
201
228
 
202
229
/* libkvutils interface age */
203
 
#define LIBKVUTILS_VERSION_AGE 4
 
230
#define LIBKVUTILS_VERSION_AGE 5
204
231
 
205
232
/* Name of package */
206
233
#define PACKAGE "ecasound"
212
239
#define PACKAGE_NAME "ecasound"
213
240
 
214
241
/* Define to the full name and version of this package. */
215
 
#define PACKAGE_STRING "ecasound 2.6.0"
 
242
#define PACKAGE_STRING "ecasound 2.7.0"
216
243
 
217
244
/* Define to the one symbol short name of this package. */
218
245
#define PACKAGE_TARNAME "ecasound"
219
246
 
220
247
/* Define to the version of this package. */
221
 
#define PACKAGE_VERSION "2.6.0"
 
248
#define PACKAGE_VERSION "2.7.0"
222
249
 
223
250
/* Define to 1 if you have the ANSI C header files. */
224
251
#define STDC_HEADERS 1
227
254
#define TIME_WITH_SYS_TIME 1
228
255
 
229
256
/* Version number of package */
230
 
#define VERSION "2.6.0"
 
257
#define VERSION "2.7.0"
231
258
 
232
259
/* Define to 1 if your processor stores words with the most significant byte
233
260
   first (like Motorola and SPARC, unlike Intel and VAX). */