From b6a559fd6cc78301e9179eaddec7f0ade9876055 Mon Sep 17 00:00:00 2001 From: Unknown User uid1094 Date: Sun, 29 Nov 1998 00:55:35 +0000 Subject: [PATCH] HESIOD git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5257 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acconfig.h b/acconfig.h index 7b00471ef..d460f3e37 100644 --- a/acconfig.h +++ b/acconfig.h @@ -178,6 +178,9 @@ /* Define if you have a readline compatible library */ #undef HAVE_READLINE +/* Define if you have hesiod */ +#undef HESIOD + #define RCSID(msg) \ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }