diff src/config.h.in @ 744:c7fa50576c70

Initial implementation for supporting libSIDPlay2-FP (or libSIDPlay-FP, as they seem to call it.) Also removed support for the "old" libSIDPlay2 API, only supporting the "new" CVS trunk COMI API for the old libSIDPlay2. We'll see how that goes ..
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 05 Nov 2012 17:24:16 +0200
parents ba851baac5a0
children 3e305ce076e8
line wrap: on
line diff
--- a/src/config.h.in	Mon Nov 05 15:19:21 2012 +0200
+++ b/src/config.h.in	Mon Nov 05 17:24:16 2012 +0200
@@ -1,4 +1,4 @@
-/* src/config.h.in.  Generated from configure.in by autoheader.  */
+/* src/config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* Define to 1 if translation of program messages to the user's native
    language is requested. */
@@ -46,13 +46,9 @@
 /* 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 and want to use libSIDPlay 2-FP
+   http://sourceforge.net/projects/sidplay-residfp/ */
+#undef HAVE_SIDPLAY2_FP
 
 /* Define if you have XMMS patched with the songpos patch. */
 #undef HAVE_SONG_POSITION
@@ -82,9 +78,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
-/* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to
-   support some extra features. */
-#undef HAVE_XMMSEXTRA
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#undef LT_OBJDIR
 
 /* Name of package */
 #undef PACKAGE
@@ -101,6 +97,9 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
@@ -110,6 +109,11 @@
 /* Version number of package */
 #undef VERSION
 
+/* Enable large inode numbers on Mac OS X 10.5.  */
+#ifndef _DARWIN_USE_64_BIT_INODE
+# define _DARWIN_USE_64_BIT_INODE 1
+#endif
+
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS