~jcowgill/ubuntu/trusty/easytag/bug-1295882

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2011-05-02 20:04:35 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110502200435-oxnbpvmsscs02oe2
Tags: 2.1.6+git20110423-1
* New maintainers. (Taking over from Sebastian Bacher per his agreement.)
* New upstream snapshot.
* Switch to the 3.0 (quilt) format.
* debian/copyright:
  - New upstream address.
* debian/control:
  - Update maintainer field.
  - Bump Standards-Version to 3.9.2.
  - Do not depend on cdbs, use debhelper version with override support.
  - Use dh-autoreconf to generate automake files.
  - Add Vcs-* fields.
  - Fix misspelling in package description.
  - Set DM-Upload-Allowed.
* debian/rules:
  - Rewrite using debhelper 7.
  - Link with -Wl,--as-needed.
  - Add get-orig-source rule to export git snapshots.
* debian/patches:
  - Remove 01-autoload.patch, merged upstream.
  - Remove 02-autoreconf.patch, using dh_autoreconf now.
  - Remove manpage-has-bad-whatis-entry.patch, merged upstream.
  - Add desktop.patch: desktop file fixes. (Closes: #620141, #360390)
* Update debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.in by autoheader.  */
2
 
#define ID3LIB_MAJOR 0
3
 
#define ID3LIB_MINOR 0
4
 
#define ID3LIB_PATCH 0
5
 
 
6
 
#define LIBFLAC_MAJOR 0
7
 
#define LIBFLAC_MINOR 0
8
 
#define LIBFLAC_PATCH 0
9
 
 
10
 
#undef PACKAGE
11
 
#undef VERSION
12
 
#undef HAVE_LIBSM
13
 
#undef HAVE_CATGETS
14
 
#undef HAVE_GETTEXT
15
 
#undef HAVE_LC_MESSAGES
16
 
#undef HAVE_STPCPY
17
 
#undef ENABLE_NLS
18
 
#undef HAVE_ICONV_OPEN
19
 
#undef HAVE_LANGINFO_CODESET
20
 
 
21
 
/* Define for FLAC support */
22
 
#undef ENABLE_FLAC
23
 
 
24
 
/* Define for id3v23 support */
25
 
#undef ENABLE_ID3LIB
26
 
 
27
 
/* Define for MP3 support */
28
 
#undef ENABLE_MP3
29
 
 
30
 
/* Define for MP4 support */
31
 
#undef ENABLE_MP4
32
 
 
33
 
/* always defined to indicate that i18n is enabled */
34
 
#undef ENABLE_NLS
35
 
 
36
 
/* Define for Ogg Vorbis support */
37
 
#undef ENABLE_OGG
38
 
 
39
 
/* Define for Speex support */
40
 
#undef ENABLE_SPEEX
41
 
 
42
 
/* Define for Wavpack support */
43
 
#undef ENABLE_WAVPACK
44
 
 
45
 
/* Package name for gettext */
46
 
#undef GETTEXT_PACKAGE
47
 
 
48
 
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
49
 
#undef HAVE_BIND_TEXTDOMAIN_CODESET
50
 
 
51
 
/* Define to 1 if you have the `dcgettext' function. */
52
 
#undef HAVE_DCGETTEXT
53
 
 
54
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
55
 
   */
56
 
#undef HAVE_DIRENT_H
57
 
 
58
 
/* Define to 1 if you have the <dlfcn.h> header file. */
59
 
#undef HAVE_DLFCN_H
60
 
 
61
 
/* Define to 1 if you have the <fcntl.h> header file. */
62
 
#undef HAVE_FCNTL_H
63
 
 
64
 
/* Define to 1 if you have the `fork' function. */
65
 
#undef HAVE_FORK
66
 
 
67
 
/* Define if the GNU gettext() function is already present or preinstalled. */
68
 
#undef HAVE_GETTEXT
69
 
 
70
 
/* Define to 1 if you have the <inttypes.h> header file. */
71
 
#undef HAVE_INTTYPES_H
72
 
 
73
 
/* Define if your <locale.h> file defines LC_MESSAGES. */
74
 
#undef HAVE_LC_MESSAGES
75
 
 
76
 
/* Define to 1 if you have the `FLAC' library (-lFLAC). */
77
 
#undef HAVE_LIBFLAC
78
 
 
79
 
/* Define to 1 if you have the `id3tag' library (-lid3tag). */
80
 
#undef HAVE_LIBID3TAG
81
 
 
82
 
/* Define to 1 if you have the `m' library (-lm). */
83
 
#undef HAVE_LIBM
84
 
 
85
 
/* Define to 1 if you have the `mp4v2' library (-lmp4v2). */
86
 
#undef HAVE_LIBMP4V2
87
 
 
88
 
/* Define to 1 if you have the `ogg' library (-logg). */
89
 
#undef HAVE_LIBOGG
90
 
 
91
 
/* Define to 1 if you have the `socket' library (-lsocket). */
92
 
#undef HAVE_LIBSOCKET
93
 
 
94
 
/* Define to 1 if you have the `speex' library (-lspeex). */
95
 
#undef HAVE_LIBSPEEX
96
 
 
97
 
/* Define to 1 if you have the `vorbis' library (-lvorbis). */
98
 
#undef HAVE_LIBVORBIS
99
 
 
100
 
/* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
101
 
#undef HAVE_LIBVORBISFILE
102
 
 
103
 
/* Define to 1 if you have the `wavpack' library (-lwavpack). */
104
 
#undef HAVE_LIBWAVPACK
105
 
 
106
 
/* Define to 1 if you have the <locale.h> header file. */
107
 
#undef HAVE_LOCALE_H
108
 
 
109
 
/* Define to 1 if you have the <memory.h> header file. */
110
 
#undef HAVE_MEMORY_H
111
 
 
112
 
/* Define to 1 if you have the `mkdir' function. */
113
 
#undef HAVE_MKDIR
114
 
 
115
 
/* Define to 1 if you have the `mkstemp' function. */
116
 
#undef HAVE_MKSTEMP
117
 
 
118
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
119
 
#undef HAVE_NDIR_H
120
 
 
121
 
/* Define to 1 if `stat' has the bug that it succeeds when given the
122
 
   zero-length file name argument. */
123
 
#undef HAVE_STAT_EMPTY_STRING_BUG
124
 
 
125
 
/* Define to 1 if you have the <stdint.h> header file. */
126
 
#undef HAVE_STDINT_H
127
 
 
128
 
/* Define to 1 if you have the <stdlib.h> header file. */
129
 
#undef HAVE_STDLIB_H
130
 
 
131
 
/* Define to 1 if you have the <strings.h> header file. */
132
 
#undef HAVE_STRINGS_H
133
 
 
134
 
/* Define to 1 if you have the <string.h> header file. */
135
 
#undef HAVE_STRING_H
136
 
 
137
 
/* Define to 1 if you have the `strstr' function. */
138
 
#undef HAVE_STRSTR
139
 
 
140
 
/* Define to 1 if you have the `strtol' function. */
141
 
#undef HAVE_STRTOL
142
 
 
143
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
144
 
   */
145
 
#undef HAVE_SYS_DIR_H
146
 
 
147
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
148
 
   */
149
 
#undef HAVE_SYS_NDIR_H
150
 
 
151
 
/* Define to 1 if you have the <sys/stat.h> header file. */
152
 
#undef HAVE_SYS_STAT_H
153
 
 
154
 
/* Define to 1 if you have the <sys/types.h> header file. */
155
 
#undef HAVE_SYS_TYPES_H
156
 
 
157
 
/* Define to 1 if you have the <unistd.h> header file. */
158
 
#undef HAVE_UNISTD_H
159
 
 
160
 
/* Define to 1 if you have the `vfork' function. */
161
 
#undef HAVE_VFORK
162
 
 
163
 
/* Define to 1 if you have the <vfork.h> header file. */
164
 
#undef HAVE_VFORK_H
165
 
 
166
 
/* Define to 1 if `fork' works. */
167
 
#undef HAVE_WORKING_FORK
168
 
 
169
 
/* Define to 1 if `vfork' works. */
170
 
#undef HAVE_WORKING_VFORK
171
 
 
172
 
/* id3lib major version */
173
 
#undef ID3LIB_MAJOR
174
 
 
175
 
/* id3lib minor version */
176
 
#undef ID3LIB_MINOR
177
 
 
178
 
/* id3lib patch level */
179
 
#undef ID3LIB_PATCH
180
 
 
181
 
/* libflac major version */
182
 
#undef LIBFLAC_MAJOR
183
 
 
184
 
/* libflac minor version */
185
 
#undef LIBFLAC_MINOR
186
 
 
187
 
/* libflac patch version */
188
 
#undef LIBFLAC_PATCH
189
 
 
190
 
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
191
 
   slash. */
192
 
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
193
 
 
194
 
/* Define for MP4 lib with multiple image support */
195
 
#undef NEWMP4
196
 
 
197
 
/* Name of package */
198
 
#undef PACKAGE
199
 
 
200
 
/* Define to the address where bug reports for this package should be sent. */
201
 
#undef PACKAGE_BUGREPORT
202
 
 
203
 
/* Define to the full name of this package. */
204
 
#undef PACKAGE_NAME
205
 
 
206
 
/* Define to the full name and version of this package. */
207
 
#undef PACKAGE_STRING
208
 
 
209
 
/* Define to the one symbol short name of this package. */
210
 
#undef PACKAGE_TARNAME
211
 
 
212
 
/* Define to the version of this package. */
213
 
#undef PACKAGE_VERSION
214
 
 
215
 
/* Define as the return type of signal handlers (`int' or `void'). */
216
 
#undef RETSIGTYPE
217
 
 
218
 
/* Define to 1 if you have the ANSI C header files. */
219
 
#undef STDC_HEADERS
220
 
 
221
 
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
222
 
#undef TM_IN_SYS_TIME
223
 
 
224
 
/* Version number of package */
225
 
#undef VERSION
226
 
 
227
 
/* Define to empty if `const' does not conform to ANSI C. */
228
 
#undef const
229
 
 
230
 
/* Define to `int' if <sys/types.h> does not define. */
231
 
#undef mode_t
232
 
 
233
 
/* Define to `int' if <sys/types.h> does not define. */
234
 
#undef pid_t
235
 
 
236
 
/* Define to `unsigned int' if <sys/types.h> does not define. */
237
 
#undef size_t
238
 
 
239
 
/* Define as `fork' if `vfork' does not work. */
240
 
#undef vfork