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 }