Xref: utzoo comp.unix.aux:2982 comp.windows.x:28107 Path: utzoo!attcan!uunet!mstan!jordan From: jordan@Morgan.COM (Jordan Hayes) Newsgroups: comp.unix.aux,comp.windows.x Subject: Re: xinit under A/UX Message-ID: <1885@s6.Morgan.COM> Date: 9 Oct 90 15:33:03 GMT References: <1990Oct8.165527@springer.Apple.COM> Organization: Morgan Stanley, & Co., Inc. / New York City, NY Lines: 24 Anonymous X Windows Dude (-ette?) writes: The following will be contributed to MIT for a future X release. [ ... ] Make XmacII the default server. [ ... ] diff -c -r1.1 xinit.c [ ... ] + #ifdef macII + char *default_server = "XmacII"; + #else char *default_server = "X"; + #endif Don't do this. For all architectures, you should make a link from X to X ... no need to put this code in there. /jordan