summaryrefslogtreecommitdiffstats
path: root/hdrline.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdrline.c')
-rw-r--r--hdrline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdrline.c b/hdrline.c
index 16eee14f..7e4213b4 100644
--- a/hdrline.c
+++ b/hdrline.c
@@ -21,7 +21,7 @@
#include "sort.h"
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
#include "pgp.h"
#endif
@@ -613,7 +613,7 @@ hdr_format_str (char *dest,
ch = ' ';
-#ifdef _PGPPATH
+#ifdef HAVE_PGP
if (hdr->pgp & PGPGOODSIGN)
ch = 'S';
else if (hdr->pgp & PGPENCRYPT)