source: trunk/third/libart_lgpl/config.h.in @ 21479

Revision 21479, 2.4 KB checked in by ghudson, 19 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21478, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2#undef PACKAGE
3#undef VERSION
4
5/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
6   systems. This function is required for `alloca.c' support on those systems.
7   */
8#undef CRAY_STACKSEG_END
9
10/* Define to 1 if using `alloca.c'. */
11#undef C_ALLOCA
12
13/* Define to 1 if you have `alloca', as a function or macro. */
14#undef HAVE_ALLOCA
15
16/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
17   */
18#undef HAVE_ALLOCA_H
19
20/* Define to 1 if you have the <dlfcn.h> header file. */
21#undef HAVE_DLFCN_H
22
23/* Define to 1 if you have the <inttypes.h> header file. */
24#undef HAVE_INTTYPES_H
25
26/* Define to 1 if you have the <memory.h> header file. */
27#undef HAVE_MEMORY_H
28
29/* Define to 1 if you have the <stdint.h> header file. */
30#undef HAVE_STDINT_H
31
32/* Define to 1 if you have the <stdlib.h> header file. */
33#undef HAVE_STDLIB_H
34
35/* Define to 1 if you have the <strings.h> header file. */
36#undef HAVE_STRINGS_H
37
38/* Define to 1 if you have the <string.h> header file. */
39#undef HAVE_STRING_H
40
41/* Define to 1 if you have the <sys/stat.h> header file. */
42#undef HAVE_SYS_STAT_H
43
44/* Define to 1 if you have the <sys/types.h> header file. */
45#undef HAVE_SYS_TYPES_H
46
47/* Define to 1 if you have the <unistd.h> header file. */
48#undef HAVE_UNISTD_H
49
50/* Name of package */
51#undef PACKAGE
52
53/* Define to the address where bug reports for this package should be sent. */
54#undef PACKAGE_BUGREPORT
55
56/* Define to the full name of this package. */
57#undef PACKAGE_NAME
58
59/* Define to the full name and version of this package. */
60#undef PACKAGE_STRING
61
62/* Define to the one symbol short name of this package. */
63#undef PACKAGE_TARNAME
64
65/* Define to the version of this package. */
66#undef PACKAGE_VERSION
67
68/* If using the C implementation of alloca, define if you know the
69   direction of stack growth for your system; otherwise it will be
70   automatically deduced at run-time.
71        STACK_DIRECTION > 0 => grows toward higher addresses
72        STACK_DIRECTION < 0 => grows toward lower addresses
73        STACK_DIRECTION = 0 => direction of growth unknown */
74#undef STACK_DIRECTION
75
76/* Define to 1 if you have the ANSI C header files. */
77#undef STDC_HEADERS
78
79/* Version number of package */
80#undef VERSION
81
82/* Define to 1 if your processor stores words with the most significant byte
83   first (like Motorola and SPARC, unlike Intel and VAX). */
84#undef WORDS_BIGENDIAN
Note: See TracBrowser for help on using the repository browser.