summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
commit90bea32a9b22777b4b32e787661aa532c7d77fc2 (patch)
treec440dc034d44d8b7c95073cc80b7a3f3b3b6c219 /acconfig.h
parent6f8d5623a93d23e714f3252ab1bca02b9fc3bc86 (diff)
GPG support, first take.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index d7dd17cd..1e79d39a 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -66,12 +66,18 @@
/* Where is PGP 5 located on your system? */
#undef _PGPV3PATH
+/* Where is GNU Privacy Guard located on your system? */
+#undef _PGPGPGPATH
+
/* Do we have PGP 2.*? */
#undef HAVE_PGP2
/* Do we have PGP 5.0 or up? */
#undef HAVE_PGP5
+/* Do we have GPG? */
+#undef HAVE_GPG
+
/* Where to find ispell on your system? */
#undef ISPELL