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