Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!amgraf!brian386!news From: news@brian386.uucp (News Administrator) Newsgroups: comp.unix.sysv386 Subject: X386 and UNIXCONN Message-ID: <1991Apr08.022856.3271@brian386.uucp> Date: 8 Apr 91 02:28:56 GMT Distribution: comp Organization: McCane Consultants Lines: 13 Okay, I have a problem here. I am sure someone has the fix, (actually I may but I want the "official" version). When I configure X386 1.1a on my machine (ISC v2.2.1), I cannot compile XConnDis.c. The problem is that "MakeUNIXSocketConnection" is not defined. A really interesting series of #ifdef's are followed, and if LOCALCONN is defined, it attempts to use both LOCAL and UNIX connection facilities, (or which ever succeeds I think). I tried adding an extra "#ifdef UNIXCONN" around the line where it attempts the MakeUNIXSocketConnection, and it compiles and runs, but is this the "right" thing to do?? thanks for any advice, brian