summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/defines.h b/defines.h
index 714aa202f..9f1ab3d7f 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.53 2001/02/09 01:55:36 djm Exp $ */ 4/* $Id: defines.h,v 1.54 2001/02/09 11:55:17 djm 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)
@@ -303,6 +303,10 @@ struct winsize {
303#define XAUTH_PATH "/usr/X11R6/bin/xauth" 303#define XAUTH_PATH "/usr/X11R6/bin/xauth"
304#endif /* XAUTH_PATH */ 304#endif /* XAUTH_PATH */
305 305
306#ifndef _PATH_TTY
307# define _PATH_TTY "/dev/tty"
308#endif
309
306/* Macros */ 310/* Macros */
307 311
308#if defined(HAVE_LOGIN_GETCAPBOOL) && defined(HAVE_LOGIN_CAP_H) 312#if defined(HAVE_LOGIN_GETCAPBOOL) && defined(HAVE_LOGIN_CAP_H)