[BACK]Return to config.hin CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot

Diff for /OpenXM_contrib/gnuplot/Attic/config.hin between version 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2000/01/22 14:15:49 version 1.1.1.3, 2003/09/15 07:09:22
Line 27 
Line 27 
 /* Define if the X Window System is missing or not being used.  */  /* Define if the X Window System is missing or not being used.  */
 #undef X_DISPLAY_MISSING  #undef X_DISPLAY_MISSING
   
 /* Define to `long' if <sys/types.h> doesn't define.  */  
 #undef time_t  
   
 /* Define if you have the atexit function.  */  /* Define if you have the atexit function.  */
 #undef HAVE_ATEXIT  #undef HAVE_ATEXIT
   
Line 39 
Line 36 
 /* Define if you have the bzero function.  */  /* Define if you have the bzero function.  */
 #undef HAVE_BZERO  #undef HAVE_BZERO
   
   /* Define if you have the doprnt function.  */
   #undef HAVE_DOPRNT
   
 /* Define if you have the erf function.  */  /* Define if you have the erf function.  */
 #undef HAVE_ERF  #undef HAVE_ERF
   
Line 72 
Line 72 
 /* Define if you have the pclose function.  */  /* Define if you have the pclose function.  */
 #undef HAVE_PCLOSE  #undef HAVE_PCLOSE
   
   /* Define if you have the poll function.  */
   #undef HAVE_POLL
   
 /* Define if you have the popen function.  */  /* Define if you have the popen function.  */
 #undef HAVE_POPEN  #undef HAVE_POPEN
   
Line 90 
Line 93 
 /* Define if you have the snprintf function.  */  /* Define if you have the snprintf function.  */
 #undef HAVE_SNPRINTF  #undef HAVE_SNPRINTF
   
   /* Define if you have the stpcpy function.  */
   #undef HAVE_STPCPY
   
   /* Define if you have the strcasecmp function.  */
   #undef HAVE_STRCASECMP
   
 /* Define if you have the strchr function.  */  /* Define if you have the strchr function.  */
 #undef HAVE_STRCHR  #undef HAVE_STRCHR
   
   /* Define if you have the strcspn function.  */
   #undef HAVE_STRCSPN
   
   /* Define if you have the strdup function.  */
   #undef HAVE_STRDUP
   
 /* Define if you have the strerror function.  */  /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR  #undef HAVE_STRERROR
   
   /* Define if you have the stricmp function.  */
   #undef HAVE_STRICMP
   
 /* Define if you have the strncasecmp function.  */  /* Define if you have the strncasecmp function.  */
 #undef HAVE_STRNCASECMP  #undef HAVE_STRNCASECMP
   
Line 114 
Line 132 
 /* Define if you have the tcgetattr function.  */  /* Define if you have the tcgetattr function.  */
 #undef HAVE_TCGETATTR  #undef HAVE_TCGETATTR
   
   /* Define if you have the vfprintf function.  */
   #undef HAVE_VFPRINTF
   
 /* Define if you have the <errno.h> header file.  */  /* Define if you have the <errno.h> header file.  */
 #undef HAVE_ERRNO_H  #undef HAVE_ERRNO_H
   
 /* Define if you have the <float.h> header file.  */  /* Define if you have the <float.h> header file.  */
 #undef HAVE_FLOAT_H  #undef HAVE_FLOAT_H
   
   /* Define if you have the <gd.h> header file.  */
   #undef HAVE_GD_H
   
 /* Define if you have the <libc.h> header file.  */  /* Define if you have the <libc.h> header file.  */
 #undef HAVE_LIBC_H  #undef HAVE_LIBC_H
   
Line 135 
Line 159 
 /* Define if you have the <math.h> header file.  */  /* Define if you have the <math.h> header file.  */
 #undef HAVE_MATH_H  #undef HAVE_MATH_H
   
   /* Define if you have the <pdflib.h> header file.  */
   #undef HAVE_PDFLIB_H
   
   /* Define if you have the <png.h> header file.  */
   #undef HAVE_PNG_H
   
 /* Define if you have the <sgtty.h> header file.  */  /* Define if you have the <sgtty.h> header file.  */
 #undef HAVE_SGTTY_H  #undef HAVE_SGTTY_H
   
