Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 576fb035e263 |
children | 943eaba38521 |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
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 |
132 | 132 |
133 #ifdef HAVE_LIBUTIL_H | 133 #ifdef HAVE_LIBUTIL_H |
134 #include <libutil.h> /* openpty() on BSD */ | 134 #include <libutil.h> /* openpty() on FreeBSD */ |
135 #endif | |
136 | |
137 #ifdef HAVE_UTIL_H | |
138 #include <util.h> /* openpty() on NetBSD */ | |
135 #endif | 139 #endif |
136 | 140 |
137 #ifdef FD_SET | 141 #ifdef FD_SET |
138 | 142 |
139 /* We could get this from param.h, but better not to depend on finding that. | 143 /* We could get this from param.h, but better not to depend on finding that. |