diff options
author | Greg Hudson <ghudson@mit.edu> | 1997-10-25 17:47:11 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 1997-10-25 17:47:11 +0000 |
commit | 2b03e82ddfe5797dab4a2811cb2755a2b7cc45b7 (patch) | |
tree | 337a1256ea163b161c0f66b3b33fe3d88af74fc0 /zhm | |
parent | 304bb68ebcb9682d28b41d86d59e9ac5f9d7d4a3 (diff) |
ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD
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 */ |