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

« back to all changes in this revision

Viewing changes to config.h.in

  • 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:
108
108
/* Define to 1 if you have the `pthread_getschedparam' function. */
109
109
#undef HAVE_PTHREAD_GETSCHEDPARAM
110
110
 
 
111
/* Define to 1 if you have the `pthread_kill' function. */
 
112
#undef HAVE_PTHREAD_KILL
 
113
 
111
114
/* Define to 1 if you have the `pthread_self' function. */
112
115
#undef HAVE_PTHREAD_SELF
113
116
 
114
117
/* Define to 1 if you have the `pthread_setschedparam' function. */
115
118
#undef HAVE_PTHREAD_SETSCHEDPARAM
116
119
 
 
120
/* Define to 1 if you have the `pthread_sigmask' function. */
 
121
#undef HAVE_PTHREAD_SIGMASK
 
122
 
117
123
/* Define to 1 if you have the `sched_getparam' function. */
118
124
#undef HAVE_SCHED_GETPARAM
119
125