comparison src/config.h.in @ 678:4ab3252b83b8

Updated config.h.in.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 10 May 2008 01:22:12 +0300
parents b37cb1a8a50a
children ba851baac5a0
comparison
equal deleted inserted replaced
677:0e879fb48b48 678:4ab3252b83b8
20 #undef HAVE_DLFCN_H 20 #undef HAVE_DLFCN_H
21 21
22 /* Define if the GNU gettext() function is already present or preinstalled. */ 22 /* Define if the GNU gettext() function is already present or preinstalled. */
23 #undef HAVE_GETTEXT 23 #undef HAVE_GETTEXT
24 24
25 /* Define if you have HardSID with libSIDPlay 2 */ 25 /* Define if you have HardSID for libSIDPlay 2 */
26 #undef HAVE_HARDSID_BUILDER 26 #undef HAVE_HARDSID_BUILDER
27 27
28 /* Define if you have the iconv() function. */ 28 /* Define if you have the iconv() function. */
29 #undef HAVE_ICONV 29 #undef HAVE_ICONV
30 30
35 #undef HAVE_MEMORY_H 35 #undef HAVE_MEMORY_H
36 36
37 /* Define to 1 if you have the `memset' function. */ 37 /* Define to 1 if you have the `memset' function. */
38 #undef HAVE_MEMSET 38 #undef HAVE_MEMSET
39 39
40 /* Define if you have reSID with libSIDPlay 2 */ 40 /* Define if you have reSID for libSIDPlay 2 */
41 #undef HAVE_RESID_BUILDER 41 #undef HAVE_RESID_BUILDER
42 42
43 /* Define if you have and want to use libSIDPlay 1 */ 43 /* Define if you have and want to use libSIDPlay1 */
44 #undef HAVE_SIDPLAY1 44 #undef HAVE_SIDPLAY1
45 45
46 /* Define if you have and want to use libSIDPlay 2 */ 46 /* Define if you have and want to use libSIDPlay2 */
47 #undef HAVE_SIDPLAY2 47 #undef HAVE_SIDPLAY2
48
49 /* Define if you have libSIDPlay2 v2.2.x or later (or CVS version) with the
50 new COMI API */
51 #undef HAVE_SIDPLAY2_COMI
52
53 /* Define if you have libSIDPlay2 + reSID with Antti Lankila's distortion
54 patches (v10 and possibly later) http://bel.fi/~alankila/c64-sw/ */
55 #undef HAVE_SIDPLAY2_DISTORTION
48 56
49 /* Define if you have XMMS patched with the songpos patch. */ 57 /* Define if you have XMMS patched with the songpos patch. */
50 #undef HAVE_SONG_POSITION 58 #undef HAVE_SONG_POSITION
51 59
52 /* Define to 1 if you have the <stdint.h> header file. */ 60 /* Define to 1 if you have the <stdint.h> header file. */