projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40fc05e
)
Change #if by #ifdef in mutt.h
author
Julien Danjou
<julien@danjou.info>
Mon, 13 Nov 2006 10:48:38 +0000
(11:48 +0100)
committer
Pierre Habouzit
<madcoder@debian.org>
Mon, 13 Nov 2006 12:54:33 +0000
(13:54 +0100)
Signed-off-by: Julien Danjou <julien@danjou.info>
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
mutt.h
patch
|
blob
|
history
diff --git
a/mutt.h
b/mutt.h
index
75e19ec
..
a75b99a
100644
(file)
--- a/
mutt.h
+++ b/
mutt.h
@@
-313,7
+313,7
@@
enum {
OPTFORWQUOTE,
#ifdef USE_HCACHE
OPTHCACHEVERIFY,
-#if HAVE_QDBM
+#if
def
HAVE_QDBM
OPTHCACHECOMPRESS,
#endif /* HAVE_QDBM */
#endif