From f741f656737f4ec46cd318e986b6bf412ed309d2 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 19 Nov 2001 02:49:53 +0000 Subject: Store some path names in global variables initialized to configure default, rather than in preprocessor macros. (This used to be commit 79ec88f0da40faebe1e587f1b3e87b5f2b184f58) --- source3/dynconfig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/dynconfig.c') diff --git a/source3/dynconfig.c b/source3/dynconfig.c index 4db2caa652..22d6caa8cf 100644 --- a/source3/dynconfig.c +++ b/source3/dynconfig.c @@ -22,7 +22,7 @@ /** * @file dynconfig.c * - * @brief Compile-time configured constants. + * @brief Global configurations, initialized to configured defaults. * * This file should be the only file that depends on path * configuration (--prefix, etc), so that if ./configure is re-run, -- cgit