view src/config.h.in @ 688:ba851baac5a0

Etc.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 07:26:26 +0300
parents 4ab3252b83b8
children c7fa50576c70
line wrap: on
line source

/* src/config.h.in.  Generated from configure.in by autoheader.  */

/* Define to 1 if translation of program messages to the user's native
   language is requested. */
#undef ENABLE_NLS

/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
   CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT

/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
   the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE

/* Define if the GNU dcgettext() function is already present or preinstalled.
   */
#undef HAVE_DCGETTEXT

/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H

/* Define if the GNU gettext() function is already present or preinstalled. */
#undef HAVE_GETTEXT

/* Define if you have HardSID for libSIDPlay 2 */
#undef HAVE_HARDSID_BUILDER

/* Define if you have the iconv() function and it works. */
#undef HAVE_ICONV

/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H

/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H

/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET

/* Define if you have reSID for libSIDPlay 2 */
#undef HAVE_RESID_BUILDER

/* Define if you have and want to use libSIDPlay1 */
#undef HAVE_SIDPLAY1

/* 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

/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H

/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H

/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H

/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H

/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H

/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H

/* Define if you want to build code to play XMMS-SID theme SID-tune. The tune
   needs to be installed too, though. */
#undef HAVE_THEMETUNE

/* 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

/* Name of package */
#undef PACKAGE

/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT

/* Define to the full name of this package. */
#undef PACKAGE_NAME

/* Define to the full name and version of this package. */
#undef PACKAGE_STRING

/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME

/* Define to the version of this package. */
#undef PACKAGE_VERSION

/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS

/* Version number of package */
#undef VERSION

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define to empty if `const' does not conform to ANSI C. */
#undef const

/* Define to `__inline__' or `__inline' if that's what the C compiler
   calls it, or to nothing if 'inline' is not supported under any name.  */
#ifndef __cplusplus
#undef inline
#endif

/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t