source: trunk/third/glib/config.h.in @ 14479

Revision 14479, 3.7 KB checked in by ghudson, 25 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14478, 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 to empty if the keyword does not work.  */
4#undef const
5
6/* Define if you don't have vprintf but do have _doprnt.  */
7#undef HAVE_DOPRNT
8
9/* Define if you have <unistd.h>.  */
10#undef HAVE_UNISTD_H
11
12/* Define if you have the vprintf function.  */
13#undef HAVE_VPRINTF
14
15/* Define if you have the ANSI C header files.  */
16#undef STDC_HEADERS
17
18/* Define if your processor stores words with the most significant
19   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
20#undef WORDS_BIGENDIAN
21
22#undef ENABLE_MEM_CHECK
23#undef ENABLE_MEM_PROFILE
24
25#undef REALLOC_0_WORKS
26
27#undef G_COMPILED_WITH_DEBUGGING
28#undef G_THREADS_ENABLED
29
30#undef GLIB_SIZEOF_GMUTEX
31#undef GLIB_BYTE_CONTENTS_GMUTEX
32
33#undef HAVE_BROKEN_WCTYPE
34#undef HAVE_DOPRNT
35#undef HAVE_FLOAT_H
36#undef HAVE_GETPWUID_R
37#undef HAVE_GETPWUID_R_POSIX
38#undef HAVE_LIMITS_H
39#undef HAVE_LONG_DOUBLE
40#undef HAVE_POLL
41#undef HAVE_PTHREAD_COND_TIMEDWAIT_POSIX
42#undef HAVE_PTHREAD_GETSPECIFIC_POSIX
43#undef HAVE_PTHREAD_MUTEX_TRYLOCK_POSIX
44#undef HAVE_PWD_H
45#undef HAVE_SYS_PARAM_H
46#undef HAVE_SYS_POLL_H
47#undef HAVE_SYS_SELECT_H
48#undef HAVE_SYS_TIME_H
49#undef HAVE_SYS_TIMES_H
50#undef HAVE_STRERROR
51#undef HAVE_STRSIGNAL
52#undef HAVE_UNISTD_H
53#undef HAVE_VALUES_H
54#undef HAVE_WCHAR_H
55#undef HAVE_WCTYPE_H
56
57#undef NO_FD_SET
58#undef NO_SYS_ERRLIST
59#undef NO_SYS_SIGLIST
60#undef NO_SYS_SIGLIST_DECL
61
62#undef G_VA_COPY
63#undef G_VA_COPY_AS_ARRAY
64#undef G_HAVE___INLINE
65#undef G_HAVE___INLINE__
66#undef G_HAVE_INLINE
67
68#undef GLIB_MAJOR_VERSION
69#undef GLIB_MINOR_VERSION
70#undef GLIB_MICRO_VERSION
71#undef GLIB_INTERFACE_AGE
72#undef GLIB_BINARY_AGE
73
74#undef G_THREAD_SOURCE
75
76/* The number of bytes in a char.  */
77#undef SIZEOF_CHAR
78
79/* The number of bytes in a int.  */
80#undef SIZEOF_INT
81
82/* The number of bytes in a long.  */
83#undef SIZEOF_LONG
84
85/* The number of bytes in a long long.  */
86#undef SIZEOF_LONG_LONG
87
88/* The number of bytes in a short.  */
89#undef SIZEOF_SHORT
90
91/* The number of bytes in a void *.  */
92#undef SIZEOF_VOID_P
93
94/* Define if you have the atexit function.  */
95#undef HAVE_ATEXIT
96
97/* Define if you have the localtime_r function.  */
98#undef HAVE_LOCALTIME_R
99
100/* Define if you have the lstat function.  */
101#undef HAVE_LSTAT
102
103/* Define if you have the memmove function.  */
104#undef HAVE_MEMMOVE
105
106/* Define if you have the on_exit function.  */
107#undef HAVE_ON_EXIT
108
109/* Define if you have the poll function.  */
110#undef HAVE_POLL
111
112/* Define if you have the rand_r function.  */
113#undef HAVE_RAND_R
114
115/* Define if you have the strcasecmp function.  */
116#undef HAVE_STRCASECMP
117
118/* Define if you have the strerror function.  */
119#undef HAVE_STRERROR
120
121/* Define if you have the strncasecmp function.  */
122#undef HAVE_STRNCASECMP
123
124/* Define if you have the strsignal function.  */
125#undef HAVE_STRSIGNAL
126
127/* Define if you have the vsnprintf function.  */
128#undef HAVE_VSNPRINTF
129
130/* Define if you have the <float.h> header file.  */
131#undef HAVE_FLOAT_H
132
133/* Define if you have the <limits.h> header file.  */
134#undef HAVE_LIMITS_H
135
136/* Define if you have the <pwd.h> header file.  */
137#undef HAVE_PWD_H
138
139/* Define if you have the <sys/param.h> header file.  */
140#undef HAVE_SYS_PARAM_H
141
142/* Define if you have the <sys/poll.h> header file.  */
143#undef HAVE_SYS_POLL_H
144
145/* Define if you have the <sys/select.h> header file.  */
146#undef HAVE_SYS_SELECT_H
147
148/* Define if you have the <sys/time.h> header file.  */
149#undef HAVE_SYS_TIME_H
150
151/* Define if you have the <sys/times.h> header file.  */
152#undef HAVE_SYS_TIMES_H
153
154/* Define if you have the <unistd.h> header file.  */
155#undef HAVE_UNISTD_H
156
157/* Define if you have the <values.h> header file.  */
158#undef HAVE_VALUES_H
159
160/* Define if you have the w library (-lw).  */
161#undef HAVE_LIBW
Note: See TracBrowser for help on using the repository browser.