~ubuntu-branches/ubuntu/lucid/gnome-media/lucid

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-07-28 09:49:30 UTC
  • mfrom: (0.1.33 upstream)
  • Revision ID: james.westby@ubuntu.com-20090728094930-2atfxgwqd0wj55ph
Tags: 2.27.5-0ubuntu1
* New upstream release
  - General:
    + vumeter, gnome-cd and cddb-slave have been removed
  - gnome-volume-control
    + Add card and port selection (Bastien Nocera)
    + Excessive CPU usage when trying to reconnect to PulseAudio (Chris Coulson)
    + Many fixes (Bastien Nocera)
  - Updated translations:
    + es (Jorge González)
    + et (Ivar Smolin)
    + fi (Ilkka Tuohela)
    + gu (Sweta Kothari)
    + he (Yaron Shahrabani)
    + hu (Gabor Kelemen)
    + pt_BR (André Gondim)
    + sv (Daniel Nylander)
    + ta (Dr.T.Vasudevan)
    + zh_HK (Chao-Hsiung Liao)
    + zh_TW (Chao-Hsiung Liao)
* debian/rules: Remove configure flags to disable cddb-slave and gnome-cd
* 01_vumeter_nodisplay.patch: Dropped, as vumeter has been removed
* 03_menu_changes.patch: Removed references to gnome-cd and vumeter files
* 99_autoconf.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
2
 
3
 
/* Define if we have IPv6 support */
4
 
#undef ENABLE_IPV6
5
 
 
6
3
/* always defined to indicate that i18n is enabled */
7
4
#undef ENABLE_NLS
8
5
 
18
15
/* major/minor of GStreamer as a string constant */
19
16
#undef GST_MAJORMINOR_QUOTED
20
17
 
21
 
/* Define to 1 if you have the `basename' function. */
22
 
#undef HAVE_BASENAME
23
 
 
24
18
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
25
19
#undef HAVE_BIND_TEXTDOMAIN_CODESET
26
20
 
27
 
/* Defined if have an ioctl to close the CD-rom tray */
28
 
#undef HAVE_CDROMCLOSETRAY_IOCTL
29
 
 
30
21
/* Define to 1 if you have the `dcgettext' function. */
31
22
#undef HAVE_DCGETTEXT
32
23
 
33
24
/* Define to 1 if you have the <dlfcn.h> header file. */
34
25
#undef HAVE_DLFCN_H
35
26
 
36
 
/* Defined if we have Esound */
37
 
#undef HAVE_ESD
38
 
 
39
27
/* Define to 1 if you have the <fcntl.h> header file. */
40
28
#undef HAVE_FCNTL_H
41
29
 
54
42
/* Define to 1 if you have the <limits.h> header file. */
55
43
#undef HAVE_LIMITS_H
56
44
 
57
 
/* Define to 1 if you have the <linux/cdrom.h> header file. */
58
 
#undef HAVE_LINUX_CDROM_H
59
 
 
60
 
/* Define to 1 if you have the <linux/ucdrom.h> header file. */
61
 
#undef HAVE_LINUX_UCDROM_H
62
 
 
63
45
/* Define to 1 if you have the <locale.h> header file. */
64
46
#undef HAVE_LOCALE_H
65
47
 
72
54
/* Define to 1 if you have a working `mmap' system call. */
73
55
#undef HAVE_MMAP
74
56
 
75
 
/* Define to 1 if you have the `poll' function. */
76
 
#undef HAVE_POLL
77
 
 
78
57
/* Define if we have pulseaudio */
79
58
#undef HAVE_PULSEAUDIO
80
59
 
93
72
/* Define to 1 if you have the <string.h> header file. */
94
73
#undef HAVE_STRING_H
95
74
 
96
 
/* Define to 1 if you have the <sun/dkio.h> header file. */
97
 
#undef HAVE_SUN_DKIO_H
98
 
 
99
 
/* Define to 1 if you have the <sys/cdio.h> header file. */
100
 
#undef HAVE_SYS_CDIO_H
101
 
 
102
75
/* Define to 1 if you have the <sys/ioctl.h> header file. */
103
76
#undef HAVE_SYS_IOCTL_H
104
77
 
145
118
/* Define to 1 if you have the ANSI C header files. */
146
119
#undef STDC_HEADERS
147
120
 
148
 
/* path to uninstalled gnome-cd themes dir */
149
 
#undef THEME_DIR_UNINSTALLED
150
 
 
151
121
/* Version number of package */
152
122
#undef VERSION
153
123
 
154
124
/* Define to empty if `const' does not conform to ANSI C. */
155
125
#undef const
156
126
 
157
 
/* Default CD device to use */
158
 
#undef default_cd_device
159
 
 
160
127
/* Define to `__inline__' or `__inline' if that's what the C compiler
161
128
   calls it, or to nothing if 'inline' is not supported under any name.  */
162
129
#ifndef __cplusplus