diff options
| author | Glenn Morris | 2012-08-01 08:33:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 08:33:09 -0700 |
| commit | bb2e3a6e4f1cee850a76b492c11a3398d9696e76 (patch) | |
| tree | c89e502bfcdccbc927d709ba613cfcb4f3efee5c | |
| parent | aac1c9ac836a116dfae721b6eeff30b5c018ab22 (diff) | |
| download | emacs-bb2e3a6e4f1cee850a76b492c11a3398d9696e76.tar.gz emacs-bb2e3a6e4f1cee850a76b492c11a3398d9696e76.zip | |
Alphabetic order is proving tricky today
| -rw-r--r-- | src/conf_post.h | 16 |
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 | ||
| 95 | char *_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__ |
| 95 | You lose; /* Emacs for DOS must be compiled with DJGPP */ | 103 | You 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 | ||
| 135 | char *_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. */ |