# HG changeset patch # User Matti Hamalainen # Date 1210371732 -10800 # Node ID 4ab3252b83b8f99ecafd463db32975beb2f01093 # Parent 0e879fb48b48c0097c3c159061957befef6916ae Updated config.h.in. diff -r 0e879fb48b48 -r 4ab3252b83b8 src/config.h.in --- a/src/config.h.in Sat May 10 01:22:02 2008 +0300 +++ b/src/config.h.in Sat May 10 01:22:12 2008 +0300 @@ -22,7 +22,7 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* Define if you have HardSID with libSIDPlay 2 */ +/* Define if you have HardSID for libSIDPlay 2 */ #undef HAVE_HARDSID_BUILDER /* Define if you have the iconv() function. */ @@ -37,15 +37,23 @@ /* Define to 1 if you have the `memset' function. */ #undef HAVE_MEMSET -/* Define if you have reSID with libSIDPlay 2 */ +/* Define if you have reSID for libSIDPlay 2 */ #undef HAVE_RESID_BUILDER -/* Define if you have and want to use libSIDPlay 1 */ +/* Define if you have and want to use libSIDPlay1 */ #undef HAVE_SIDPLAY1 -/* Define if you have and want to use libSIDPlay 2 */ +/* Define if you have and want to use libSIDPlay2 */ #undef HAVE_SIDPLAY2 +/* Define if you have libSIDPlay2 v2.2.x or later (or CVS version) with the + new COMI API */ +#undef HAVE_SIDPLAY2_COMI + +/* Define if you have libSIDPlay2 + reSID with Antti Lankila's distortion + patches (v10 and possibly later) http://bel.fi/~alankila/c64-sw/ */ +#undef HAVE_SIDPLAY2_DISTORTION + /* Define if you have XMMS patched with the songpos patch. */ #undef HAVE_SONG_POSITION