summaryrefslogtreecommitdiffstats
path: root/init.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-02-10 19:46:06 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-02-10 19:46:06 +0000
commitfb9eb06e28e5da139df43c818f3f428c8f1283f9 (patch)
tree4c1b357c1d24418eec5a79a0d05cfe90e97d2cdb /init.c
parent31fdef161d3e6dbfa90206b9abad209801c34fb5 (diff)
PGP-cleanup patch from Roland Rosenfeld. Thanks!
Diffstat (limited to 'init.c')
-rw-r--r--init.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.c b/init.c
index 33d59cbd..8cfc5bc8 100644
--- a/init.c
+++ b/init.c
@@ -24,7 +24,7 @@
#include "keymap.h"
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
#include "pgp.h"
#endif
@@ -1129,7 +1129,7 @@ static int parse_set (BUFFER *tmp, BUFFER *s, unsigned long data, BUFFER *err)
case DT_SORT_BROWSER:
map = SortBrowserMethods;
break;
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
case DT_SORT_KEYS:
map = SortKeyMethods;
break;
@@ -1535,7 +1535,7 @@ int mutt_var_value_complete (char *buffer, size_t len, int pos)
case DT_SORT_BROWSER:
map = SortBrowserMethods;
break;
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
case DT_SORT_KEYS:
map = SortKeyMethods;
break;