=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/config.hin,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/config.hin 2000/01/09 17:00:49 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/config.hin 2000/01/22 14:15:49 1.1.1.2 @@ -15,15 +15,6 @@ /* Define as the return type of signal handlers (int or void). */ #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 doesn't define. */ #undef size_t @@ -36,81 +27,6 @@ /* Define if the X Window System is missing or not being used. */ #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 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 doesn't define. */ #undef time_t @@ -162,6 +78,9 @@ /* Define if you have the rindex function. */ #undef HAVE_RINDEX +/* Define if you have the select function. */ +#undef HAVE_SELECT + /* Define if you have the setvbuf function. */ #undef HAVE_SETVBUF @@ -258,9 +177,15 @@ /* Define if you have the header file. */ #undef HAVE_TIME_H +/* Define if you have the header file. */ +#undef HAVE_UNISTD_H + /* Define if you have the header file. */ #undef HAVE_VALUES_H +/* Define if you have the m library (-lm). */ +#undef HAVE_LIBM + /* Name of package */ #undef PACKAGE @@ -269,4 +194,79 @@ /* Define if compiler has function 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 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 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