From 9b0184f4eef25b75e534fa0c4e7aad42f921a3e5 Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Wed, 26 Aug 2015 16:54:50 +1000 Subject: [PATCH] projects: Update for recent upstream merge. --- SMP/config.asm | 1 + SMP/config.h | 1 + 2 files changed, 2 insertions(+) diff --git a/SMP/config.asm b/SMP/config.asm index 1503a92827..649ee7a02f 100644 --- a/SMP/config.asm +++ b/SMP/config.asm @@ -294,6 +294,7 @@ %define HAVE_JACK_PORT_GET_LATENCY_RANGE 0 %define HAVE_KBHIT 1 %define HAVE_LOCALTIME_R 0 +%define HAVE_LSTAT 0 %define HAVE_LZO1X_999_COMPRESS 0 %define HAVE_MACH_ABSOLUTE_TIME 0 %define HAVE_MAPVIEWOFFILE 1 diff --git a/SMP/config.h b/SMP/config.h index d2e516f891..f800ab26f7 100644 --- a/SMP/config.h +++ b/SMP/config.h @@ -325,6 +325,7 @@ #define HAVE_JACK_PORT_GET_LATENCY_RANGE 0 #define HAVE_KBHIT 1 #define HAVE_LOCALTIME_R 0 +#define HAVE_LSTAT 0 #define HAVE_LZO1X_999_COMPRESS 0 #define HAVE_MACH_ABSOLUTE_TIME 0 #define HAVE_MAPVIEWOFFILE 1 -- GitLab