]> code.delx.au - gnu-emacs/blobdiff - src/s/irix5-0.h
(Fmove_to_column): Remove unused local variable `end_byte'.
[gnu-emacs] / src / s / irix5-0.h
index 34996550ab8075a88112870ffd5a132c16413bfd..b2cdbeb0b8c5076d3fc41fb041302fa350b0ccd6 100644 (file)
 /* Make process_send_signal work by "typing" a signal character on the pty.  */
 #define SIGNALS_VIA_CHARACTERS
 
-/* Define HAVE_ALLOCA to say that the system provides a properly
-   working alloca function and it should be used. */
-#define HAVE_ALLOCA
-#undef C_ALLOCA
-
 #ifndef NOT_C_CODE
 #ifndef __GNUC__
 #include <alloca.h>
@@ -86,10 +81,6 @@ char *_getpty();
    throughout. */
 #define POSIX_SIGNALS  
 
-/* jpff@maths.bath.ac.uk reports `struct exception' is not defined
-   on this system, so inhibit use of matherr.  */
-#define NO_MATHERR
-
 /* Info from simon@lia.di.epfl.ch (Simon Leinen) suggests this is needed.  */
 #define GETPGRP_NO_ARG
 
@@ -113,8 +104,10 @@ char *_getpty();
 #endif
 #endif
 
-/* -g does not work on Irix, and since gcc warns if you use it,
-   turn off the warning.  */
+/* -g used not to work on Irix unless you used gas, and since gcc
+   warns if you use it, turn off the warning.  */
+/* -g does now work, at least on recent Irix 6 versions with gcc 2.95;
+    I'm not sure about Irix 5 -- fx  */
 #ifdef __GNUC__
 #define C_DEBUG_SWITCH
 #endif
@@ -125,3 +118,4 @@ char *_getpty();
 
 #define NARROWPROTO 1
 
+#define USE_MMAP_FOR_BUFFERS 1