~ubuntu-branches/ubuntu/jaunty/imms/jaunty

« back to all changes in this revision

Viewing changes to immsconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Veber
  • Date: 2004-04-30 16:45:57 UTC
  • Revision ID: james.westby@ubuntu.com-20040430164557-nu8cjmpvgybwb1p2
Tags: 1.1-1
* New upstream release
  Closes: #244950
* Replaced libid3-dev, and libvorbis-dev build-deps with libtag1-dev
* Include immstool in the package
  Closes: #242349

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* immsconf.h.  Generated by configure.  */
 
2
/* immsconf.h.in.  Generated from configure.ac by autoheader.  */
 
3
 
 
4
/* Define to 1 if you have the <id3/tag.h> header file. */
 
5
/* #undef HAVE_ID3_TAG_H */
 
6
 
 
7
/* Define to 1 if you have the <inttypes.h> header file. */
 
8
#define HAVE_INTTYPES_H 1
 
9
 
 
10
/* Define to 1 if you have the `id3' library (-lid3). */
 
11
/* #undef HAVE_LIBID3 */
 
12
 
 
13
/* Define to 1 if you have the `pcre' library (-lpcre). */
 
14
#define HAVE_LIBPCRE 1
 
15
 
 
16
/* Define to 1 if you have the `sqlite' library (-lsqlite). */
 
17
#define HAVE_LIBSQLITE 1
 
18
 
 
19
/* Define to 1 if you have the `vorbis' library (-lvorbis). */
 
20
/* #undef HAVE_LIBVORBIS */
 
21
 
 
22
/* Define to 1 if you have the `vorbisfile' library (-lvorbisfile). */
 
23
/* #undef HAVE_LIBVORBISFILE */
 
24
 
 
25
/* Define to 1 if you have the `Xext' library (-lXext). */
 
26
#define HAVE_LIBXEXT 1
 
27
 
 
28
/* Define to 1 if you have the `xmms' library (-lxmms). */
 
29
/* #undef HAVE_LIBXMMS */
 
30
 
 
31
/* Define to 1 if you have the `Xss' library (-lXss). */
 
32
#define HAVE_LIBXSS 1
 
33
 
 
34
/* Define to 1 if you have the `z' library (-lz). */
 
35
#define HAVE_LIBZ 1
 
36
 
 
37
/* Define to 1 if you have the <memory.h> header file. */
 
38
#define HAVE_MEMORY_H 1
 
39
 
 
40
/* Define to 1 if you have the <pcre.h> header file. */
 
41
#define HAVE_PCRE_H 1
 
42
 
 
43
/* Define to 1 if you have the <pcre/pcre.h> header file. */
 
44
/* #undef HAVE_PCRE_PCRE_H */
 
45
 
 
46
/* XMMS provides functions to control the play queue */
 
47
/* #undef HAVE_QUEUE_CONTROL */
 
48
 
 
49
/* Define to 1 if you have the <sqlite.h> header file. */
 
50
#define HAVE_SQLITE_H 1
 
51
 
 
52
/* Define to 1 if you have the <stdint.h> header file. */
 
53
#define HAVE_STDINT_H 1
 
54
 
 
55
/* Define to 1 if you have the <stdlib.h> header file. */
 
56
#define HAVE_STDLIB_H 1
 
57
 
 
58
/* Define to 1 if you have the <strings.h> header file. */
 
59
#define HAVE_STRINGS_H 1
 
60
 
 
61
/* Define to 1 if you have the <string.h> header file. */
 
62
#define HAVE_STRING_H 1
 
63
 
 
64
/* Define to 1 if you have the <sys/stat.h> header file. */
 
65
#define HAVE_SYS_STAT_H 1
 
66
 
 
67
/* Define to 1 if you have the <sys/types.h> header file. */
 
68
#define HAVE_SYS_TYPES_H 1
 
69
 
 
70
/* Define to 1 if you have the <unistd.h> header file. */
 
71
#define HAVE_UNISTD_H 1
 
72
 
 
73
/* Define to 1 if you have the <vorbis/codec.h> header file. */
 
74
/* #undef HAVE_VORBIS_CODEC_H */
 
75
 
 
76
/* Define to 1 if you have the <vorbis/vorbisfile.h> header file. */
 
77
/* #undef HAVE_VORBIS_VORBISFILE_H */
 
78
 
 
79
/* Define to 1 if you have the <X11/extensions/scrnsaver.h> header file. */
 
80
#define HAVE_X11_EXTENSIONS_SCRNSAVER_H 1
 
81
 
 
82
/* Define to 1 if you have the <xmms/plugin.h> header file. */
 
83
#define HAVE_XMMS_PLUGIN_H 1
 
84
 
 
85
/* Define to 1 if you have the <xmms/xmmsctrl.h> header file. */
 
86
#define HAVE_XMMS_XMMSCTRL_H 1
 
87
 
 
88
/* Define to 1 if you have the <zlib.h> header file. */
 
89
#define HAVE_ZLIB_H 1
 
90
 
 
91
/* Define to the address where bug reports for this package should be sent. */
 
92
#define PACKAGE_BUGREPORT "mag@luminal.org"
 
93
 
 
94
/* Define to the full name of this package. */
 
95
#define PACKAGE_NAME "IMMS"
 
96
 
 
97
/* Define to the full name and version of this package. */
 
98
#define PACKAGE_STRING "IMMS 1.1"
 
99
 
 
100
/* Define to the one symbol short name of this package. */
 
101
#define PACKAGE_TARNAME "imms"
 
102
 
 
103
/* Define to the version of this package. */
 
104
#define PACKAGE_VERSION "1.1"
 
105
 
 
106
/* Define to 1 if you have the ANSI C header files. */
 
107
#define STDC_HEADERS 1
 
108
 
 
109
/* Native mp3 tag support */
 
110
/* #undef WITH_ID3LIB */
 
111
 
 
112
/* Tag support using TagLib */
 
113
#define WITH_TAGLIB 
 
114
 
 
115
/* Native Vorbis tag support */
 
116
/* #undef WITH_VORBIS */
 
117
 
 
118
/* XScreenSaver extension */
 
119
#define WITH_XSCREENSAVER