summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
committerIan C <ianc@noddybox.co.uk>2004-01-01 01:25:04 +0000
commitf3a485b283141787667ea98b8e0a8687f07d9062 (patch)
tree2c5234cb3408979109e987737a6197ec2085ec7e /src/config.h
parent9d6402a5215920987fb10e5b35f35b93f1c6f725 (diff)
A few tweaks and added an extra variable (showmatch)
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 3fec38f..7f48a70 100644
--- a/src/config.h
+++ b/src/config.h
@@ -27,7 +27,7 @@
*/
#ifndef KBS_CONFIG_H
-#define KBS_CONFIG_H
+#define KBS_CONFIG_H "$Id$"
/* ---------------------------------------- VARIABLE NAMES
@@ -54,7 +54,8 @@ typedef enum
CONFIG_DEJUNK,
CONFIG_TESTMODE,
CONFIG_BLOCKHTML,
- CONFIG_VERBOSE
+ CONFIG_VERBOSE,
+ CONFIG_SHOWMATCH
} ConfigIntVar;
/* ---------------------------------------- INTERFACES