Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | 1d62742628b6 |
children | 8626e4521993 |
comparison
equal
deleted
inserted
replaced
370:bd866891f083 | 371:cc15677e0335 |
---|---|
69 | 69 |
70 #ifdef AIX | 70 #ifdef AIX |
71 #include <sys/select.h> | 71 #include <sys/select.h> |
72 #endif | 72 #endif |
73 | 73 |
74 #ifdef HAVE_STROPTS_H | |
75 #include <stropts.h> /* isastream(), I_PUSH */ | |
76 #endif | |
77 | |
78 #ifdef HAVE_STRTIO_H | |
79 #include <strtio.h> /* TIOCSIGNAL */ | |
80 #endif | |
81 | |
82 #ifdef FD_SET | 74 #ifdef FD_SET |
83 | 75 |
84 /* We could get this from param.h, but better not to depend on finding that. | 76 /* We could get this from param.h, but better not to depend on finding that. |
85 And better not to risk that it might define other symbols used in this | 77 And better not to risk that it might define other symbols used in this |
86 file. */ | 78 file. */ |