[BACK]Return to setshow.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/setshow.h between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:15:55 version 1.1.1.3, 2003/09/15 07:09:23
Line 36 
Line 36 
 ]*/  ]*/
   
   
 /* for show_version_long() */  
 #ifdef HAVE_SYS_UTSNAME_H  
 #include <sys/utsname.h>  
 #endif  
   
 #ifndef DEFAULT_TIMESTAMP_FORMAT  #ifndef DEFAULT_TIMESTAMP_FORMAT
 #define DEFAULT_TIMESTAMP_FORMAT "%a %b %d %H:%M:%S %Y" /* asctime() format */  #define DEFAULT_TIMESTAMP_FORMAT "%a %b %d %H:%M:%S %Y" /* asctime() format */
 #endif  #endif
   
   /* default format for tic mark labels */
   #define DEF_FORMAT "% g"
   
   /* less than one hundredth of a tic mark */
   #define SIGNIF (0.01)
   
 /*  /*
  * global variables to hold status of 'set' options   * global variables to hold status of 'set' options
  *   *
Line 169  extern int   contour_order;
Line 170  extern int   contour_order;
 extern int                      contour_levels;  extern int                      contour_levels;
 extern double                   zero; /* zero threshold, not 0! */  extern double                   zero; /* zero threshold, not 0! */
 extern int                      levels_kind;  extern int                      levels_kind;
 extern double           levels_list[MAX_DISCRETE_LEVELS];  extern double                   *levels_list;
   
 extern int                      dgrid3d_row_fineness;  extern int                      dgrid3d_row_fineness;
 extern int                      dgrid3d_col_fineness;  extern int                      dgrid3d_col_fineness;

Legend:
Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>