Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / glib / config.h
blob09bb7cd7272559c591a08c3d778f87b2729e616d
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 /* GLIB - Library of useful routines for C programming
4 * Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Library General Public License for more details.
16 * You should have received a copy of the GNU Library General Public
17 * License along with this library; if not, write to the
18 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 * Boston, MA 02111-1307, USA.
21 /* acconfig.h
22 This file is in the public domain.
24 Descriptive text for the C preprocessor macros that
25 the distributed Autoconf macros can define.
26 No software package will use all of them; autoheader copies the ones
27 your configure.in uses into your configuration header file templates.
29 The entries are in sort -df order: alphabetical, case insensitive,
30 ignoring punctuation (such as underscores). Although this order
31 can split up related entries, it makes it easier to check whether
32 a given entry is in the file.
34 Leave the following blank line there!! Autoheader needs it. */
37 /* Other stuff */
39 /* #undef ENABLE_MEM_CHECK */
40 /* #undef ENABLE_MEM_PROFILE */
42 #define REALLOC_0_WORKS 1
44 #define G_COMPILED_WITH_DEBUGGING "minimum"
45 /* #undef G_THREADS_ENABLED */
47 #define GLIB_SIZEOF_GMUTEX 24
48 #define GLIB_BYTE_CONTENTS_GMUTEX 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
50 /* #undef HAVE_BROKEN_WCTYPE */
51 /* #undef HAVE_DOPRNT */
52 #define HAVE_FLOAT_H 1
53 #define HAVE_GETPWUID_R 1
54 #define HAVE_GETPWUID_R_POSIX 1
55 #define HAVE_LIMITS_H 1
56 /* #undef HAVE_LONG_DOUBLE */
57 #define HAVE_POLL 1
58 #define HAVE_PTHREAD_COND_TIMEDWAIT_POSIX 1
59 #define HAVE_PTHREAD_GETSPECIFIC_POSIX 1
60 /* #undef HAVE_PTHREAD_MUTEX_TRYLOCK_POSIX */
61 #define HAVE_PWD_H 1
62 #define HAVE_SYS_PARAM_H 1
63 #define HAVE_SYS_POLL_H 1
64 #define HAVE_SYS_SELECT_H 1
65 #define HAVE_SYS_TIME_H 1
66 #define HAVE_SYS_TIMES_H 1
67 #define HAVE_STRERROR 1
68 #define HAVE_STRSIGNAL 1
69 #define HAVE_UNISTD_H 1
70 #define HAVE_VALUES_H 1
71 #define HAVE_WCHAR_H 1
72 #define HAVE_WCTYPE_H 1
74 /* #undef NO_FD_SET */
75 #define NO_SYS_ERRLIST 1
76 #define NO_SYS_SIGLIST 1
77 #define NO_SYS_SIGLIST_DECL 1
79 #define SIZEOF_CHAR 1
80 #define SIZEOF_SHORT 2
81 #define SIZEOF_LONG 4
82 #define SIZEOF_INT 4
83 #define SIZEOF_VOID_P 4
85 #define G_VA_COPY __va_copy
86 /* #undef G_VA_COPY_AS_ARRAY */
87 #define G_HAVE___INLINE 1
88 #define G_HAVE___INLINE__ 1
89 #define G_HAVE_INLINE 1
91 #define GLIB_MAJOR_VERSION 1
92 #define GLIB_MINOR_VERSION 2
93 #define GLIB_MICRO_VERSION 10
94 #define GLIB_INTERFACE_AGE 10
95 #define GLIB_BINARY_AGE 10
97 /* #undef WIN32 */
98 /* #undef NATIVE_WIN32 */
100 #define G_THREAD_SOURCE "gthread-posix.c"
102 /* #undef PACKAGE */
103 /* #undef VERSION */
108 /* Leave that blank line there!! Autoheader needs it.
109 If you're adding to this file, keep in mind:
110 The entries are in sort -df order: alphabetical, case insensitive,
111 ignoring punctuation (such as underscores). */
113 /* Define if building universal (internal helper macro) */
114 /* #undef AC_APPLE_UNIVERSAL_BUILD */
116 /* Define to 1 if you have the `atexit' function. */
117 #define HAVE_ATEXIT 1
119 /* Define to 1 if you have the <dlfcn.h> header file. */
120 #define HAVE_DLFCN_H 1
122 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
123 /* #undef HAVE_DOPRNT */
125 /* Define to 1 if you have the <float.h> header file. */
126 #define HAVE_FLOAT_H 1
128 /* Define to 1 if you have the <inttypes.h> header file. */
129 #define HAVE_INTTYPES_H 1
131 /* Define to 1 if you have the `w' library (-lw). */
132 /* #undef HAVE_LIBW */
134 /* Define to 1 if you have the <limits.h> header file. */
135 #define HAVE_LIMITS_H 1
137 /* Define to 1 if you have the `localtime_r' function. */
138 #define HAVE_LOCALTIME_R 1
140 /* Define to 1 if you have the `lstat' function. */
141 #define HAVE_LSTAT 1
143 /* Define to 1 if you have the `memmove' function. */
144 #define HAVE_MEMMOVE 1
146 /* Define to 1 if you have the <memory.h> header file. */
147 #define HAVE_MEMORY_H 1
149 /* Define to 1 if you have the `on_exit' function. */
150 #define HAVE_ON_EXIT 1
152 /* Define to 1 if you have the `poll' function. */
153 #define HAVE_POLL 1
155 /* Define to 1 if you have the <pwd.h> header file. */
156 #define HAVE_PWD_H 1
158 /* Define to 1 if you have the `rand_r' function. */
159 #define HAVE_RAND_R 1
161 /* Define to 1 if you have the <stdint.h> header file. */
162 #define HAVE_STDINT_H 1
164 /* Define to 1 if you have the <stdlib.h> header file. */
165 #define HAVE_STDLIB_H 1
167 /* Define to 1 if you have the `strcasecmp' function. */
168 #define HAVE_STRCASECMP 1
170 /* Define to 1 if you have the `strerror' function. */
171 #define HAVE_STRERROR 1
173 /* Define to 1 if you have the <strings.h> header file. */
174 #define HAVE_STRINGS_H 1
176 /* Define to 1 if you have the <string.h> header file. */
177 #define HAVE_STRING_H 1
179 /* Define to 1 if you have the `strncasecmp' function. */
180 #define HAVE_STRNCASECMP 1
182 /* Define to 1 if you have the `strsignal' function. */
183 #define HAVE_STRSIGNAL 1
185 /* Define to 1 if you have the <sys/param.h> header file. */
186 #define HAVE_SYS_PARAM_H 1
188 /* Define to 1 if you have the <sys/poll.h> header file. */
189 #define HAVE_SYS_POLL_H 1
191 /* Define to 1 if you have the <sys/select.h> header file. */
192 #define HAVE_SYS_SELECT_H 1
194 /* Define to 1 if you have the <sys/stat.h> header file. */
195 #define HAVE_SYS_STAT_H 1
197 /* Define to 1 if you have the <sys/times.h> header file. */
198 #define HAVE_SYS_TIMES_H 1
200 /* Define to 1 if you have the <sys/time.h> header file. */
201 #define HAVE_SYS_TIME_H 1
203 /* Define to 1 if you have the <sys/types.h> header file. */
204 #define HAVE_SYS_TYPES_H 1
206 /* Define to 1 if you have the <unistd.h> header file. */
207 #define HAVE_UNISTD_H 1
209 /* Define to 1 if you have the <values.h> header file. */
210 #define HAVE_VALUES_H 1
212 /* Define to 1 if you have the `vprintf' function. */
213 #define HAVE_VPRINTF 1
215 /* Define to 1 if you have the `vsnprintf' function. */
216 #define HAVE_VSNPRINTF 1
218 /* Define to the sub-directory in which libtool stores uninstalled libraries.
220 #define LT_OBJDIR ".libs/"
222 /* Define to the address where bug reports for this package should be sent. */
223 #define PACKAGE_BUGREPORT ""
225 /* Define to the full name of this package. */
226 #define PACKAGE_NAME ""
228 /* Define to the full name and version of this package. */
229 #define PACKAGE_STRING ""
231 /* Define to the one symbol short name of this package. */
232 #define PACKAGE_TARNAME ""
234 /* Define to the home page for this package. */
235 #define PACKAGE_URL ""
237 /* Define to the version of this package. */
238 #define PACKAGE_VERSION ""
240 /* The size of `char', as computed by sizeof. */
241 #define SIZEOF_CHAR 1
243 /* The size of `int', as computed by sizeof. */
244 #define SIZEOF_INT 4
246 /* The size of `long', as computed by sizeof. */
247 #define SIZEOF_LONG 4
249 /* The size of `long long', as computed by sizeof. */
250 #define SIZEOF_LONG_LONG 8
252 /* The size of `short', as computed by sizeof. */
253 #define SIZEOF_SHORT 2
255 /* The size of `void *', as computed by sizeof. */
256 #define SIZEOF_VOID_P 4
258 /* Define to 1 if you have the ANSI C header files. */
259 #define STDC_HEADERS 1
261 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
262 significant byte first (like Motorola and SPARC, unlike Intel). */
263 #if defined AC_APPLE_UNIVERSAL_BUILD
264 # if defined __BIG_ENDIAN__
265 # define WORDS_BIGENDIAN 1
266 # endif
267 #else
268 # ifndef WORDS_BIGENDIAN
269 /* # undef WORDS_BIGENDIAN */
270 # endif
271 #endif
273 /* Define to empty if `const' does not conform to ANSI C. */
274 /* #undef const */