home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / gnuplot32x.tar.Z / gnuplot32x.tar / os9gnuplot3 / plot.h.OSK < prev    next >
Text File  |  1992-06-26  |  515b  |  20 lines

  1. /* Addition to plot.h main definition file of gnuplot 
  2.  * for differences between UNIX and OSK
  3.  *
  4.  * Written by Dietmar Budelsky, 22-5-1992
  5.  * budelsky@haegar.ikp.uni-koeln.de
  6.  *
  7.  * will be added to plot.h by makefile.os9
  8.  */
  9. #ifdef OSK /* compile for OSK? */
  10. /* redefine readline() */
  11. #define readline getline
  12. /* no add_history() with getline needed */
  13. #define add_history(x)
  14.  
  15. /* Set OS to right value, has no consequences */
  16. #define OS "OSK "
  17. /* Make OS-9 more compatible */
  18. #include "OS9comp.h"
  19. #endif /* OSK */
  20.