home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / pstoedit.zip / source.zip / pstoedit.2.50 / src / config.h < prev    next >
Text File  |  1996-11-29  |  1KB  |  56 lines

  1. #if defined(unix) || defined(__unix__) || defined(__unix)
  2. // Un*x like system
  3. // #define WITHMET
  4. // for using the CGM driver, see makefile
  5. // #define WITHCGM
  6. #define WITHDXF
  7. #define WITHFIG
  8. #define WITHGNUPLOT
  9. #define WITHRPL
  10. #define WITHRIB
  11. #define WITHLWO
  12. #define WITHMIF
  13. #define WITHPDF
  14. #define WITHSAMPLE
  15. #define WITHJAVA
  16. #define WITHTGIF
  17.  
  18. #elif defined(__OS2__)
  19. // OS/2 system
  20.  
  21. #define WITHMET
  22. #define WITHDXF
  23. // #define WITHFIG
  24. // #define WITHGNUPLOT
  25. #define WITHMIF
  26. #define WITHPDF
  27. #define WITHJAVA
  28. // #define WITHSAMPLE
  29. // #define WITHTGIF
  30. // #define WITHRPL
  31. // #define WITHRIB
  32. // #define WITHLWO
  33.  
  34.  
  35. #else
  36. // probably DOS/Windows
  37.  
  38. // #define WITHMET
  39. #if defined (__BCPLUSPLUS__) 
  40. // wmf only supported for Borland C++, because it uses the OWL library
  41. #define WITHWMF // JW
  42. #endif
  43. #define WITHDXF
  44. // #define WITHFIG
  45. // #define WITHGNUPLOT
  46. #define WITHMIF
  47. #define WITHPDF
  48. #define WITHJAVA
  49. // #define WITHSAMPLE
  50. // #define WITHTGIF
  51. // #define WITHRPL
  52. // #define WITHRIB
  53. // #define WITHLWO
  54.  
  55. #endif
  56.