summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2004-08-23 08:01:43 -0400
committerJohn Wiegley <johnw@newartisans.com>2004-08-23 08:01:43 -0400
commitdd4bb72c52206e839b0dcc766abf76b0cb17270d (patch)
treea0628a19ff40f8212be418bb152367039ea9408e /config.h
parentb85a536be720c5beeff07bd9314a1fa8c1870dab (diff)
downloadfork-ledger-dd4bb72c52206e839b0dcc766abf76b0cb17270d.tar.gz
fork-ledger-dd4bb72c52206e839b0dcc766abf76b0cb17270d.tar.bz2
fork-ledger-dd4bb72c52206e839b0dcc766abf76b0cb17270d.zip
fixed bad #define
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files 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"