source: trunk/third/bonobo/config.h.in @ 17169

Revision 17169, 4.5 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17168, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2#undef PACKAGE
3#undef VERSION
4#undef HAVE_LIBSM
5#undef ENABLE_NLS
6#undef HAVE_CATGETS
7#undef HAVE_GETTEXT
8#undef HAVE_LC_MESSAGES
9#undef HAVE_STPCPY
10#undef HAVE_ORBIT
11#undef USING_OAF
12#undef USE_UI_HANDLER
13#undef HAVE_DLADDR
14
15#undef  ALIGNOF_CORBA_BOOLEAN
16#undef  ALIGNOF_CORBA_CHAR
17#undef  ALIGNOF_CORBA_DOUBLE
18#undef  ALIGNOF_CORBA_FLOAT
19#undef  ALIGNOF_CORBA_LONG
20#undef  ALIGNOF_CORBA_LONG_DOUBLE
21#undef  ALIGNOF_CORBA_LONG_LONG
22#undef  ALIGNOF_CORBA_OCTET
23#undef  ALIGNOF_CORBA_SHORT
24#undef  ALIGNOF_CORBA_STRUCT
25#undef  ALIGNOF_CORBA_UNSIGNED_LONG
26#undef  ALIGNOF_CORBA_UNSIGNED_LONG_LONG
27#undef  ALIGNOF_CORBA_UNSIGNED_SHORT
28#undef  ALIGNOF_CORBA_WCHAR
29#undef  ALIGNOF_CORBA_POINTER
30
31/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
32   systems. This function is required for `alloca.c' support on those systems.
33   */
34#undef CRAY_STACKSEG_END
35
36/* Define if using `alloca.c'. */
37#undef C_ALLOCA
38
39/* Define if you have `alloca', as a function or macro. */
40#undef HAVE_ALLOCA
41
42/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
43#undef HAVE_ALLOCA_H
44
45/* Define if you have the <argz.h> header file. */
46#undef HAVE_ARGZ_H
47
48/* Define if you have the `dcgettext' function. */
49#undef HAVE_DCGETTEXT
50
51/* Define if you have the <dlfcn.h> header file. */
52#undef HAVE_DLFCN_H
53
54/* Define if you have the `getcwd' function. */
55#undef HAVE_GETCWD
56
57/* Define if you have the `getpagesize' function. */
58#undef HAVE_GETPAGESIZE
59
60/* Define if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
63/* Define if your <locale.h> file defines LC_MESSAGES. */
64#undef HAVE_LC_MESSAGES
65
66/* Define if you have the `i' library (-li). */
67#undef HAVE_LIBI
68
69/* Define if you have the <limits.h> header file. */
70#undef HAVE_LIMITS_H
71
72/* Define if you have the <locale.h> header file. */
73#undef HAVE_LOCALE_H
74
75/* Define if you have the <malloc.h> header file. */
76#undef HAVE_MALLOC_H
77
78/* Define if you have the <memory.h> header file. */
79#undef HAVE_MEMORY_H
80
81/* Define if you have a working `mmap' system call. */
82#undef HAVE_MMAP
83
84/* Define if you have the `munmap' function. */
85#undef HAVE_MUNMAP
86
87/* Define if you have the <nl_types.h> header file. */
88#undef HAVE_NL_TYPES_H
89
90/* Define if you have the `putenv' function. */
91#undef HAVE_PUTENV
92
93/* Define if you have the `setenv' function. */
94#undef HAVE_SETENV
95
96/* Define if you have the `setlocale' function. */
97#undef HAVE_SETLOCALE
98
99/* Define if you have the <stdint.h> header file. */
100#undef HAVE_STDINT_H
101
102/* Define if you have the <stdlib.h> header file. */
103#undef HAVE_STDLIB_H
104
105/* Define if you have the `stpcpy' function. */
106#undef HAVE_STPCPY
107
108/* Define if you have the `strcasecmp' function. */
109#undef HAVE_STRCASECMP
110
111/* Define if you have the `strchr' function. */
112#undef HAVE_STRCHR
113
114/* Define if you have the `strdup' function. */
115#undef HAVE_STRDUP
116
117/* Define if you have the <strings.h> header file. */
118#undef HAVE_STRINGS_H
119
120/* Define if you have the <string.h> header file. */
121#undef HAVE_STRING_H
122
123/* Define if you have the <sys/param.h> header file. */
124#undef HAVE_SYS_PARAM_H
125
126/* Define if you have the <sys/stat.h> header file. */
127#undef HAVE_SYS_STAT_H
128
129/* Define if you have the <sys/types.h> header file. */
130#undef HAVE_SYS_TYPES_H
131
132/* Define if you have the <unistd.h> header file. */
133#undef HAVE_UNISTD_H
134
135/* Define if you have the <X11/SM/SMlib.h> header file. */
136#undef HAVE_X11_SM_SMLIB_H
137
138/* Define if you have the `__argz_count' function. */
139#undef HAVE___ARGZ_COUNT
140
141/* Define if you have the `__argz_next' function. */
142#undef HAVE___ARGZ_NEXT
143
144/* Define if you have the `__argz_stringify' function. */
145#undef HAVE___ARGZ_STRINGIFY
146
147/* Name of package */
148#undef PACKAGE
149
150/* If using the C implementation of alloca, define if you know the
151   direction of stack growth for your system; otherwise it will be
152   automatically deduced at run-time.
153        STACK_DIRECTION > 0 => grows toward higher addresses
154        STACK_DIRECTION < 0 => grows toward lower addresses
155        STACK_DIRECTION = 0 => direction of growth unknown */
156#undef STACK_DIRECTION
157
158/* Define if you have the ANSI C header files. */
159#undef STDC_HEADERS
160
161/* Version number of package */
162#undef VERSION
163
164/* Define to empty if `const' does not conform to ANSI C. */
165#undef const
166
167/* Define as `__inline' if that's what the C compiler calls it, or to nothing
168   if it is not supported. */
169#undef inline
170
171/* Define to `long' if <sys/types.h> does not define. */
172#undef off_t
173
174/* Define to `unsigned' if <sys/types.h> does not define. */
175#undef size_t
Note: See TracBrowser for help on using the repository browser.