home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / plbin.zip / pl / src / md-ps2.h < prev    next >
Text File  |  1992-09-10  |  1KB  |  43 lines

  1. /*  md-ps2.h,v 1.2 1992/09/10 19:47:14 jan Exp
  2.  
  3.     Copyright (c) 1990 Jan Wielemaker. All rights reserved.
  4.     See ../LICENCE to find out about your rights.
  5.     jan@swi.psy.uva.nl
  6.  
  7.     Purpose: Machine description for IBM-PS2, AIX 2.0
  8. */
  9.  
  10. #define M_CC            cc
  11. #define M_OPTIMIZE            -O
  12. #define M_LDFLAGS        
  13. #define M_CFLAGS        
  14. #define M_LIBS            -lm -ltermcap
  15.  
  16.  
  17. #define ANSI            1
  18. #define PROTO            0
  19. #define O_NO_LEFT_CAST        1
  20. #define O_NO_VOID_POINTER    0
  21. #define O_SHORT_SYMBOLS        0
  22.             /* Operating system */
  23. #define O_PROFILE        1
  24. #define O_SIG_AUTO_RESET    1
  25. #define O_SHARED_MEMORY        0
  26. #define O_CAN_MAP        0
  27. #define O_NO_SEGV_ADDRESS    1
  28. #define MAX_VIRTUAL_ADDRESS    (220 * 1024 *1024)
  29. #define O_FOREIGN        0
  30. #define O_STORE_PROGRAM        1
  31. #define DEFAULT_PATH        ":/bin:/usr/bin:/usr/local:.:"
  32.             /* terminal driver */
  33. #define O_TERMIOS         1
  34. #define O_EXTEND_ATOMS         1
  35. #define O_LINE_EDIT         0
  36. #define O_MAP_TAB_ON_ESC    1
  37. #define O_FOLD             0
  38.             /* Interfaces */
  39. #define O_PCE             0
  40.  
  41. #define MACHINE            "ps2"
  42. #define OPERATING_SYSTEM    "aix"
  43.