From dd4bb72c52206e839b0dcc766abf76b0cb17270d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Aug 2004 08:01:43 -0400 Subject: [PATCH] fixed bad #define --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index b8677b1a..7da0f73e 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ -#ifndef _AUTOXACT_H -#define _AUTOXACT_H +#ifndef _CONFIG_H +#define _CONFIG_H #include "ledger.h"