summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/defines.h b/defines.h
index 8a3d08c98..1aaebc528 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
1#ifndef _DEFINES_H 1#ifndef _DEFINES_H
2#define _DEFINES_H 2#define _DEFINES_H
3 3
4/* $Id: defines.h,v 1.66 2001/06/10 17:35:46 mouring Exp $ */ 4/* $Id: defines.h,v 1.67 2001/06/28 00:13:48 stevesk Exp $ */
5 5
6/* Some platforms need this for the _r() functions */ 6/* Some platforms need this for the _r() functions */
7#if !defined(_REENTRANT) && !defined(SNI) 7#if !defined(_REENTRANT) && !defined(SNI)
@@ -335,8 +335,8 @@ struct winsize {
335#endif 335#endif
336 336
337/* Define this to be the path of the xauth program. */ 337/* Define this to be the path of the xauth program. */
338#ifndef XAUTH_PATH 338#ifdef XAUTH_PATH
339#define XAUTH_PATH "/usr/X11R6/bin/xauth" 339#define _PATH_XAUTH XAUTH_PATH
340#endif /* XAUTH_PATH */ 340#endif /* XAUTH_PATH */
341 341
342#ifndef _PATH_TTY 342#ifndef _PATH_TTY