Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
60d59c41
Commit
60d59c41
authored
Sep 03, 2002
by
Pontus Freyhult
Browse files
Use predefined XAUTH_PROGRAM if available or use a sensible default if not.
Rev: ChangeLog:1.545 Rev: src/server_x11.c:1.15
parent
14c5a4ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
60d59c41
2002-09-03 Pontus Skld <pont@soua.net>
* src/server_x11.c (XAUTH_PROGRAM): Use predefined value if
available and built in default if not.
* configure.ac: Search for xauth.
2002-09-02 Pontus Skld <pont@soua.net>
...
...
src/server_x11.c
View file @
60d59c41
...
...
@@ -407,7 +407,9 @@ bad_string(UINT32 length, const UINT8 *data)
}
/* FIXME: Use autoconf */
#define XAUTH_PROGRAM "/usr/X11R6/bin/xauth"
#ifndef XAUTH_PROGRAM
# define XAUTH_PROGRAM "/usr/X11R6/bin/xauth"
#endif
/* On success, returns 1 and sets *DISPLAY and *XAUTHORITY */
struct
server_x11_info
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment