summaryrefslogtreecommitdiff
path: root/src/conf_post.h
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-07-30 23:19:40 -0700
committerGlenn Morris <rgm@gnu.org>2012-07-30 23:19:40 -0700
commit7552f3ee025f0741d5cfe7ed6c9b91699f372f48 (patch)
tree7fa80d2d5b113dbdf6dad5a12611e835561ae2d2 /src/conf_post.h
parent14c114ae549b8f682e8513f1379b671cd15b01ae (diff)
downloademacs-7552f3ee025f0741d5cfe7ed6c9b91699f372f48.tar.gz
Remove src/s/irix6-5.h
* configure.ac (opsysfile): Set to s/usg5-4-common.h on irix6-5. * src/conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here. * src/s/irix6-5.h: Remove file.
Diffstat (limited to 'src/conf_post.h')
-rw-r--r--src/conf_post.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/conf_post.h b/src/conf_post.h
index 98f51f22fef..32fdc899da9 100644
--- a/src/conf_post.h
+++ b/src/conf_post.h
@@ -78,6 +78,14 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#undef random
#endif
+#ifdef IRIX6_5
+#ifdef emacs
+char *_getpty();
+#endif
+
+#undef SA_RESTART /* not the same as defining BROKEN_SA_RESTART */
+#endif
+
/* Define AMPERSAND_FULL_NAME if you use the convention
that & in the full name stands for the login id. */
/* Turned on June 1996 supposing nobody will mind it. */