home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / lib / x11 / config / fujitsu.cf < prev    next >
Encoding:
Text File  |  1996-10-17  |  1.5 KB  |  61 lines

  1. XCOMM platform:  $XConsortium: fujitsu.cf /main/6 1996/01/22 17:36:40 gildea $
  2.  
  3. #ifdef SparcArchitecture
  4.  
  5. #ifndef OSName
  6. #define OSName             FUJITSU UXP/DS V10L20
  7. #endif
  8. XCOMM operating system:    OSName
  9. #ifndef OSMajorVersion
  10. #define OSMajorVersion     10
  11. #endif
  12. #ifndef OSMinorVersion
  13. #define OSMinorVersion     20
  14. #endif
  15.  
  16. #define BootstrapCFlags    -D__uxp__
  17. #define StandardDefines    -D__uxp__ -DSVR4 -DANSICPP
  18. #define StandardCppDefines -D__uxp__ -DSVR4 -DANSICPP
  19.  
  20. #define CppCmd             /usr/ccs/lib/cpp
  21.  
  22. #define SystemV4       YES
  23. #define HasSockets         YES
  24. #ifndef HasLdRunPath
  25. #define HasLdRunPath       YES
  26. #endif
  27. #define BuildServer        NO
  28.  
  29. #include <sv4Lib.rules>
  30.  
  31. #endif
  32.  
  33. #ifdef mc68000Architecture
  34. #ifndef OSName
  35. #define OSName             FUJITSU SX/G E17
  36. #endif
  37. XCOMM operating system:    OSName
  38. #ifndef OSMajorVersion
  39. #define OSMajorVersion     17
  40. #endif
  41. #ifndef OSMinorVersion
  42. #define OSMinorVersion     10
  43. #endif
  44.  
  45. #define BootstrapCFlags    -D__sxg__
  46. #define StandardDefines    -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
  47. #define StandardCppDefines -D__sxg__ -DSYSV -DUSG -DNOSTDHDRS -I/usr/xwin/include
  48.  
  49. #define LnCmd              ln
  50.  
  51. #define DoRanlibCmd        NO 
  52. #define DefaultCCOptions   +Z384
  53. #define ExtraLibraries     -lXbsd -lsocket -lu
  54. #define TermcapLibrary     -lcurses
  55. #define BuildServer        NO
  56. #define HasSymLinks        NO
  57. #define HasVFork           NO
  58. #define XawI18nDefines     -DUSE_XWCHAR_STRING -DUSE_XMBTOWC
  59.  
  60. #endif
  61.