From c105988e5102eefd91fa8336848e926ebbb42a5b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 11 Jan 2018 17:13:58 +0300 Subject: Fixed DragonFly BSD shared memory implementation. --- configure | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 3608130d..435dfa92 100755 --- a/configure +++ b/configure @@ -145,6 +145,8 @@ cat << END >> $NXT_AUTO_CONFIG_H #define NXT_DEBUG $nxt_debug #endif +#define NXT_SHM_PREFIX "$NXT_SHM_PREFIX" + END . auto/test_build -- cgit