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

« back to all changes in this revision

Viewing changes to config.h

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-09-26 09:58:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080926095852-k3v9ewhmxpaltusw
Tags: 2.5.2-3
yodl 2.13.1 removed --unique-output option. Remove --unique-output
accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
/* Define to 1 if you have the `pthread_getschedparam' function. */
110
110
#define HAVE_PTHREAD_GETSCHEDPARAM 1
111
111
 
 
112
/* Define to 1 if you have the `pthread_kill' function. */
 
113
#define HAVE_PTHREAD_KILL 1
 
114
 
112
115
/* Define to 1 if you have the `pthread_self' function. */
113
116
#define HAVE_PTHREAD_SELF 1
114
117
 
115
118
/* Define to 1 if you have the `pthread_setschedparam' function. */
116
119
#define HAVE_PTHREAD_SETSCHEDPARAM 1
117
120
 
 
121
/* Define to 1 if you have the `pthread_sigmask' function. */
 
122
#define HAVE_PTHREAD_SIGMASK 1
 
123
 
118
124
/* Define to 1 if you have the `sched_getparam' function. */
119
125
#define HAVE_SCHED_GETPARAM 1
120
126
 
185
191
#define LIBECASOUNDC_VERSION 1
186
192
 
187
193
/* libecasound interface version */
188
 
#define LIBECASOUND_VERSION 18
 
194
#define LIBECASOUND_VERSION 20
189
195
 
190
196
/* libecasound interface age */
191
197
#define LIBECASOUND_VERSION_AGE 0
206
212
#define PACKAGE_NAME "ecasound"
207
213
 
208
214
/* Define to the full name and version of this package. */
209
 
#define PACKAGE_STRING "ecasound 2.4.6.1"
 
215
#define PACKAGE_STRING "ecasound 2.5.2"
210
216
 
211
217
/* Define to the one symbol short name of this package. */
212
218
#define PACKAGE_TARNAME "ecasound"
213
219
 
214
220
/* Define to the version of this package. */
215
 
#define PACKAGE_VERSION "2.4.6.1"
 
221
#define PACKAGE_VERSION "2.5.2"
216
222
 
217
223
/* Define to 1 if you have the ANSI C header files. */
218
224
#define STDC_HEADERS 1
221
227
#define TIME_WITH_SYS_TIME 1
222
228
 
223
229
/* Version number of package */
224
 
#define VERSION "2.4.6.1"
 
230
#define VERSION "2.5.2"
225
231
 
226
232
/* Define to 1 if your processor stores words with the most significant byte
227
233
   first (like Motorola and SPARC, unlike Intel and VAX). */