Alphabetic order is proving tricky today
authorGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 15:33:09 +0000 (08:33 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 1 Aug 2012 15:33:09 +0000 (08:33 -0700)
src/conf_post.h

index 0870c17..356c17b 100644 (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.  */