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

Diff for /OpenXM_contrib/gnuplot/Attic/acconfig.h between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:00:48 version 1.1.1.2, 2000/01/22 14:15:48
Line 14 
Line 14 
    Leave the following blank line there!!  Autoheader needs it.  */     Leave the following blank line there!!  Autoheader needs it.  */
   
   
 /* 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 to the name of the distribution.  */  
 #undef PACKAGE  
   
 /* Define if you do have the popen and pclose functions.  */  
 #undef PIPES  
   
 /* Define if you have the function prototypes.  */  
 #undef PROTOTYPES  
   
 /* 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 to the version of the distribution.  */  
 #undef VERSION  
   
 /* 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
   

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

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