diff options
Diffstat (limited to 'zhm')
-rw-r--r-- | zhm/zhm.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -15,7 +15,7 @@ static const char rcsid_hm_c[] = "$Id$"; -#ifdef ZEPHYR_USES_HESIOD +#ifdef HAVE_HESIOD int use_hesiod = 0; #endif @@ -141,7 +141,7 @@ char *argv[]; } serv_list[numserv] = NULL; } -#ifdef ZEPHYR_USES_HESIOD +#ifdef HAVE_HESIOD else use_hesiod = 1; #endif @@ -246,7 +246,7 @@ static void choose_server() { int i = 0; -#ifdef ZEPHYR_USES_HESIOD +#ifdef HAVE_HESIOD if (use_hesiod) { /* Free up any previously used resources */ |