Line 183 
Line 213 
 /* Define if you have the <values.h> header file.  */  /* Define if you have the <values.h> header file.  */
 #undef HAVE_VALUES_H  #undef HAVE_VALUES_H
   
   /* Define if you have the <zlib.h> header file.  */
   #undef HAVE_ZLIB_H
   
 /* Define if you have the m library (-lm).  */  /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 213 
Line 246 
 /*  Define if <errno.h> declares errno.  */  /*  Define if <errno.h> declares errno.  */
 #undef EXTERN_ERRNO  #undef EXTERN_ERRNO
   
   /*  Define if time_t is declared in time.h.  */
   #undef HAVE_TIME_T_IN_TIME_H
   
   /*  Define if we have sigsetjmp().  */
   #undef HAVE_SIGSETJMP
   
 /*  Define if you do have the popen and pclose functions.  */  /*  Define if you do have the popen and pclose functions.  */
 #undef PIPES  #undef PIPES
   
 /*  First arg for select().  */  /*  First arg for select.  */
 #undef fd_set_size_t  #undef fd_set_size_t
   
 /*  Define if the type in arguments 2-4 to select() is fd_set.  */  /*  Define if the type in arguments 2-4 to select is fd_set.  */
 #undef fd_set  #undef fd_set
   
 /*  Define if the type in arguments 2-4 to select() is fd_set.  */  /*  Define if the type in arguments 2-4 to select is fd_set.  */
 #undef SELECT_FD_SET_CAST  #undef SELECT_FD_SET_CAST
   
 /*  Define if this is a Linux system with SuperVGA library.  */  /*  Define if this is a Linux system with SuperVGA library.  */
Line 234 
Line 273 
 /*  Define if you want to use the included readline function.  */  /*  Define if you want to use the included readline function.  */
 #undef READLINE  #undef READLINE
   
   /*  Define if you have Thomas Boutell's gd library.  */
   #undef HAVE_LIBGD
   
 /*  Define if you want to use the standard Unix plot library.  */  /*  Define if you want to use the standard Unix plot library.  */
 #undef UNIXPLOT  #undef UNIXPLOT
   
 /*  Define if you have the <plotcompat.h> header file.  */  
 #undef HAVE_PLOTCOMPAT_H  
   
 /*  Define if you want to use the GNU version of the Unix plot library.  */  /*  Define if you want to use the GNU version of the Unix plot library.  */
 #undef GNUGRAPH  #undef GNUGRAPH
   
 /*  Define if your libplot.a is from GNU plotutils.  */  
 #undef GNU_PLOTUTILS  
   
 /*  Define if you have Thomas Boutell's gd library.  */  
 #undef HAVE_LIBGD  
   
 /*  Define if you have the png library.  */  /*  Define if you have the png library.  */
 #undef HAVE_LIBPNG  #undef HAVE_LIBPNG
   
   /*  Define if you have the pdf library.  */
   #undef HAVE_LIBPDF
   
   /*  Define if you have the pdf library.  */
   #undef HAVE_LIBPDF
   
 /*  Define if you want to use the CGI terminal under SCO.  */  /*  Define if you want to use the CGI terminal under SCO.  */
 #undef CGI  #undef CGI
   
Line 260 
Line 299 
   
 /*  Define if you do not want to read .gnuplot in the current directory.  */  /*  Define if you do not want to read .gnuplot in the current directory.  */
 #undef NOCWDRC  #undef NOCWDRC
   
   /*  Define if you have the required ggi libraries.  */
   #undef HAVE_GGI
   
 /*  Define if you want to use the IRIS terminal on IRIS4D series computers.  */  /*  Define if you want to use the IRIS terminal on IRIS4D series computers.  */
 #undef IRIS  #undef IRIS

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

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