(concord_object_get_feature_value): If `concord_current_env' is not
[chise/concord.git] / config.h.in
1 /* config.h.in.  Generated from configure.in 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 `strnlen' function. */
19 #undef HAVE_STRNLEN
20
21 /* Define to the address where bug reports for this package should be sent. */
22 #undef PACKAGE_BUGREPORT
23
24 /* Define to the full name of this package. */
25 #undef PACKAGE_NAME
26
27 /* Define to the full name and version of this package. */
28 #undef PACKAGE_STRING
29
30 /* Define to the one symbol short name of this package. */
31 #undef PACKAGE_TARNAME
32
33 /* Define to the version of this package. */
34 #undef PACKAGE_VERSION
35
36 /* If using the C implementation of alloca, define if you know the
37    direction of stack growth for your system; otherwise it will be
38    automatically deduced at run-time.
39         STACK_DIRECTION > 0 => grows toward higher addresses
40         STACK_DIRECTION < 0 => grows toward lower addresses
41         STACK_DIRECTION = 0 => direction of growth unknown */
42 #undef STACK_DIRECTION
43
44 /* Define to empty if `const' does not conform to ANSI C. */
45 #undef const
46
47 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
48    if it is not supported. */
49 #undef inline
50
51 #undef SIZEOF_INT
52 #undef SIZEOF_LONG
53 #undef SIZEOF_LONG_LONG
54 #undef SIZEOF_VOID_P
55
56 #ifndef BITS_PER_CHAR
57 #define BITS_PER_CHAR 8
58 #endif