home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / e20313sr.zip / emacs / 20.3.1 / src / s / aix4.h < prev    next >
C/C++ Source or Header  |  1999-06-27  |  425b  |  15 lines

  1. #define AIX4
  2.  
  3. #include "aix3-2-5.h"
  4.  
  5. /* AIX 4 does not have HFT any more.  */
  6. #undef AIXHFT
  7.  
  8. /* Dave Love <d.love@dl.ac.uk> reported this as needed on AIX 4.1.
  9.    It is just a guess which versions of AIX need this definition.  */
  10. #define HAVE_WAIT_HEADER
  11.  
  12. /* Specify the type that the 3rd arg of `accept' points to.
  13.    It is just a guess which versions of AIX need this definition.  */
  14. #define SOCKLEN_TYPE int
  15.