summaryrefslogtreecommitdiff
path: root/pathnames.h
diff options
context:
space:
mode:
Diffstat (limited to 'pathnames.h')
-rw-r--r--pathnames.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/pathnames.h b/pathnames.h
index 0470a2159..1b223e392 100644
--- a/pathnames.h
+++ b/pathnames.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pathnames.h,v 1.9 2001/06/23 02:34:30 markus Exp $ */ 1/* $OpenBSD: pathnames.h,v 1.10 2001/12/08 17:49:28 stevesk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -123,6 +123,11 @@
123#define _PATH_XAUTH "/usr/X11R6/bin/xauth" 123#define _PATH_XAUTH "/usr/X11R6/bin/xauth"
124#endif 124#endif
125 125
126/* UNIX domain socket for X11 server; displaynum will replace %u */
127#ifndef _PATH_UNIX_X
128#define _PATH_UNIX_X "/tmp/.X11-unix/X%u"
129#endif
130
126/* for scp */ 131/* for scp */
127#ifndef _PATH_CP 132#ifndef _PATH_CP
128#define _PATH_CP "cp" 133#define _PATH_CP "cp"