diff options
author | Richard Basch <probe@mit.edu> | 1993-11-20 23:11:48 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1993-11-20 23:11:48 +0000 |
commit | 4e3b297be8a9c2220c92ebfb43ce5f77046a9f96 (patch) | |
tree | a0b909a36e91a1aacbe5c9d99af815ab9b87a901 /clients | |
parent | 5a887ecd7655796d8bbff3c6aca0146d79d66719 (diff) |
We only need Kerberos
Diffstat (limited to 'clients')
-rw-r--r-- | clients/zmailnotify/Imakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/zmailnotify/Imakefile b/clients/zmailnotify/Imakefile index c9f9758..ee60a9b 100644 --- a/clients/zmailnotify/Imakefile +++ b/clients/zmailnotify/Imakefile @@ -8,7 +8,7 @@ /**/# $Id$ /**/# -#if defined(KERBEROS) && defined(HESIOD) +#if defined(KERBEROS) XDEFS= -DKPOP SRCS = zmailnotify.c |