Alphabetic order is proving tricky today
This commit is contained in:
parent
aac1c9ac83
commit
bb2e3a6e4f
1 changed files with 8 additions and 8 deletions
|
@ -90,6 +90,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#undef HAVE_RINT
|
||||
#endif /* HPUX */
|
||||
|
||||
#ifdef IRIX6_5
|
||||
#ifdef emacs
|
||||
char *_getpty();
|
||||
#endif
|
||||
|
||||
#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
|
||||
#endif /* IRIX6_5 */
|
||||
|
||||
#ifdef MSDOS
|
||||
#ifndef __DJGPP__
|
||||
You lose; /* Emacs for DOS must be compiled with DJGPP */
|
||||
|
@ -130,14 +138,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
#endif
|
||||
#endif /* MSDOS */
|
||||
|
||||
#ifdef IRIX6_5
|
||||
#ifdef emacs
|
||||
char *_getpty();
|
||||
#endif
|
||||
|
||||
#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
|
||||
#endif /* IRIX6_5 */
|
||||
|
||||
#ifdef USG5_4
|
||||
/* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars.
|
||||
But get <termio.h> first to make sure ttold.h doesn't interfere. */
|
||||
|
|
Loading…
Add table
Reference in a new issue