comparison src/sysproc.h @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children c33ae14dd6d0
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
116 116
117 #ifdef AIX 117 #ifdef AIX
118 #include <sys/select.h> 118 #include <sys/select.h>
119 #endif 119 #endif
120 120
121 #ifdef HAVE_SYS_STROPTS_H 121 #ifdef HAVE_STROPTS_H
122 #include <sys/stropts.h> /* isastream(), I_PUSH */ 122 #include <stropts.h> /* isastream(), I_PUSH */
123 #endif 123 #endif
124 124
125 #ifdef HAVE_SYS_STRTIO_H 125 #ifdef HAVE_STRTIO_H
126 #include <sys/strtio.h> /* TIOCSIGNAL */ 126 #include <strtio.h> /* TIOCSIGNAL */
127 #endif 127 #endif
128 128
129 #ifdef HAVE_PTY_H 129 #ifdef HAVE_PTY_H
130 #include <pty.h> /* openpty() on Tru64, Linux */ 130 #include <pty.h> /* openpty() on Tru64, Linux */
131 #endif 131 #endif