From 3b6c5ab6c23f515a8b68110f66f77b17f6e66dc1 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 11 Dec 2004 10:48:44 +0000 Subject: [PATCH] Introduced `sherlock/config.mk' which contains non-customizable parts of the configuration. Moved version and config file name there. --- lib/config.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/config.h b/lib/config.h index ff5ce4c6..f0ca9632 100644 --- a/lib/config.h +++ b/lib/config.h @@ -20,11 +20,7 @@ /* Version */ -#define SHER_VER "3.4" SHERLOCK_VERSION_SUFFIX - -/* Paths */ - -#define DEFAULT_CONFIG "cf/sherlock" +#define SHER_VER SHERLOCK_VERSION SHERLOCK_VERSION_SUFFIX /* Types */ -- 2.39.2