comparison 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
comparison
equal deleted inserted replaced
743:99ed62858072 744:c7fa50576c70
1 /* src/config.h.in. Generated from configure.in by autoheader. */ 1 /* src/config.h.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define to 1 if translation of program messages to the user's native 3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */ 4 language is requested. */
5 #undef ENABLE_NLS 5 #undef ENABLE_NLS
6 6
44 #undef HAVE_SIDPLAY1 44 #undef HAVE_SIDPLAY1
45 45
46 /* Define if you have and want to use libSIDPlay2 */ 46 /* Define if you have and want to use libSIDPlay2 */
47 #undef HAVE_SIDPLAY2 47 #undef HAVE_SIDPLAY2
48 48
49 /* Define if you have libSIDPlay2 v2.2.x or later (or CVS version) with the 49 /* Define if you have and want to use libSIDPlay 2-FP
50 new COMI API */ 50 http://sourceforge.net/projects/sidplay-residfp/ */
51 #undef HAVE_SIDPLAY2_COMI 51 #undef HAVE_SIDPLAY2_FP
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
56 52
57 /* Define if you have XMMS patched with the songpos patch. */ 53 /* Define if you have XMMS patched with the songpos patch. */
58 #undef HAVE_SONG_POSITION 54 #undef HAVE_SONG_POSITION
59 55
60 /* Define to 1 if you have the <stdint.h> header file. */ 56 /* Define to 1 if you have the <stdint.h> header file. */
80 #undef HAVE_THEMETUNE 76 #undef HAVE_THEMETUNE
81 77
82 /* Define to 1 if you have the <unistd.h> header file. */ 78 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H 79 #undef HAVE_UNISTD_H
84 80
85 /* Define if you have XMMS version 1.2.5 or later and you want XMMS-SID to 81 /* Define to the sub-directory in which libtool stores uninstalled libraries.
86 support some extra features. */ 82 */
87 #undef HAVE_XMMSEXTRA 83 #undef LT_OBJDIR
88 84
89 /* Name of package */ 85 /* Name of package */
90 #undef PACKAGE 86 #undef PACKAGE
91 87
92 /* Define to the address where bug reports for this package should be sent. */ 88 /* Define to the address where bug reports for this package should be sent. */
99 #undef PACKAGE_STRING 95 #undef PACKAGE_STRING
100 96
101 /* Define to the one symbol short name of this package. */ 97 /* Define to the one symbol short name of this package. */
102 #undef PACKAGE_TARNAME 98 #undef PACKAGE_TARNAME
103 99
100 /* Define to the home page for this package. */
101 #undef PACKAGE_URL
102
104 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
105 #undef PACKAGE_VERSION 104 #undef PACKAGE_VERSION
106 105
107 /* Define to 1 if you have the ANSI C header files. */ 106 /* Define to 1 if you have the ANSI C header files. */
108 #undef STDC_HEADERS 107 #undef STDC_HEADERS
109 108
110 /* Version number of package */ 109 /* Version number of package */
111 #undef VERSION 110 #undef VERSION
111
112 /* Enable large inode numbers on Mac OS X 10.5. */
113 #ifndef _DARWIN_USE_64_BIT_INODE
114 # define _DARWIN_USE_64_BIT_INODE 1
115 #endif
112 116
113 /* Number of bits in a file offset, on hosts where this is settable. */ 117 /* Number of bits in a file offset, on hosts where this is settable. */
114 #undef _FILE_OFFSET_BITS 118 #undef _FILE_OFFSET_BITS
115 119
116 /* Define for large files, on AIX-style hosts. */ 120 /* Define for large files, on AIX-style hosts. */