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