23 lines
394 B
C
23 lines
394 B
C
#ifndef _LIBSIDPLAYFP_CONFIG_H_
|
|
#define _LIBSIDPLAYFP_CONFIG_H_
|
|
|
|
#define HAVE_CXX11 1
|
|
|
|
#define HAVE_BOOL 1
|
|
|
|
#if !defined(__aarch64__)
|
|
#define HAVE_MMINTRIN_H 1
|
|
#endif
|
|
|
|
#define HAVE_STRCASECMP 1
|
|
|
|
#define HAVE_STRNCASECMP 1
|
|
|
|
#define PACKAGE_NAME "reSIDfp"
|
|
#define PACKAGE_VERSION "2.0.1"
|
|
#define PACKAGE_URL "http://sourceforge.net/projects/sidplay-residfp/"
|
|
|
|
#define VERSION "1.0-pre2"
|
|
|
|
#endif
|
|
|