From 13654aafac6c001999b94b45758aba504126fc7e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 30 Jun 2003 11:17:00 +0000 Subject: [PATCH] Define CONFIG_CONTEXTS whenever we use contexts. --- lib/config.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/config.h b/lib/config.h index cc2d86da..74b3a40f 100644 --- a/lib/config.h +++ b/lib/config.h @@ -14,6 +14,10 @@ #include "lib/autoconf.h" +#ifdef CONFIG_MAX_CONTEXTS +#define CONFIG_CONTEXTS +#endif + /* Version */ #define SHER_VER "2.5" SHERLOCK_VERSION_SUFFIX -- 2.39.2