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

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
/* version of JACK transport API to use */
40
40
#undef ECA_JACK_TRANSPORT_API
41
41
 
 
42
/* enable ecasound curses console interface */
 
43
#undef ECA_PLATFORM_CURSES
 
44
 
42
45
/* Ecasound configure script prefix */
43
46
#undef ECA_PREFIX
44
47
 
153
156
/* Define to 1 if you have the <sys/mman.h> header file. */
154
157
#undef HAVE_SYS_MMAN_H
155
158
 
 
159
/* Define to 1 if you have the <sys/select.h> header file. */
 
160
#undef HAVE_SYS_SELECT_H
 
161
 
156
162
/* Define to 1 if you have the <sys/stat.h> header file. */
157
163
#undef HAVE_SYS_STAT_H
158
164