source: trunk/third/gal2/config.h.in @ 19537

Revision 19537, 3.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19536, which included commits to RCS files with non-trunk default branches.
Line 
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/* always defined to indicate that i18n is enabled */
12#undef ENABLE_NLS
13
14/* Package name for gettext */
15#undef GETTEXT_PACKAGE
16
17/* Translation domain name for gettext */
18#undef GNOME_EXPLICIT_TRANSLATION_DOMAIN
19
20/* Define to 1 if you have `alloca', as a function or macro. */
21#undef HAVE_ALLOCA
22
23/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
24   */
25#undef HAVE_ALLOCA_H
26
27/* Define to 1 if you have the `bind_textdomain_codeset' function. */
28#undef HAVE_BIND_TEXTDOMAIN_CODESET
29
30/* Have nl_langinfo (CODESET) */
31#undef HAVE_CODESET
32
33/* Define to 1 if you have the `dcgettext' function. */
34#undef HAVE_DCGETTEXT
35
36/* Define to 1 if you have the <dlfcn.h> header file. */
37#undef HAVE_DLFCN_H
38
39/* Define if the GNU gettext() function is already present or preinstalled. */
40#undef HAVE_GETTEXT
41
42/* Define to 1 if you have the `gnu_get_libc_version' function. */
43#undef HAVE_GNU_GET_LIBC_VERSION
44
45/* Define to 1 if you have the <inttypes.h> header file. */
46#undef HAVE_INTTYPES_H
47
48/* Define if your <locale.h> file defines LC_MESSAGES. */
49#undef HAVE_LC_MESSAGES
50
51/* strftime supports use of l and k */
52#undef HAVE_LKSTRFTIME
53
54/* Define to 1 if you have the <locale.h> header file. */
55#undef HAVE_LOCALE_H
56
57/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H
59
60/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H
62
63/* Define to 1 if you have the <stdlib.h> header file. */
64#undef HAVE_STDLIB_H
65
66/* Define to 1 if you have the <strings.h> header file. */
67#undef HAVE_STRINGS_H
68
69/* Define to 1 if you have the <string.h> header file. */
70#undef HAVE_STRING_H
71
72/* Define to 1 if you have the <sys/stat.h> header file. */
73#undef HAVE_SYS_STAT_H
74
75/* Define to 1 if you have the <sys/types.h> header file. */
76#undef HAVE_SYS_TYPES_H
77
78/* Define to 1 if you have the <unistd.h> header file. */
79#undef HAVE_UNISTD_H
80
81/* Name of package */
82#undef PACKAGE
83
84/* Define to the address where bug reports for this package should be sent. */
85#undef PACKAGE_BUGREPORT
86
87/* Define to the full name of this package. */
88#undef PACKAGE_NAME
89
90/* Define to the full name and version of this package. */
91#undef PACKAGE_STRING
92
93/* Define to the one symbol short name of this package. */
94#undef PACKAGE_TARNAME
95
96/* Define to the version of this package. */
97#undef PACKAGE_VERSION
98
99/* If using the C implementation of alloca, define if you know the
100   direction of stack growth for your system; otherwise it will be
101   automatically deduced at run-time.
102        STACK_DIRECTION > 0 => grows toward higher addresses
103        STACK_DIRECTION < 0 => grows toward lower addresses
104        STACK_DIRECTION = 0 => direction of growth unknown */
105#undef STACK_DIRECTION
106
107/* Define to 1 if you have the ANSI C header files. */
108#undef STDC_HEADERS
109
110/* Version number of package */
111#undef VERSION
Note: See TracBrowser for help on using the repository browser.