--- previous/cmake/config-cmake.h 2018/04/24 19:25:22 1.1.1.2 +++ previous/cmake/config-cmake.h 2018/04/24 19:29:44 1.1.1.3 @@ -63,6 +63,9 @@ /* Define to 1 if you have the 'scandir' function. */ #cmakedefine HAVE_SCANDIR 1 +/* Define to 1 if you have the 'strdup' function */ +#cmakedefine HAVE_STRDUP 1 + /* Relative path from bindir to datadir */ #define BIN2DATADIR "@BIN2DATADIR@" @@ -70,11 +73,5 @@ /* Define to 1 to enable DSP 56k emulation for Falcon mode */ #cmakedefine ENABLE_DSP_EMU 1 -/* Define to 1 to enable WINUAE cpu */ -#cmakedefine ENABLE_WINUAE_CPU 1 - -/* Define to 1 to use less memory - at the expense of emulation speed */ -#cmakedefine ENABLE_SMALL_MEM 1 - /* Define to 1 to enable trace logs - undefine to slightly increase speed */ #cmakedefine ENABLE_TRACING 1