[PATCH]: acconfig.h [was: Re: X11 display issues]

Corinna Vinschen vinschen at redhat.com
Sat Feb 24 22:15:11 EST 2001


On Fri, Feb 23, 2001 at 07:54:21PM -0600, mouring at etoh.eviladmin.org wrote:
> On Thu, 22 Feb 2001, Wendy Palm wrote:
> 
> > you are, of course, correct.  i knew that, but did it wrong anyway.
> > 
> > here is a resend, in a more proper format-
> > 
> 
> I'm applying most of this.  I'd perfer to put the NO_X11_UNIX_SOCKETS
> defines in the  configure.in.  If you could let me know what what the
> correct target-host section is I'd be grateful.
> 
> Out of interest, how large of a patch are we looking at to sync Cray
> support up to the Portable tree, and is it fully functional?

Adding NO_X11_UNIX_SOCKETS is a nice idea. However, the corresponding
entry in acconfig.h is missing. Patch follows:

Index: acconfig.h
===================================================================
RCS file: /cvs/openssh_cvs/acconfig.h,v
retrieving revision 1.102
diff -u -p -r1.102 acconfig.h
--- acconfig.h	2001/02/18 06:01:00	1.102
+++ acconfig.h	2001/02/24 11:14:41
@@ -293,6 +293,9 @@
 /* Define if you have BSD auth support */
 #undef BSD_AUTH
 
+/* Define if X11 doesn't support AF_UNIX sockets on that system */
+#undef NO_X11_UNIX_SOCKETS
+
 @BOTTOM@
 
 /* ******************* Shouldn't need to edit below this line ************** */

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.
mailto:vinschen at redhat.com





More information about the openssh-unix-dev mailing list