[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.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:49 version 1.1.1.2, 2000/01/22 14:15:49
Line 15 
Line 15 
 /* Define as the return type of signal handlers (int or void).  */  /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE  #undef RETSIGTYPE
   
 /* Define to the type of arg1 for select(). */  
 #undef SELECT_TYPE_ARG1  
   
 /* Define to the type of args 2, 3 and 4 for select(). */  
 #undef SELECT_TYPE_ARG234  
   
 /* Define to the type of arg5 for select(). */  
 #undef SELECT_TYPE_ARG5  
   
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t  #undef size_t
   
Line 36 
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 if you want to use the Apollo Graphics Primitive Resource.  */  
 #undef APOLLO  
   
 /* Define if you want to use the CGI terminal under SCO.  */  
 #undef CGI  
   
 /* Define if you want to use libgrx20 with MSDOS/djgpp.  */  
 #undef DJSVGA  
   
 /* Define if this system uses a 32-bit DOS extender (djgpp/emx).  */  
 #undef DOS32  
   
 /* Define if <errno.h> declares errno.  */  
 #undef EXTERN_ERRNO  
   
 /* Define if you are using the GNU readline library.  */  
 #undef GNU_READLINE  
   
 /* Define if your libplot.a is from GNU plotutils.  */  
 #undef GNU_PLOTUTILS  
   
 /* Define if you want to use the GNU version of the Unix plot library.  */  
 #undef GNUGRAPH  
   
 /* Define if you want to use the Apollo Graphics Primitive Resource (fixed-size window.  */  
 #undef GPR  
   
 /* Define if you want to use a newer version of libgrx under MSDOS/djgpp.  */  
 #undef GRX21  
   
 /* Define if you have Thomas Boutell's gd library.  */  
 #undef HAVE_LIBGD  
   
 /* Define if you have the png library.  */  
 #undef HAVE_LIBPNG  
   
 /* Define if you want to use the IRIS terminal on IRIS4D series computers.  */  
 #undef IRIS  
   
 /* Define if this is a Linux system with SuperVGA library.  */  
 #undef LINUXVGA  
   
 /* Define if you want to use the MGR Window system.  */  
 #undef MGR  
   
 /* Define if this is an MSDOS system with djgpp.  */  
 #undef MSDOS  
   
 /* Define if you do not want to read .gnuplot in the current directory.  */  
 #undef NOCWDRC  
   
 /* Define if you do have the popen and pclose functions.  */  
 #undef PIPES  
   
 /* Define if you want to use the included readline function.  */  
 #undef READLINE  
   
 /* Define if you want to use the Redwood Graphics Interface Protocol.  */  
 #undef RGIP  
   
 /* Define if you want to use the sunview terminal (sun).  */  
 #undef SUN  
   
 /* Define if you want to use the unixpc terminal (ATT 3b1 or ATT 7300.  */  
 #undef UNIXPC  
   
 /* Define if you want to use the standard Unix plot library.  */  
 #undef UNIXPLOT  
   
 /* Define if you want to use the system time routines.  */  
 #undef USE_SYSTEM_TIME  
   
 /* Define if you are using the X11 window system.  */  
 #undef X11  
   
 /* Define to `long' if <sys/types.h> doesn't define.  */  /* Define to `long' if <sys/types.h> doesn't define.  */
 #undef time_t  #undef time_t
   
Line 162 
Line 78 
 /* Define if you have the rindex function.  */  /* Define if you have the rindex function.  */
 #undef HAVE_RINDEX  #undef HAVE_RINDEX
   
   /* Define if you have the select function.  */
   #undef HAVE_SELECT
   
 /* Define if you have the setvbuf function.  */  /* Define if you have the setvbuf function.  */
 #undef HAVE_SETVBUF  #undef HAVE_SETVBUF
   
Line 258 
Line 177 
 /* Define if you have the <time.h> header file.  */  /* Define if you have the <time.h> header file.  */
 #undef HAVE_TIME_H  #undef HAVE_TIME_H
   
   /* Define if you have the <unistd.h> header file.  */
   #undef HAVE_UNISTD_H
   
 /* 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 m library (-lm).  */
   #undef HAVE_LIBM
   
 /* Name of package */  /* Name of package */
 #undef PACKAGE  #undef PACKAGE
   
Line 269 
Line 194 
   
 /* Define if compiler has function prototypes */  /* Define if compiler has function prototypes */
 #undef PROTOTYPES  #undef PROTOTYPES
   
   /*  Define if you are using the X11 window system.  */
   #undef X11
   
   /*  Define if this is an MSDOS system.  */
   #undef MSDOS
   
   /*  Define if this system uses a 32-bit DOS extender (djgpp/emx).  */
   #undef DOS32
   
   /*  Define if you want to use libgrx20 with MSDOS/djgpp.  */
   #undef DJSVGA
   
   /*  Define if you want to use a newer version of libgrx under MSDOS/djgpp.  */
   #undef GRX21
   
   /*  Define if <errno.h> declares errno.  */
   #undef EXTERN_ERRNO
   
   /*  Define if you do have the popen and pclose functions.  */
   #undef PIPES
   
   /*  First arg for select().  */
   #undef fd_set_size_t
   
   /*  Define if the type in arguments 2-4 to select() is fd_set.  */
   #undef fd_set
   
   /*  Define if the type in arguments 2-4 to select() is fd_set.  */
   #undef SELECT_FD_SET_CAST
   
   /*  Define if this is a Linux system with SuperVGA library.  */
   #undef LINUXVGA
   
   /*  Define if you are using the GNU readline library.  */
   #undef HAVE_LIBREADLINE
   
   /*  Define if you want to use the included readline function.  */
   #undef READLINE
   
   /*  Define if you want to use the standard Unix plot library.  */
   #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.  */
   #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.  */
   #undef HAVE_LIBPNG
   
   /*  Define if you want to use the CGI terminal under SCO.  */
   #undef CGI
   
   /*  Define if you want to use the sunview terminal (sun).  */
   #undef SUN
   
   /*  Define if you do not want to read .gnuplot in the current directory.  */
   #undef NOCWDRC
   
   /*  Define if you want to use the IRIS terminal on IRIS4D series computers.  */
   #undef IRIS
   
   /*  Define if you want to use the MGR Window system.  */
   #undef MGR
   
   /*  Define if you want to use the Redwood Graphics Interface Protocol.  */
   #undef RGIP
   

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

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