~ubuntu-branches/ubuntu/karmic/mhwaveedit/karmic

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-01-08 22:20:37 UTC
  • mfrom: (2.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080108222037-tsazhckl5vmc8yih
Tags: 1.4.14-2
Added desktop file (Closes: #457849), thanks to Marco Rodrigues

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
/* Default sound driver */
7
7
#undef DEFAULT_DRIVER
8
8
 
 
9
/* Default path for LADSPA plugins */
 
10
#undef DEFAULT_LADSPA_PATH
 
11
 
9
12
/* Define to 1 if translation of program messages to the user's native
10
13
   language is requested. */
11
14
#undef ENABLE_NLS
54
57
/* Define to 1 if you have the `gettimeofday' function. */
55
58
#undef HAVE_GETTIMEOFDAY
56
59
 
 
60
/* Defined if Glib thread support is available */
 
61
#undef HAVE_GTHREAD
 
62
 
57
63
/* Define if you have the iconv() function. */
58
64
#undef HAVE_ICONV
59
65
 
271
277
/* Define to the type of arg 5 for `select'. */
272
278
#undef SELECT_TYPE_ARG5
273
279
 
274
 
/* The size of a `off_t', as computed by sizeof. */
 
280
/* The size of `off_t', as computed by sizeof. */
275
281
#undef SIZEOF_OFF_T
276
282
 
277
283
/* Define to 1 if you have the ANSI C header files. */
301
307
/* Define to empty if `const' does not conform to ANSI C. */
302
308
#undef const
303
309
 
304
 
/* Define to `long' if <sys/types.h> does not define. */
 
310
/* Define to `long int' if <sys/types.h> does not define. */
305
311
#undef off_t
306
312
 
307
313
/* Define to `int' if <sys/types.h> does not define. */
308
314
#undef pid_t
309
315
 
310
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
316
/* Define to `unsigned int' if <sys/types.h> does not define. */
311
317
#undef size_t
312
318
 
313
319
/* Define as `fork' if `vfork' does not work. */