1/* config.hin.  Generated from configure.ac by autoheader.  */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4   systems. This function is required for `alloca.c' support on those systems.
5   */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Define to 1 if you have `alloca', as a function or macro. */
12#undef HAVE_ALLOCA
13
14/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
15   */
16#undef HAVE_ALLOCA_H
17
18/* Define to 1 if you have the `ctime_r' function. */
19#undef HAVE_CTIME_R
20
21/* Define if -lXext has support for the DBE X11 protocol extension. */
22#undef HAVE_DBE_SUPPORT
23
24/* Define to 1 if you have the <dlfcn.h> header file. */
25#undef HAVE_DLFCN_H
26
27/* Define to 1 if you have the `erf' function. */
28#undef HAVE_ERF
29
30/* Define to 1 if you have the <float.h> header file. */
31#undef HAVE_FLOAT_H
32
33/* Define to 1 if you have the `gamma' function. */
34#undef HAVE_GAMMA
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the `j0' function. */
40#undef HAVE_J0
41
42/* Define to 1 if you have the `lgamma' function. */
43#undef HAVE_LGAMMA
44
45/* Define if libpng is available. */
46#undef HAVE_LIBPNG
47
48/* Define to 1 if you have the <limits.h> header file. */
49#undef HAVE_LIMITS_H
50
51/* Define to 1 if you have the `localtime_r' function. */
52#undef HAVE_LOCALTIME_R
53
54/* Define to 1 if you have the <malloc.h> header file. */
55#undef HAVE_MALLOC_H
56
57/* Define to 1 if you have the `matherr' function. */
58#undef HAVE_MATHERR
59
60/* Define if -lXext has support for the MBX X11 protocol extension. */
61#undef HAVE_MBX_SUPPORT
62
63/* Define to 1 if you have the `memcpy' function. */
64#undef HAVE_MEMCPY
65
66/* Define to 1 if you have the `memmove' function. */
67#undef HAVE_MEMMOVE
68
69/* Define to 1 if you have the <memory.h> header file. */
70#undef HAVE_MEMORY_H
71
72/* Define to 1 if in your libc, fflush(NULL) flushes all outstreams. */
73#undef HAVE_NULL_FLUSH
74
75/* Define to 1 if you have the <png.h> header file. */
76#undef HAVE_PNG_H
77
78/* Define to 1 if you have the <pthread.h> header file. */
79#undef HAVE_PTHREAD_H
80
81/* Define to 1 if you have the <stdint.h> header file. */
82#undef HAVE_STDINT_H
83
84/* Define to 1 if you have the <stdlib.h> header file. */
85#undef HAVE_STDLIB_H
86
87/* Define to 1 if you have the `strcasecmp' function. */
88#undef HAVE_STRCASECMP
89
90/* Define to 1 if you have the `strchr' function. */
91#undef HAVE_STRCHR
92
93/* Define to 1 if you have the `strerror' function. */
94#undef HAVE_STRERROR
95
96/* Define to 1 if you have the <strings.h> header file. */
97#undef HAVE_STRINGS_H
98
99/* Define to 1 if you have the <string.h> header file. */
100#undef HAVE_STRING_H
101
102/* Define to 1 if you have the <sys/select.h> header file. */
103#undef HAVE_SYS_SELECT_H
104
105/* Define to 1 if you have the <sys/stat.h> header file. */
106#undef HAVE_SYS_STAT_H
107
108/* Define to 1 if you have the <sys/stdtypes.h> header file. */
109#undef HAVE_SYS_STDTYPES_H
110
111/* Define to 1 if you have the <sys/time.h> header file. */
112#undef HAVE_SYS_TIME_H
113
114/* Define to 1 if you have the <sys/types.h> header file. */
115#undef HAVE_SYS_TYPES_H
116
117/* Define to 1 if you have the <sys/wait.h> header file. */
118#undef HAVE_SYS_WAIT_H
119
120/* Define to 1 if you have the <unistd.h> header file. */
121#undef HAVE_UNISTD_H
122
123/* Define to 1 if you have the <values.h> header file. */
124#undef HAVE_VALUES_H
125
126/* Define to 1 if you have the `waitpid' function. */
127#undef HAVE_WAITPID
128
129/* Define to 1 if you have the <X11/extensions/multibuf.h> header file. */
130#undef HAVE_X11_EXTENSIONS_MULTIBUF_H
131
132/* Define to 1 if you have the <X11/extensions/Xdbe.h> header file. */
133#undef HAVE_X11_EXTENSIONS_XDBE_H
134
135/* Define to 1 if you have the <X11/Xlib.h> header file. */
136#undef HAVE_X11_XLIB_H
137
138/* Define to request PNG support (requires HAVE_LIBPNG, HAVE_PNG_H). */
139#undef INCLUDE_PNG_SUPPORT
140
141/* Name of package */
142#undef PACKAGE
143
144/* Define to the address where bug reports for this package should be sent. */
145#undef PACKAGE_BUGREPORT
146
147/* Define to the full name of this package. */
148#undef PACKAGE_NAME
149
150/* Define to the full name and version of this package. */
151#undef PACKAGE_STRING
152
153/* Define to the one symbol short name of this package. */
154#undef PACKAGE_TARNAME
155
156/* Define to the version of this package. */
157#undef PACKAGE_VERSION
158
159/* Define to 1 if your libc includes support for pthreads. */
160#undef PTHREAD_SUPPORT
161
162/* Define as the return type of signal handlers (`int' or `void'). */
163#undef RETSIGTYPE
164
165/* If using the C implementation of alloca, define if you know the
166   direction of stack growth for your system; otherwise it will be
167   automatically deduced at runtime.
168	STACK_DIRECTION > 0 => grows toward higher addresses
169	STACK_DIRECTION < 0 => grows toward lower addresses
170	STACK_DIRECTION = 0 => direction of growth unknown */
171#undef STACK_DIRECTION
172
173/* Define to 1 if you have the ANSI C header files. */
174#undef STDC_HEADERS
175
176/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
177#undef TIME_WITH_SYS_TIME
178
179/* Define to enable support for the 45 LaserJet fonts in PS output. */
180#undef USE_LJ_FONTS_IN_PS
181
182/* Define to enable support for the 45 LaserJet fonts in X output. */
183#undef USE_LJ_FONTS_IN_X
184
185/* Define to request that Motif should be used, if X11 is used. */
186#undef USE_MOTIF
187
188/* Define to enable support for the 35 PS fonts in PCL output. */
189#undef USE_PS_FONTS_IN_PCL
190
191/* Version number of package */
192#undef VERSION
193
194/* Define to 1 if the X Window System is missing or not being used. */
195#undef X_DISPLAY_MISSING
196
197/* Define to signal support in libXt/libX11 for multithreading. */
198#undef X_THREAD_SUPPORT
199
200/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
201   `char[]'. */
202#undef YYTEXT_POINTER
203
204/* Define to 1 under HP/UX to get matherr-related things from math.h. */
205#undef _HPUX_SOURCE
206
207/* Define to empty if `const' does not conform to ANSI C. */
208#undef const
209
210/* Define to `int' if <sys/types.h> does not define. */
211#undef pid_t
212
213/* Define to `unsigned int' if <sys/types.h> does not define. */
214#undef size_t
215