=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/config.hin,v retrieving revision 1.1.1.2 retrieving revision 1.1.1.3 diff -u -p -r1.1.1.2 -r1.1.1.3 --- OpenXM_contrib/gnuplot/Attic/config.hin 2000/01/22 14:15:49 1.1.1.2 +++ OpenXM_contrib/gnuplot/Attic/config.hin 2003/09/15 07:09:22 1.1.1.3 @@ -27,9 +27,6 @@ /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING -/* Define to `long' if doesn't define. */ -#undef time_t - /* Define if you have the atexit function. */ #undef HAVE_ATEXIT @@ -39,6 +36,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the doprnt function. */ +#undef HAVE_DOPRNT + /* Define if you have the erf function. */ #undef HAVE_ERF @@ -72,6 +72,9 @@ /* Define if you have the pclose function. */ #undef HAVE_PCLOSE +/* Define if you have the poll function. */ +#undef HAVE_POLL + /* Define if you have the popen function. */ #undef HAVE_POPEN @@ -90,12 +93,27 @@ /* Define if you have the snprintf function. */ #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. */ #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. */ #undef HAVE_STRERROR +/* Define if you have the stricmp function. */ +#undef HAVE_STRICMP + /* Define if you have the strncasecmp function. */ #undef HAVE_STRNCASECMP @@ -114,12 +132,18 @@ /* Define if you have the tcgetattr function. */ #undef HAVE_TCGETATTR +/* Define if you have the vfprintf function. */ +#undef HAVE_VFPRINTF + /* Define if you have the header file. */ #undef HAVE_ERRNO_H /* Define if you have the header file. */ #undef HAVE_FLOAT_H +/* Define if you have the header file. */ +#undef HAVE_GD_H + /* Define if you have the header file. */ #undef HAVE_LIBC_H @@ -135,6 +159,12 @@ /* Define if you have the header file. */ #undef HAVE_MATH_H +/* Define if you have the header file. */ +#undef HAVE_PDFLIB_H + +/* Define if you have the header file. */ +#undef HAVE_PNG_H + /* Define if you have the header file. */ #undef HAVE_SGTTY_H @@ -183,6 +213,9 @@ /* Define if you have the header file. */ #undef HAVE_VALUES_H +/* Define if you have the header file. */ +#undef HAVE_ZLIB_H + /* Define if you have the m library (-lm). */ #undef HAVE_LIBM @@ -213,16 +246,22 @@ /* Define if declares 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. */ #undef PIPES -/* First arg for select(). */ +/* First arg for select. */ #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 -/* 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 /* Define if this is a Linux system with SuperVGA library. */ @@ -234,24 +273,24 @@ /* Define if you want to use the included readline function. */ #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. */ #undef UNIXPLOT -/* Define if you have the 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 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. */ #undef CGI @@ -260,6 +299,9 @@ /* Define if you do not want to read .gnuplot in the current directory. */ #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. */ #undef IRIS