xinit under A/UX
    Jordan Hayes 
    jordan at Morgan.COM
       
    Wed Oct 10 01:33:03 AEST 1990
    
    
  
Anonymous X Windows Dude (-ette?) <x at springer.Apple.COM> 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<arch>
to X ... no need to put this code in there.
/jordan
    
    
More information about the Comp.unix.aux
mailing list