summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-03-23 04:34:31 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-03-23 04:34:31 +0000
commite970120e532e9eef3462e626d23039c84b7592ec (patch)
tree3a4fcaf9827b8b527e3e368ca816e2d91a51ef21 /h/zephyr
parent547e5312969b690ed1cd1751de437e7f23519c8b (diff)
change default for Ultrix to 3.0
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/zephyr_conf.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/h/zephyr/zephyr_conf.h b/h/zephyr/zephyr_conf.h
index a3959bf..18f9ff0 100644
--- a/h/zephyr/zephyr_conf.h
+++ b/h/zephyr/zephyr_conf.h
@@ -29,8 +29,9 @@
#define HM_SVCNAME "zephyr-hm"
#define SERVER_SVCNAME "zephyr-clt"
-#if defined(ultrix) && !defined(ULTRIX30)
-/* Ultrix 3.0 has these defined in standard places */
+#if defined(ultrix) && defined(ULTRIX22)
+/* Ultrix 3.0 and beyond have these defined in standard places */
+/* Ultrix 2.2 and previous don't have these defined */
#define MAXHOSTNAMELEN 64
typedef int uid_t;
typedef int gid_t;