home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / usr / X11R6 / lib / X11 / config / QNX.cf < prev    next >
Text File  |  1999-09-03  |  2KB  |  80 lines

  1. XCOMM platform:  $XFree86: xc/config/cf/QNX.cf,v 1.1.2.4 1999/07/29 09:22:24 hohndel Exp $
  2.  
  3. #define StripInstalledPrograms    NO
  4. #define BuildServer         YES
  5. #define BuildLBX          YES    /* For now */
  6.  
  7. #ifndef OSName
  8. #define OSName             QNX
  9. #endif
  10.  
  11. #ifndef OSVendor
  12. #define OSVendor        QNX Corp.
  13. #endif
  14. #ifndef OSMajorVersion
  15. #define OSMajorVersion        4
  16. #endif
  17. #ifndef OSMinorVersion
  18. #define OSMinorVersion        25
  19. #endif
  20.  
  21. /* Use a non-broken shell ... */
  22. #define BourneShell        /usr/local/bin/pdksh
  23. #define OSDefines        -DQNX -D__QNX__ -DNO_REGEX -DSTRINGS_ALIGNED -D__i386__
  24.  
  25. #define SourceDefines        -D_POSIX_SOURCE
  26. #define HasGcc            NO
  27. #define HasGcc2            NO
  28. #define DoRanlibCmd         NO
  29. #undef ArCmd
  30. #define ArCmd            wlib -b -c -p=256
  31. #define MkdirHierCmd        mkdir -p
  32. #define InstallCmd        /usr/X11R6/bin/install.qnx
  33.  
  34. #define DefaultCCOptions    -5s -Otx -Wc,-r -b -j -Wc,-ei -N128000 -zp4 -mf
  35. #define LibraryCCOptions    -5s -Otx -Wc,-r -b -j -Wc,-ei -zp4 -mf
  36. #define ServerCCOptions        -5s -Otx -Wc,-r -T1 -M -N4096000 -j -b -mf -Wc,-ei -Wc,-s -zp4 -llibmalloc
  37. #define LocalLibraries
  38. #define ExtraLibraries        -lsocket -lunix 
  39. #define CLibrary
  40. #define PosixLibraries
  41. #define ConnectionFlags     -DTCPCONN 
  42. #define CppCmd            /usr/X11R6/bin/cpp
  43.  
  44. #define HasShadowPasswd        YES
  45. #define HasLibCrypt        YES
  46. #define SharedLibXdmGreet    NO
  47. #define HasShm            NO    /* For now as well */
  48. #define HasSockets        YES
  49. #define HasPutenv        YES
  50. #define HasCbrt            NO
  51. #define HasVarDirectory        NO
  52.  
  53. #define AvoidNullMakeCommand    YES
  54. #define CompressAllFonts        YES
  55. #define Malloc0ReturnsNull      YES
  56. #define UseInternalMalloc    NO
  57. #define NeedConstPrototypes     YES
  58. #define NeedFunctionPrototypes  YES
  59. #define NeedNestedPrototypes    YES
  60. #define NeedVarargsPrototypes   YES
  61.  
  62. #ifndef NeedWidePrototypes
  63. #define NeedWidePrototypes      NO
  64. #endif
  65.  
  66. #define TermcapLibrary        -lncurses
  67. #ifndef UseStaticTermcapLib
  68. #define UseStaticTermcapLib     NO
  69. #endif
  70.  
  71. #define StandardCppDefines    -traditional StandardDefines
  72. #define StandardDefines OSDefines SourceDefines
  73. #define ServerOSDefines -DDDXTIME XFree86ServerOSDefines 
  74. #define ServerExtraDefines XFree86ServerDefines
  75. #define ExtraFilesToClean       *.err *.map 
  76.  
  77. #include <QNX.rules>
  78. #include <xfree86.cf>
  79.  
  80.