Cog/Frameworks/libsidplay/sidplay-residfp-code/libsidplayfp/src/config.h

20 lines
338 B
C
Raw Normal View History

2014-12-08 03:26:31 -03:00
#ifndef _LIBSIDPLAYFP_CONFIG_H_
#define _LIBSIDPLAYFP_CONFIG_H_
#define HAVE_CXX11 1
#define HAVE_BOOL 1
#define HAVE_MMINTRIN_H 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define PACKAGE_NAME "reSIDfp"
#define PACKAGE_VERSION "2.0.0alpha"
#define PACKAGE_URL "http://sourceforge.net/projects/sidplay-residfp/"
#endif