]> andersk Git - openssh.git/blobdiff - pathnames.h
- stevesk@cvs.openbsd.org 2001/12/08 17:49:28
[openssh.git] / pathnames.h
index 0470a21596a3060a5b433f35beedd392e11c6e48..1b223e392b199d720394993c890c8b928ad29d45 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: pathnames.h,v 1.9 2001/06/23 02:34:30 markus Exp $    */
+/*     $OpenBSD: pathnames.h,v 1.10 2001/12/08 17:49:28 stevesk Exp $  */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #define _PATH_XAUTH                    "/usr/X11R6/bin/xauth"
 #endif
 
+/* UNIX domain socket for X11 server; displaynum will replace %u */
+#ifndef _PATH_UNIX_X
+#define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
+#endif
+
 /* for scp */
 #ifndef _PATH_CP
 #define _PATH_CP                       "cp"
This page took 1.192668 seconds and 4 git commands to generate.