Annotation of OpenXM_contrib/gnuplot/config.hin, Revision 1.1.1.3
1.1 maekawa 1: /* config.hin. Generated automatically from configure.in by autoheader. */
2:
3: /* Define to empty if the keyword does not work. */
4: #undef const
5:
6: /* Define if you have the ANSI # stringizing operator in cpp. */
7: #undef HAVE_STRINGIZE
8:
9: /* Define if you have <unistd.h>. */
10: #undef HAVE_UNISTD_H
11:
12: /* Define as __inline if that's what the C compiler calls it. */
13: #undef inline
14:
15: /* Define as the return type of signal handlers (int or void). */
16: #undef RETSIGTYPE
17:
18: /* Define to `unsigned' if <sys/types.h> doesn't define. */
19: #undef size_t
20:
21: /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly. */
22: #undef STAT_MACROS_BROKEN
23:
24: /* Define if you have the ANSI C header files. */
25: #undef STDC_HEADERS
26:
27: /* Define if the X Window System is missing or not being used. */
28: #undef X_DISPLAY_MISSING
29:
30: /* Define if you have the atexit function. */
31: #undef HAVE_ATEXIT
32:
33: /* Define if you have the bcopy function. */
34: #undef HAVE_BCOPY
35:
36: /* Define if you have the bzero function. */
37: #undef HAVE_BZERO
38:
1.1.1.3 ! ohara 39: /* Define if you have the doprnt function. */
! 40: #undef HAVE_DOPRNT
! 41:
1.1 maekawa 42: /* Define if you have the erf function. */
43: #undef HAVE_ERF
44:
45: /* Define if you have the erfc function. */
46: #undef HAVE_ERFC
47:
48: /* Define if you have the gamma function. */
49: #undef HAVE_GAMMA
50:
51: /* Define if you have the getcwd function. */
52: #undef HAVE_GETCWD
53:
54: /* Define if you have the index function. */
55: #undef HAVE_INDEX
56:
57: /* Define if you have the lgamma function. */
58: #undef HAVE_LGAMMA
59:
60: /* Define if you have the memcpy function. */
61: #undef HAVE_MEMCPY
62:
63: /* Define if you have the memmove function. */
64: #undef HAVE_MEMMOVE
65:
66: /* Define if you have the memset function. */
67: #undef HAVE_MEMSET
68:
69: /* Define if you have the on_exit function. */
70: #undef HAVE_ON_EXIT
71:
72: /* Define if you have the pclose function. */
73: #undef HAVE_PCLOSE
74:
1.1.1.3 ! ohara 75: /* Define if you have the poll function. */
! 76: #undef HAVE_POLL
! 77:
1.1 maekawa 78: /* Define if you have the popen function. */
79: #undef HAVE_POPEN
80:
81: /* Define if you have the rindex function. */
82: #undef HAVE_RINDEX
83:
1.1.1.2 maekawa 84: /* Define if you have the select function. */
85: #undef HAVE_SELECT
86:
1.1 maekawa 87: /* Define if you have the setvbuf function. */
88: #undef HAVE_SETVBUF
89:
90: /* Define if you have the sleep function. */
91: #undef HAVE_SLEEP
92:
93: /* Define if you have the snprintf function. */
94: #undef HAVE_SNPRINTF
95:
1.1.1.3 ! ohara 96: /* Define if you have the stpcpy function. */
! 97: #undef HAVE_STPCPY
! 98:
! 99: /* Define if you have the strcasecmp function. */
! 100: #undef HAVE_STRCASECMP
! 101:
1.1 maekawa 102: /* Define if you have the strchr function. */
103: #undef HAVE_STRCHR
104:
1.1.1.3 ! ohara 105: /* Define if you have the strcspn function. */
! 106: #undef HAVE_STRCSPN
! 107:
! 108: /* Define if you have the strdup function. */
! 109: #undef HAVE_STRDUP
! 110:
1.1 maekawa 111: /* Define if you have the strerror function. */
112: #undef HAVE_STRERROR
113:
1.1.1.3 ! ohara 114: /* Define if you have the stricmp function. */
! 115: #undef HAVE_STRICMP
! 116:
1.1 maekawa 117: /* Define if you have the strncasecmp function. */
118: #undef HAVE_STRNCASECMP
119:
120: /* Define if you have the strnicmp function. */
121: #undef HAVE_STRNICMP
122:
123: /* Define if you have the strrchr function. */
124: #undef HAVE_STRRCHR
125:
126: /* Define if you have the strstr function. */
127: #undef HAVE_STRSTR
128:
129: /* Define if you have the sysinfo function. */
130: #undef HAVE_SYSINFO
131:
132: /* Define if you have the tcgetattr function. */
133: #undef HAVE_TCGETATTR
134:
1.1.1.3 ! ohara 135: /* Define if you have the vfprintf function. */
! 136: #undef HAVE_VFPRINTF
! 137:
1.1 maekawa 138: /* Define if you have the <errno.h> header file. */
139: #undef HAVE_ERRNO_H
140:
141: /* Define if you have the <float.h> header file. */
142: #undef HAVE_FLOAT_H
143:
1.1.1.3 ! ohara 144: /* Define if you have the <gd.h> header file. */
! 145: #undef HAVE_GD_H
! 146:
1.1 maekawa 147: /* Define if you have the <libc.h> header file. */
148: #undef HAVE_LIBC_H
149:
150: /* Define if you have the <limits.h> header file. */
151: #undef HAVE_LIMITS_H
152:
153: /* Define if you have the <locale.h> header file. */
154: #undef HAVE_LOCALE_H
155:
156: /* Define if you have the <malloc.h> header file. */
157: #undef HAVE_MALLOC_H
158:
159: /* Define if you have the <math.h> header file. */
160: #undef HAVE_MATH_H
161:
1.1.1.3 ! ohara 162: /* Define if you have the <pdflib.h> header file. */
! 163: #undef HAVE_PDFLIB_H
! 164:
! 165: /* Define if you have the <png.h> header file. */
! 166: #undef HAVE_PNG_H
! 167:
1.1 maekawa 168: /* Define if you have the <sgtty.h> header file. */
169: #undef HAVE_SGTTY_H
170:
171: /* Define if you have the <stdlib.h> header file. */
172: #undef HAVE_STDLIB_H
173:
174: /* Define if you have the <string.h> header file. */
175: #undef HAVE_STRING_H
176:
177: /* Define if you have the <sys/bsdtypes.h> header file. */
178: #undef HAVE_SYS_BSDTYPES_H
179:
180: /* Define if you have the <sys/select.h> header file. */
181: #undef HAVE_SYS_SELECT_H
182:
183: /* Define if you have the <sys/socket.h> header file. */
184: #undef HAVE_SYS_SOCKET_H
185:
186: /* Define if you have the <sys/stat.h> header file. */
187: #undef HAVE_SYS_STAT_H
188:
189: /* Define if you have the <sys/systeminfo.h> header file. */
190: #undef HAVE_SYS_SYSTEMINFO_H
191:
192: /* Define if you have the <sys/time.h> header file. */
193: #undef HAVE_SYS_TIME_H
194:
195: /* Define if you have the <sys/timeb.h> header file. */
196: #undef HAVE_SYS_TIMEB_H
197:
198: /* Define if you have the <sys/types.h> header file. */
199: #undef HAVE_SYS_TYPES_H
200:
201: /* Define if you have the <sys/utsname.h> header file. */
202: #undef HAVE_SYS_UTSNAME_H
203:
204: /* Define if you have the <termios.h> header file. */
205: #undef HAVE_TERMIOS_H
206:
207: /* Define if you have the <time.h> header file. */
208: #undef HAVE_TIME_H
209:
1.1.1.2 maekawa 210: /* Define if you have the <unistd.h> header file. */
211: #undef HAVE_UNISTD_H
212:
1.1 maekawa 213: /* Define if you have the <values.h> header file. */
214: #undef HAVE_VALUES_H
215:
1.1.1.3 ! ohara 216: /* Define if you have the <zlib.h> header file. */
! 217: #undef HAVE_ZLIB_H
! 218:
1.1.1.2 maekawa 219: /* Define if you have the m library (-lm). */
220: #undef HAVE_LIBM
221:
1.1 maekawa 222: /* Name of package */
223: #undef PACKAGE
224:
225: /* Version number of package */
226: #undef VERSION
227:
228: /* Define if compiler has function prototypes */
229: #undef PROTOTYPES
1.1.1.2 maekawa 230:
231: /* Define if you are using the X11 window system. */
232: #undef X11
233:
234: /* Define if this is an MSDOS system. */
235: #undef MSDOS
236:
237: /* Define if this system uses a 32-bit DOS extender (djgpp/emx). */
238: #undef DOS32
239:
240: /* Define if you want to use libgrx20 with MSDOS/djgpp. */
241: #undef DJSVGA
242:
243: /* Define if you want to use a newer version of libgrx under MSDOS/djgpp. */
244: #undef GRX21
245:
246: /* Define if <errno.h> declares errno. */
247: #undef EXTERN_ERRNO
248:
1.1.1.3 ! ohara 249: /* Define if time_t is declared in time.h. */
! 250: #undef HAVE_TIME_T_IN_TIME_H
! 251:
! 252: /* Define if we have sigsetjmp(). */
! 253: #undef HAVE_SIGSETJMP
! 254:
1.1.1.2 maekawa 255: /* Define if you do have the popen and pclose functions. */
256: #undef PIPES
257:
1.1.1.3 ! ohara 258: /* First arg for select. */
1.1.1.2 maekawa 259: #undef fd_set_size_t
260:
1.1.1.3 ! ohara 261: /* Define if the type in arguments 2-4 to select is fd_set. */
1.1.1.2 maekawa 262: #undef fd_set
263:
1.1.1.3 ! ohara 264: /* Define if the type in arguments 2-4 to select is fd_set. */
1.1.1.2 maekawa 265: #undef SELECT_FD_SET_CAST
266:
267: /* Define if this is a Linux system with SuperVGA library. */
268: #undef LINUXVGA
269:
270: /* Define if you are using the GNU readline library. */
271: #undef HAVE_LIBREADLINE
272:
273: /* Define if you want to use the included readline function. */
274: #undef READLINE
275:
1.1.1.3 ! ohara 276: /* Define if you have Thomas Boutell's gd library. */
! 277: #undef HAVE_LIBGD
! 278:
1.1.1.2 maekawa 279: /* Define if you want to use the standard Unix plot library. */
280: #undef UNIXPLOT
281:
282: /* Define if you want to use the GNU version of the Unix plot library. */
283: #undef GNUGRAPH
284:
285: /* Define if you have the png library. */
286: #undef HAVE_LIBPNG
287:
1.1.1.3 ! ohara 288: /* Define if you have the pdf library. */
! 289: #undef HAVE_LIBPDF
! 290:
! 291: /* Define if you have the pdf library. */
! 292: #undef HAVE_LIBPDF
! 293:
1.1.1.2 maekawa 294: /* Define if you want to use the CGI terminal under SCO. */
295: #undef CGI
296:
297: /* Define if you want to use the sunview terminal (sun). */
298: #undef SUN
299:
300: /* Define if you do not want to read .gnuplot in the current directory. */
301: #undef NOCWDRC
1.1.1.3 ! ohara 302:
! 303: /* Define if you have the required ggi libraries. */
! 304: #undef HAVE_GGI
1.1.1.2 maekawa 305:
306: /* Define if you want to use the IRIS terminal on IRIS4D series computers. */
307: #undef IRIS
308:
309: /* Define if you want to use the MGR Window system. */
310: #undef MGR
311:
312: /* Define if you want to use the Redwood Graphics Interface Protocol. */
313: #undef RGIP
1.1 maekawa 314:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>