From 943c4a9de98e94e08cb1ebd23f2010d4688fc1c6 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 13 Dec 2001 07:40:28 +0000 Subject: [PATCH] changed __config_h__ to __settings_h__ to avoid conflicts with the autoconf config.h. --- src/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/settings.h b/src/settings.h index a602516..161b8ce 100644 --- a/src/settings.h +++ b/src/settings.h @@ -8,8 +8,8 @@ This file is distributed under the GPL, see file COPYING for details */ -#ifndef __config_h__ -#define __config_h__ +#ifndef __settings_h__ +#define __settings_h__ struct config_t { char overlay; -- 1.7.10.4