--- previous/cmake/config-cmake.h 2018/04/24 19:25:10 1.1 +++ previous/cmake/config-cmake.h 2018/04/24 19:29:44 1.1.1.3 @@ -51,6 +51,21 @@ /* Define to 1 if you have the 'memalign' function. */ #cmakedefine HAVE_MEMALIGN 1 +/* Define to 1 if you have the 'gettimeofday' function. */ +#cmakedefine HAVE_GETTIMEOFDAY 1 + +/* Define to 1 if you have the 'nanosleep' function. */ +#cmakedefine HAVE_NANOSLEEP 1 + +/* Define to 1 if you have the 'alphasort' function. */ +#cmakedefine HAVE_ALPHASORT 1 + +/* 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@" @@ -58,8 +73,5 @@ /* Define to 1 to enable DSP 56k emulation for Falcon mode */ #cmakedefine ENABLE_DSP_EMU 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