gfsmConfigNoAuto.h
Go to the documentation of this file.
1 /* src/libgfsm/gfsmConfigAuto.h.in. 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 as good substitute value for EOVERFLOW. */
12 #undef EOVERFLOW
13 
14 /* Define this to enable debugging code */
15 #undef GFSM_DEBUG_ENABLED
16 
17 /* Define this to enable inline functions */
18 #undef GFSM_INLINE_ENABLED
19 
20 /* Define this to enable deprecated pre-glib-2.10 GAllocator API */
21 #undef GFSM_USE_GALLOCATOR
22 
23 /* Define this to enable use of g_slice_* allocation */
24 #undef GFSM_USE_GSLICE
25 
26 /* Major gfsm version */
27 #undef GFSM_VERSION_MAJOR
28 
29 /* Micro gfsm version */
30 #undef GFSM_VERSION_MICRO
31 
32 /* Minor gfsm version */
33 #undef GFSM_VERSION_MINOR
34 
35 /* Define this to enable zlib compression support */
36 #undef GFSM_ZLIB_ENABLED
37 
38 /* Define to 1 if you have `alloca' after including <alloca.h>, a header that
39  may be supplied by this distribution. */
40 #undef HAVE_ALLOCA
41 
42 /* Define HAVE_ALLOCA_H for backward compatibility with older code that
43  includes <alloca.h> only if HAVE_ALLOCA_H is defined. */
44 #undef HAVE_ALLOCA_H
45 
46 /* Define to 1 if you have the declaration of `getdelim', and to 0 if you
47  don't. */
48 #undef HAVE_DECL_GETDELIM
49 
50 /* Define to 1 if you have the <dlfcn.h> header file. */
51 #undef HAVE_DLFCN_H
52 
53 /* Define to 1 if you have the `flockfile' function. */
54 #undef HAVE_FLOCKFILE
55 
56 /* Define to 1 if you have the `funlockfile' function. */
57 #undef HAVE_FUNLOCKFILE
58 
59 /* Define to 1 if you have the `getdelim' function. */
60 #undef HAVE_GETDELIM
61 
62 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
63 #undef HAVE_INTMAX_T
64 
65 /* Define to 1 if you have the <inttypes.h> header file. */
66 #undef HAVE_INTTYPES_H
67 
68 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
69  declares uintmax_t. */
70 #undef HAVE_INTTYPES_H_WITH_UINTMAX
71 
72 /* Define if you have the 'long double' type. */
73 #undef HAVE_LONG_DOUBLE
74 
75 /* Define if you have the 'long long' type. */
76 #undef HAVE_LONG_LONG
77 
78 /* Define to 1 if you have the <memory.h> header file. */
79 #undef HAVE_MEMORY_H
80 
81 /* Define to 1 if the system has the type `ptrdiff_t'. */
82 #undef HAVE_PTRDIFF_T
83 
84 /* Define to 1 if you have the `snprintf' function. */
85 #undef HAVE_SNPRINTF
86 
87 /* Define to 1 if you have the <stdint.h> header file. */
88 #undef HAVE_STDINT_H
89 
90 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
91  uintmax_t. */
92 #undef HAVE_STDINT_H_WITH_UINTMAX
93 
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #undef HAVE_STDLIB_H
96 
97 /* Define this if you have the strdup() function */
98 #undef HAVE_STRDUP
99 
100 /* Define to 1 if you have the <strings.h> header file. */
101 #undef HAVE_STRINGS_H
102 
103 /* Define to 1 if you have the <string.h> header file. */
104 #undef HAVE_STRING_H
105 
106 /* Define to 1 if you have the <sys/stat.h> header file. */
107 #undef HAVE_SYS_STAT_H
108 
109 /* Define to 1 if you have the <sys/types.h> header file. */
110 #undef HAVE_SYS_TYPES_H
111 
112 /* Define to 1 if you have the <unistd.h> header file. */
113 #undef HAVE_UNISTD_H
114 
115 /* Define to 1 if you have the `vasnprintf' function. */
116 #undef HAVE_VASNPRINTF
117 
118 /* Define to 1 if you have the `vasprintf' function. */
119 #undef HAVE_VASPRINTF
120 
121 /* Define to 1 if you have the `vfprintf' function. */
122 #undef HAVE_VFPRINTF
123 
124 /* Define if you have the 'wchar_t' type. */
125 #undef HAVE_WCHAR_T
126 
127 /* Define to 1 if you have the `wcslen' function. */
128 #undef HAVE_WCSLEN
129 
130 /* Define if you have the 'wint_t' type. */
131 #undef HAVE_WINT_T
132 
133 /* Define to the sub-directory in which libtool stores uninstalled libraries.
134  */
135 #undef LT_OBJDIR
136 
137 /* Name of package */
138 #undef PACKAGE
139 
140 /* Define to the address where bug reports for this package should be sent. */
141 #undef PACKAGE_BUGREPORT
142 
143 /* Define to the full name of this package. */
144 #undef PACKAGE_NAME
145 
146 /* Define to the full name and version of this package. */
147 #undef PACKAGE_STRING
148 
149 /* Define to the one symbol short name of this package. */
150 #undef PACKAGE_TARNAME
151 
152 /* Define to the home page for this package. */
153 #undef PACKAGE_URL
154 
155 /* Define to the version of this package. */
156 #undef PACKAGE_VERSION
157 
158 /* The size of `double', as computed by sizeof. */
159 #undef SIZEOF_DOUBLE
160 
161 /* The size of `float', as computed by sizeof. */
162 #undef SIZEOF_FLOAT
163 
164 /* The size of `int', as computed by sizeof. */
165 #undef SIZEOF_INT
166 
167 /* The size of `long int', as computed by sizeof. */
168 #undef SIZEOF_LONG_INT
169 
170 /* The size of `long long int', as computed by sizeof. */
171 #undef SIZEOF_LONG_LONG_INT
172 
173 /* The size of `short int', as computed by sizeof. */
174 #undef SIZEOF_SHORT_INT
175 
176 /* The size of `void*', as computed by sizeof. */
177 #undef SIZEOF_VOIDP
178 
179 /* Define as the maximum value of type 'size_t', if the system doesn't define
180  it. */
181 #undef SIZE_MAX
182 
183 /* If using the C implementation of alloca, define if you know the
184  direction of stack growth for your system; otherwise it will be
185  automatically deduced at runtime.
186  STACK_DIRECTION > 0 => grows toward higher addresses
187  STACK_DIRECTION < 0 => grows toward lower addresses
188  STACK_DIRECTION = 0 => direction of growth unknown */
189 #undef STACK_DIRECTION
190 
191 /* Define to 1 if you have the ANSI C header files. */
192 #undef STDC_HEADERS
193 
194 /* Enable extensions on AIX 3, Interix. */
195 #ifndef _ALL_SOURCE
196 # undef _ALL_SOURCE
197 #endif
198 /* Enable GNU extensions on systems that have them. */
199 #ifndef _GNU_SOURCE
200 # undef _GNU_SOURCE
201 #endif
202 /* Enable threading extensions on Solaris. */
203 #ifndef _POSIX_PTHREAD_SEMANTICS
204 # undef _POSIX_PTHREAD_SEMANTICS
205 #endif
206 /* Enable extensions on HP NonStop. */
207 #ifndef _TANDEM_SOURCE
208 # undef _TANDEM_SOURCE
209 #endif
210 /* Enable general extensions on Solaris. */
211 #ifndef __EXTENSIONS__
212 # undef __EXTENSIONS__
213 #endif
214 
215 
216 /* Version number of package */
217 #undef VERSION
218 
219 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
220  `char[]'. */
221 #undef YYTEXT_POINTER
222 
223 /* Define to 1 if on MINIX. */
224 #undef _MINIX
225 
226 /* Define to 2 if the system does not provide POSIX.1 features except with
227  this defined. */
228 #undef _POSIX_1_SOURCE
229 
230 /* Define to 1 if you need to in order for `stat' and other things to work. */
231 #undef _POSIX_SOURCE
232 
233 /* Define to `__inline__' or `__inline' if that's what the C compiler
234  calls it, or to nothing if 'inline' is not supported under any name. */
235 #ifndef __cplusplus
236 #undef inline
237 #endif
238 
239 /* Define to long or long long if <stdint.h> and <inttypes.h> don't define. */
240 #undef intmax_t
241 
242 /* Define to empty if the C compiler doesn't support this keyword. */
243 #undef signed
244 
245 /* Define to `unsigned int' if <sys/types.h> does not define. */
246 #undef size_t