From: Glenn Morris Date: Wed, 1 Aug 2012 15:33:09 +0000 (-0700) Subject: Alphabetic order is proving tricky today X-Git-Tag: emacs-24.2.90~919 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb2e3a6e4f1cee850a76b492c11a3398d9696e76;p=emacs.git Alphabetic order is proving tricky today --- diff --git a/src/conf_post.h b/src/conf_post.h index 0870c17487b..356c17b4503 100644 --- a/src/conf_post.h +++ b/src/conf_post.h @@ -90,6 +90,14 @@ along with GNU Emacs. If not, see . */ #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 . Get to get struct tchars. But get first to make sure ttold.h doesn't interfere. */