aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-08-01 08:33:09 -0700
committerGlenn Morris2012-08-01 08:33:09 -0700
commitbb2e3a6e4f1cee850a76b492c11a3398d9696e76 (patch)
treec89e502bfcdccbc927d709ba613cfcb4f3efee5c
parentaac1c9ac836a116dfae721b6eeff30b5c018ab22 (diff)
downloademacs-bb2e3a6e4f1cee850a76b492c11a3398d9696e76.tar.gz
emacs-bb2e3a6e4f1cee850a76b492c11a3398d9696e76.zip
Alphabetic order is proving tricky today
-rw-r--r--src/conf_post.h16
1 files changed, 8 insertions, 8 deletions
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 <http://www.gnu.org/licenses/>. */
90#undef HAVE_RINT 90#undef HAVE_RINT
91#endif /* HPUX */ 91#endif /* HPUX */
92 92
93#ifdef IRIX6_5
94#ifdef emacs
95char *_getpty();
96#endif
97
98#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
99#endif /* IRIX6_5 */
100
93#ifdef MSDOS 101#ifdef MSDOS
94#ifndef __DJGPP__ 102#ifndef __DJGPP__
95You lose; /* Emacs for DOS must be compiled with DJGPP */ 103You lose; /* Emacs for DOS must be compiled with DJGPP */
@@ -130,14 +138,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
130#endif 138#endif
131#endif /* MSDOS */ 139#endif /* MSDOS */
132 140
133#ifdef IRIX6_5
134#ifdef emacs
135char *_getpty();
136#endif
137
138#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
139#endif /* IRIX6_5 */
140
141#ifdef USG5_4 141#ifdef USG5_4
142/* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars. 142/* Get FIONREAD from <sys/filio.h>. Get <sys/ttold.h> to get struct tchars.
143 But get <termio.h> first to make sure ttold.h doesn't interfere. */ 143 But get <termio.h> first to make sure ttold.h doesn't interfere. */