Mercurial > hg > xemacs-beta
comparison src/sysproc.h @ 369:1d62742628b6 r21-1-14
Import from CVS: tag r21-1-14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:01:51 +0200 |
parents | ca9a9ec9c1c1 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
368:397a7324211a | 369:1d62742628b6 |
---|---|
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 | |
74 #ifdef FD_SET | 82 #ifdef FD_SET |
75 | 83 |
76 /* We could get this from param.h, but better not to depend on finding that. | 84 /* We could get this from param.h, but better not to depend on finding that. |
77 And better not to risk that it might define other symbols used in this | 85 And better not to risk that it might define other symbols used in this |
78 file. */ | 86 file. */ |