aboutsummaryrefslogtreecommitdiff
path: root/src/kdc/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/kdc/Makefile.in')
-rw-r--r--src/kdc/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kdc/Makefile.in b/src/kdc/Makefile.in
index 58b0e4f..4d9c4f4 100644
--- a/src/kdc/Makefile.in
+++ b/src/kdc/Makefile.in
@@ -6,7 +6,8 @@ BUILDTOP=$(REL)$(U)
# -DNOCACHE - disable lookaside cache, which is used to resend previous
# response to replay (i.e., *don't* define this if you
# define USE_RCACHE)
-DEFINES = -DNOCACHE
+# These are now set in configure.in.
+DEFINES = # -DNOCACHE
RUN_SETUP = @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD) $(KRB4_LIBPATH)
PROG_RPATH=$(KRB5_LIBDIR)