~ubuntu-branches/ubuntu/trusty/idjc/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 16:33:59 UTC
  • mfrom: (0.2.6)
  • Revision ID: package-import@ubuntu.com-20111203163359-dq5fy9i756jpoy29
Tags: 0.8.6-1
* New upstream release.
* debian/control:
  - Wrap and sort.
  - Build-depend on autopoint.
  - Drop autotools-dev, unnecessary.
* Drop the whole patch set, none of them is still needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/* libmad to be linked dynamically */
10
10
#undef DYN_MAD
11
11
 
 
12
/* Define to 1 if translation of program messages to the user's native
 
13
   language is requested. */
 
14
#undef ENABLE_NLS
 
15
 
12
16
/* Set if using an enhanced libshout */
13
17
#undef ENH_SHOUT
14
18
 
15
19
/* if set use legacy include file location */
16
20
#undef FFMPEG_AVCODEC
17
21
 
18
 
/* Set for new(er) flac API */
19
 
#undef FLAC_POST1_1_3
20
 
 
21
22
/* Set if libavcodec was found */
22
23
#undef HAVE_AVCODEC
23
24
 
24
25
/* Set if libavformat was found */
25
26
#undef HAVE_AVFORMAT
26
27
 
 
28
/* Set if libavutil was found */
 
29
#undef HAVE_AVUTIL
 
30
 
27
31
/* Define to 1 if you have the `canonicalize_file_name' function. */
28
32
#undef HAVE_CANONICALIZE_FILE_NAME
29
33
 
 
34
/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
 
35
   CoreFoundation framework. */
 
36
#undef HAVE_CFLOCALECOPYCURRENT
 
37
 
 
38
/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
 
39
   the CoreFoundation framework. */
 
40
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
 
41
 
 
42
/* Define if the GNU dcgettext() function is already present or preinstalled.
 
43
   */
 
44
#undef HAVE_DCGETTEXT
 
45
 
30
46
/* Define to 1 if you have the <fcntl.h> header file. */
31
47
#undef HAVE_FCNTL_H
32
48
 
36
52
/* Define to 1 if you have the `getline' function. */
37
53
#undef HAVE_GETLINE
38
54
 
 
55
/* Define if the GNU gettext() function is already present or preinstalled. */
 
56
#undef HAVE_GETTEXT
 
57
 
 
58
/* Define if you have the iconv() function and it works. */
 
59
#undef HAVE_ICONV
 
60
 
39
61
/* Define to 1 if you have the <inttypes.h> header file. */
40
62
#undef HAVE_INTTYPES_H
41
63