19 lines
338 B
C
19 lines
338 B
C
#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
|
|
|