Alphabetic order is proving tricky today

This commit is contained in:
Glenn Morris 2012-08-01 08:33:09 -07:00
parent aac1c9ac83
commit bb2e3a6e4f

View file

@ -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. */