home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / emacs.lha / emacs-19.16 / src / s / aix3-2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-30  |  502 b   |  22 lines

  1. /* s- file for building Emacs on AIX 3.2.  */
  2.  
  3. #include "aix3-1.h"
  4.  
  5. /* No need to define this--the header files indicate X11R4,
  6.    and that's supposedly what 3.2 will come with.  */
  7. #undef SPECIFY_X11R4
  8.  
  9. #ifndef __GNUC__
  10. #define C_SWITCH_SYSTEM -ma
  11. #endif
  12. #define HAVE_ALLOCA
  13. #undef rindex
  14. #undef index
  15.  
  16. #define HAVE_FSYNC
  17.  
  18. /* With this defined, a gcc-compiled Emacs crashed in realloc under AIX
  19.    3.2, and a cc-compiled Emacs works with this undefined.
  20.    --karl@cs.umb.edu.  */
  21. #undef SYSTEM_MALLOC
  22.