source: trunk/third/gnome-vfs/config.h.in @ 18126

Revision 18126, 5.0 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18125, which included commits to RCS files with non-trunk default branches.
Line 
1/* config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define to empty if the keyword does not work.  */
7#undef const
8
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10   This function is required for alloca.c support on those systems.  */
11#undef CRAY_STACKSEG_END
12
13/* Define if you have alloca, as a function or macro.  */
14#undef HAVE_ALLOCA
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17#undef HAVE_ALLOCA_H
18
19/* Define if you have a working `mmap' system call.  */
20#undef HAVE_MMAP
21
22/* Define as __inline if that's what the C compiler calls it.  */
23#undef inline
24
25/* If using the C implementation of alloca, define if you know the
26   direction of stack growth for your system; otherwise it will be
27   automatically deduced at run-time.
28 STACK_DIRECTION > 0 => grows toward higher addresses
29 STACK_DIRECTION < 0 => grows toward lower addresses
30 STACK_DIRECTION = 0 => direction of growth unknown
31 */
32#undef STACK_DIRECTION
33
34/* Define if you have the ANSI C header files.  */
35#undef STDC_HEADERS
36
37#undef PACKAGE
38#undef VERSION
39#undef HAVE_LIBSM
40#undef HAVE_CATGETS
41#undef HAVE_GETTEXT
42#undef HAVE_LC_MESSAGES
43#undef HAVE_STPCPY
44#undef ENABLE_NLS
45#undef USE_PTHREAD
46#undef HAVE_SOCKET
47#undef HAVE_STRUCT_LINGER
48#undef HAVE_NSL
49#undef USING_OAF
50#undef HAVE_GCONF
51#undef HAVE_OLDER_BZIP2
52#undef GNOME_PLATFORM_VERSION
53#undef ENABLE_PROFILER
54#undef HAVE_OPENSSL
55#undef USE_LIBICONV
56
57/* The number of bytes in a int.  */
58#undef SIZEOF_INT
59
60/* The number of bytes in a long.  */
61#undef SIZEOF_LONG
62
63/* The number of bytes in a long long.  */
64#undef SIZEOF_LONG_LONG
65
66/* Define if you have the __argz_count function.  */
67#undef HAVE___ARGZ_COUNT
68
69/* Define if you have the __argz_next function.  */
70#undef HAVE___ARGZ_NEXT
71
72/* Define if you have the __argz_stringify function.  */
73#undef HAVE___ARGZ_STRINGIFY
74
75/* Define if you have the dcgettext function.  */
76#undef HAVE_DCGETTEXT
77
78/* Define if you have the getcwd function.  */
79#undef HAVE_GETCWD
80
81/* Define if you have the getdelim function.  */
82#undef HAVE_GETDELIM
83
84/* Define if you have the getdtablesize function.  */
85#undef HAVE_GETDTABLESIZE
86
87/* Define if you have the getpagesize function.  */
88#undef HAVE_GETPAGESIZE
89
90/* Define if you have the lseek64 function.  */
91#undef HAVE_LSEEK64
92
93/* Define if you have the munmap function.  */
94#undef HAVE_MUNMAP
95
96/* Define if you have the open64 function.  */
97#undef HAVE_OPEN64
98
99/* Define if you have the putenv function.  */
100#undef HAVE_PUTENV
101
102/* Define if you have the setenv function.  */
103#undef HAVE_SETENV
104
105/* Define if you have the setlocale function.  */
106#undef HAVE_SETLOCALE
107
108/* Define if you have the socket function.  */
109#undef HAVE_SOCKET
110
111/* Define if you have the statvfs function.  */
112#undef HAVE_STATVFS
113
114/* Define if you have the stpcpy function.  */
115#undef HAVE_STPCPY
116
117/* Define if you have the strcasecmp function.  */
118#undef HAVE_STRCASECMP
119
120/* Define if you have the strchr function.  */
121#undef HAVE_STRCHR
122
123/* Define if you have the strdup function.  */
124#undef HAVE_STRDUP
125
126/* Define if you have the <argz.h> header file.  */
127#undef HAVE_ARGZ_H
128
129/* Define if you have the <cdda_interface.h> header file.  */
130#undef HAVE_CDDA_INTERFACE_H
131
132/* Define if you have the <cdda_paranoia.h> header file.  */
133#undef HAVE_CDDA_PARANOIA_H
134
135/* Define if you have the <dlfcn.h> header file.  */
136#undef HAVE_DLFCN_H
137
138/* Define if you have the <limits.h> header file.  */
139#undef HAVE_LIMITS_H
140
141/* Define if you have the <locale.h> header file.  */
142#undef HAVE_LOCALE_H
143
144/* Define if you have the <malloc.h> header file.  */
145#undef HAVE_MALLOC_H
146
147/* Define if you have the <nl_types.h> header file.  */
148#undef HAVE_NL_TYPES_H
149
150/* Define if you have the <openssl/ssl.h> header file.  */
151#undef HAVE_OPENSSL_SSL_H
152
153/* Define if you have the <openssl/x509.h> header file.  */
154#undef HAVE_OPENSSL_X509_H
155
156/* Define if you have the <stddef.h> header file.  */
157#undef HAVE_STDDEF_H
158
159/* Define if you have the <stdlib.h> header file.  */
160#undef HAVE_STDLIB_H
161
162/* Define if you have the <string.h> header file.  */
163#undef HAVE_STRING_H
164
165/* Define if you have the <sys/mount.h> header file.  */
166#undef HAVE_SYS_MOUNT_H
167
168/* Define if you have the <sys/param.h> header file.  */
169#undef HAVE_SYS_PARAM_H
170
171/* Define if you have the <sys/resource.h> header file.  */
172#undef HAVE_SYS_RESOURCE_H
173
174/* Define if you have the <sys/statvfs.h> header file.  */
175#undef HAVE_SYS_STATVFS_H
176
177/* Define if you have the <sys/vfs.h> header file.  */
178#undef HAVE_SYS_VFS_H
179
180/* Define if you have the <unistd.h> header file.  */
181#undef HAVE_UNISTD_H
182
183/* Define if you have the i library (-li).  */
184#undef HAVE_LIBI
185
186/* Define if you have the nsl library (-lnsl).  */
187#undef HAVE_LIBNSL
188
189/* Define if you have the rt library (-lrt).  */
190#undef HAVE_LIBRT
191
192/* Define if you have the socket library (-lsocket).  */
193#undef HAVE_LIBSOCKET
194
195/* Name of package */
196#undef PACKAGE
197
198/* Version number of package */
199#undef VERSION
200
201/* size_t */
202#undef size_t
203
204/* off_t */
205#undef off_t
206
207/* Define if your <locale.h> file defines LC_MESSAGES. */
208#undef HAVE_LC_MESSAGES
209
Note: See TracBrowser for help on using the repository browser.