comparison src/systty.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 41ff10fd062f
children 8626e4521993
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
142 142
143 /* XEmacs: We don't support BSD 4.1 any more */ 143 /* XEmacs: We don't support BSD 4.1 any more */
144 144
145 #ifdef NEED_BSDTTY 145 #ifdef NEED_BSDTTY
146 #include <sys/bsdtty.h> 146 #include <sys/bsdtty.h>
147 #endif 147 #endif
148 148
149 /* Include files for PTY's */ 149 /* Include files for PTY's */
150 150
151 #if defined (HPUX) && defined (HAVE_PTYS) 151 #if defined (HPUX) && defined (HAVE_PTYS)
152 #include <sys/ptyio.h> 152 #include <sys/ptyio.h>
153 #endif 153 #endif
154 154
155 #ifdef AIX 155 #ifdef AIX
156 #include <sys/pty.h> 156 #include <sys/pty.h>
157 #endif /* AIX */ 157 #endif /* AIX */
158
159 /* XEmacs: We don't include unistd.h because it's done in lisp.h */
160 158
161 #ifdef SYSV_PTYS 159 #ifdef SYSV_PTYS
162 # include <sys/types.h> 160 # include <sys/types.h>
163 # include <sys/tty.h> 161 # include <sys/tty.h>
164 # ifdef titan 162 # ifdef titan