1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/ossrv/glib/tsrc/BC/inc/config.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,514 @@
1.4 +/*
1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
1.6 +*
1.7 +* This library is free software; you can redistribute it and/or
1.8 +* modify it under the terms of the GNU Lesser General Public
1.9 +* License as published by the Free Software Foundation; either
1.10 +* version 2 of the License, or (at your option) any later version.
1.11 +*
1.12 +* This library is distributed in the hope that it will be useful,
1.13 +* but WITHOUT ANY WARRANTY; without even the implied warranty of
1.14 +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.15 +* Lesser General Public License for more details.
1.16 +*
1.17 +* You should have received a copy of the GNU Lesser General Public
1.18 +* License along with this library; if not, write to the
1.19 +* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1.20 +* Boston, MA 02111-1307, USA.
1.21 +*
1.22 +* Description:
1.23 +*
1.24 +*/
1.25 +
1.26 +
1.27 +
1.28 +/* config.h. Generated by configure. */
1.29 +/* config.h.in. Generated from configure.in by autoheader. */
1.30 +
1.31 +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
1.32 + systems. This function is required for `alloca.c' support on those systems.
1.33 + */
1.34 +/* #undef CRAY_STACKSEG_END */
1.35 +
1.36 +/* Define to 1 if using `alloca.c'. */
1.37 +/* #undef C_ALLOCA */
1.38 +
1.39 +/* Whether to disable memory pools */
1.40 +/* #undef DISABLE_MEM_POOLS */
1.41 +
1.42 +/* Whether to enable GC friendliness by default */
1.43 +/* #undef ENABLE_GC_FRIENDLY_DEFAULT */
1.44 +
1.45 +/* always defined to indicate that i18n is enabled */
1.46 +#ifndef SYMBIAN
1.47 +#define ENABLE_NLS 1
1.48 +#endif /* SYMBIAN */
1.49 +
1.50 +/* Define the gettext package to be used */
1.51 +#define GETTEXT_PACKAGE "glib20"
1.52 +
1.53 +/* Define to the GLIB binary age */
1.54 +#define GLIB_BINARY_AGE 1003
1.55 +
1.56 +/* Byte contents of gmutex */
1.57 +#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
1.58 +
1.59 +/* Define to the GLIB interface age */
1.60 +#define GLIB_INTERFACE_AGE 3
1.61 +
1.62 +/* Define to the GLIB major version */
1.63 +#define GLIB_MAJOR_VERSION 2
1.64 +
1.65 +/* Define to the GLIB micro version */
1.66 +#define GLIB_MICRO_VERSION 3
1.67 +
1.68 +/* Define to the GLIB minor version */
1.69 +#define GLIB_MINOR_VERSION 10
1.70 +
1.71 +/* The size of gmutex, as computed by sizeof. */
1.72 +#define GLIB_SIZEOF_GMUTEX 24
1.73 +
1.74 +/* The size of system_thread, as computed by sizeof. */
1.75 +#define GLIB_SIZEOF_SYSTEM_THREAD 4
1.76 +
1.77 +/* alpha atomic implementation */
1.78 +/* #undef G_ATOMIC_ALPHA */
1.79 +
1.80 +/* i486 atomic implementation */
1.81 +#define G_ATOMIC_I486 1
1.82 +
1.83 +/* ia64 atomic implementation */
1.84 +/* #undef G_ATOMIC_IA64 */
1.85 +
1.86 +/* powerpc atomic implementation */
1.87 +/* #undef G_ATOMIC_POWERPC */
1.88 +
1.89 +/* s390 atomic implementation */
1.90 +/* #undef G_ATOMIC_S390 */
1.91 +
1.92 +/* sparcv9 atomic implementation */
1.93 +/* #undef G_ATOMIC_SPARCV9 */
1.94 +
1.95 +/* x86_64 atomic implementation */
1.96 +/* #undef G_ATOMIC_X86_64 */
1.97 +
1.98 +/* Whether glib was compiled with debugging enabled */
1.99 +#define G_COMPILED_WITH_DEBUGGING "minimum"
1.100 +
1.101 +/* Have inline keyword */
1.102 +#define G_HAVE_INLINE 1
1.103 +
1.104 +/* Have __inline keyword */
1.105 +#define G_HAVE___INLINE 1
1.106 +
1.107 +/* Have __inline__ keyword */
1.108 +#define G_HAVE___INLINE__ 1
1.109 +
1.110 +/* Source file containing theread implementation */
1.111 +#define G_THREAD_SOURCE "gthread-posix.c"
1.112 +
1.113 +/* A 'va_copy' style function */
1.114 +#define G_VA_COPY va_copy
1.115 +
1.116 +/* 'va_lists' cannot be copies as values */
1.117 +/* #undef G_VA_COPY_AS_ARRAY */
1.118 +
1.119 +/* Define to 1 if you have `alloca', as a function or macro. */
1.120 +#ifndef SYMBIAN
1.121 +#define HAVE_ALLOCA 1
1.122 +#endif /* SYMBIAN */
1.123 +
1.124 +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
1.125 + */
1.126 +#ifndef SYMBIAN
1.127 +#define HAVE_ALLOCA_H 1
1.128 +#endif /* SYMBIAN */
1.129 +
1.130 +/* Define to 1 if you have the `atexit' function. */
1.131 +#define HAVE_ATEXIT 1
1.132 +
1.133 +/* Define to 1 if you have the `bind_textdomain_codeset' function. */
1.134 +#ifndef SYMBIAN
1.135 +#define HAVE_BIND_TEXTDOMAIN_CODESET 1
1.136 +#endif /* SYMBIAN */
1.137 +
1.138 +/* Define if you have a version of the snprintf function with semantics as
1.139 + specified by the ISO C99 standard. */
1.140 +#define HAVE_C99_SNPRINTF 1
1.141 +
1.142 +/* Define if you have a version of the vsnprintf function with semantics as
1.143 + specified by the ISO C99 standard. */
1.144 +#define HAVE_C99_VSNPRINTF 1
1.145 +
1.146 +/* Have nl_langinfo (CODESET) */
1.147 +#define HAVE_CODESET 1
1.148 +
1.149 +/* Define to 1 if you have the <crt_externs.h> header file. */
1.150 +/* #undef HAVE_CRT_EXTERNS_H */
1.151 +
1.152 +/* Define to 1 if you have the `dcgettext' function. */
1.153 +#define HAVE_DCGETTEXT 1
1.154 +
1.155 +/* Define to 1 if you have the <dirent.h> header file. */
1.156 +#define HAVE_DIRENT_H 1
1.157 +
1.158 +/* Define to 1 if you have the <dlfcn.h> header file. */
1.159 +#define HAVE_DLFCN_H 1
1.160 +
1.161 +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
1.162 +/* #undef HAVE_DOPRNT */
1.163 +
1.164 +/* define for working do while(0) macros */
1.165 +#define HAVE_DOWHILE_MACROS 1
1.166 +
1.167 +/* Define to 1 if you have the <float.h> header file. */
1.168 +#define HAVE_FLOAT_H 1
1.169 +
1.170 +/* Define to 1 if you have the `getcwd' function. */
1.171 +#define HAVE_GETCWD 1
1.172 +
1.173 +/* Define to 1 if you have the `getc_unlocked' function. */
1.174 +#define HAVE_GETC_UNLOCKED 1
1.175 +
1.176 +/* Define to 1 if you have the `getpagesize' function. */
1.177 +#define HAVE_GETPAGESIZE 1
1.178 +
1.179 +/* Define if the GNU gettext() function is already present or preinstalled. */
1.180 +#define HAVE_GETTEXT 1
1.181 +
1.182 +/* define to use system printf */
1.183 +#define HAVE_GOOD_PRINTF 1
1.184 +
1.185 +/* define to support printing 64-bit integers with format I64 */
1.186 +/* #undef HAVE_INT64_AND_I64 */
1.187 +
1.188 +/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
1.189 +#define HAVE_INTMAX_T 1
1.190 +
1.191 +/* Define to 1 if you have the <inttypes.h> header file. */
1.192 +#define HAVE_INTTYPES_H 1
1.193 +
1.194 +/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
1.195 + declares uintmax_t. */
1.196 +#define HAVE_INTTYPES_H_WITH_UINTMAX 1
1.197 +
1.198 +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
1.199 +#define HAVE_LANGINFO_CODESET 1
1.200 +
1.201 +/* Define to 1 if you have the <langinfo.h> header file. */
1.202 +#define HAVE_LANGINFO_H 1
1.203 +
1.204 +/* Define if your <locale.h> file defines LC_MESSAGES. */
1.205 +#define HAVE_LC_MESSAGES 1
1.206 +
1.207 +/* Define to 1 if you have the <limits.h> header file. */
1.208 +#define HAVE_LIMITS_H 1
1.209 +
1.210 +/* Define to 1 if you have the <locale.h> header file. */
1.211 +#define HAVE_LOCALE_H 1
1.212 +
1.213 +/* Define to 1 if you have the `localtime_r' function. */
1.214 +#define HAVE_LOCALTIME_R 1
1.215 +
1.216 +/* Define if you have the 'long double' type. */
1.217 +#define HAVE_LONG_DOUBLE 1
1.218 +
1.219 +/* Define if you have the 'long long' type. */
1.220 +#define HAVE_LONG_LONG 1
1.221 +
1.222 +/* define if system printf can print long long */
1.223 +#define HAVE_LONG_LONG_FORMAT 1
1.224 +
1.225 +/* Define to 1 if you have the `lstat' function. */
1.226 +#define HAVE_LSTAT 1
1.227 +
1.228 +/* Define to 1 if you have the <malloc.h> header file. */
1.229 +#ifndef SYMBIAN
1.230 +#define HAVE_MALLOC_H 1
1.231 +#endif /* SYMBIAN */
1.232 +
1.233 +/* Define to 1 if you have the `memalign' function. */
1.234 +#ifndef SYMBIAN
1.235 +#define HAVE_MEMALIGN 1
1.236 +#endif /* SYMBIAN */
1.237 +
1.238 +/* Define to 1 if you have the `memmove' function. */
1.239 +#define HAVE_MEMMOVE 1
1.240 +
1.241 +/* Define to 1 if you have the <memory.h> header file. */
1.242 +#define HAVE_MEMORY_H 1
1.243 +
1.244 +/* Define to 1 if you have the `mkstemp' function. */
1.245 +#define HAVE_MKSTEMP 1
1.246 +
1.247 +/* Define to 1 if you have a working `mmap' system call. */
1.248 +#define HAVE_MMAP 1
1.249 +
1.250 +/* Define to 1 if you have the `nanosleep' function. */
1.251 +#define HAVE_NANOSLEEP 1
1.252 +
1.253 +/* Define to 1 if you have the `nl_langinfo' function. */
1.254 +#define HAVE_NL_LANGINFO 1
1.255 +
1.256 +/* Have non-POSIX function getpwuid_r */
1.257 +/* #undef HAVE_NONPOSIX_GETPWUID_R */
1.258 +
1.259 +/* Define to 1 if you have the `on_exit' function. */
1.260 +#define HAVE_ON_EXIT 1
1.261 +
1.262 +/* Define to 1 if you have the `poll' function. */
1.263 +#ifndef SYMBIAN
1.264 +#define HAVE_POLL 1
1.265 +#endif /* SYMBIAN */
1.266 +
1.267 +/* Have POSIX function getpwuid_r */
1.268 +#define HAVE_POSIX_GETPWUID_R 1
1.269 +
1.270 +/* Define to 1 if you have the `posix_memalign' function. */
1.271 +#ifndef SYMBIAN
1.272 +#define HAVE_POSIX_MEMALIGN 1
1.273 +#endif /* SYMBIAN */
1.274 +
1.275 +/* Have function pthread_attr_setstacksize */
1.276 +#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
1.277 +
1.278 +/* Define to 1 if the system has the type `ptrdiff_t'. */
1.279 +#define HAVE_PTRDIFF_T 1
1.280 +
1.281 +/* Define to 1 if you have the <pwd.h> header file. */
1.282 +#define HAVE_PWD_H 1
1.283 +
1.284 +/* Define to 1 if you have the `readlink' function. */
1.285 +#define HAVE_READLINK 1
1.286 +
1.287 +/* Define to 1 if you have the <sched.h> header file. */
1.288 +#define HAVE_SCHED_H 1
1.289 +
1.290 +/* Define to 1 if you have the `setenv' function. */
1.291 +#define HAVE_SETENV 1
1.292 +
1.293 +/* Define to 1 if you have the `setlocale' function. */
1.294 +#define HAVE_SETLOCALE 1
1.295 +
1.296 +/* Define to 1 if you have the `snprintf' function. */
1.297 +#define HAVE_SNPRINTF 1
1.298 +
1.299 +/* Define to 1 if you have the <stddef.h> header file. */
1.300 +#define HAVE_STDDEF_H 1
1.301 +
1.302 +/* Define to 1 if you have the <stdint.h> header file. */
1.303 +#define HAVE_STDINT_H 1
1.304 +
1.305 +/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
1.306 + uintmax_t. */
1.307 +#define HAVE_STDINT_H_WITH_UINTMAX 1
1.308 +
1.309 +/* Define to 1 if you have the <stdlib.h> header file. */
1.310 +#define HAVE_STDLIB_H 1
1.311 +
1.312 +/* Define to 1 if you have the `stpcpy' function. */
1.313 +#define HAVE_STPCPY 1
1.314 +
1.315 +/* Define to 1 if you have the `strcasecmp' function. */
1.316 +#define HAVE_STRCASECMP 1
1.317 +
1.318 +/* Define to 1 if you have the `strerror' function. */
1.319 +#define HAVE_STRERROR 1
1.320 +
1.321 +/* Define to 1 if you have the <strings.h> header file. */
1.322 +#define HAVE_STRINGS_H 1
1.323 +
1.324 +/* Define to 1 if you have the <string.h> header file. */
1.325 +#define HAVE_STRING_H 1
1.326 +
1.327 +/* Have functions strlcpy and strlcat */
1.328 +/* #undef HAVE_STRLCPY */
1.329 +
1.330 +/* Define to 1 if you have the `strncasecmp' function. */
1.331 +#define HAVE_STRNCASECMP 1
1.332 +
1.333 +/* Define to 1 if you have the `strsignal' function. */
1.334 +#ifndef SYMBIAN
1.335 +#define HAVE_STRSIGNAL 1
1.336 +#endif // !SYMBIAN
1.337 +
1.338 +/* Define to 1 if you have the `symlink' function. */
1.339 +#define HAVE_SYMLINK 1
1.340 +
1.341 +/* Define to 1 if you have the <sys/param.h> header file. */
1.342 +#define HAVE_SYS_PARAM_H 1
1.343 +
1.344 +/* Define to 1 if you have the <sys/poll.h> header file. */
1.345 +#define HAVE_SYS_POLL_H 1
1.346 +
1.347 +/* found fd_set in sys/select.h */
1.348 +#define HAVE_SYS_SELECT_H 1
1.349 +
1.350 +/* Define to 1 if you have the <sys/stat.h> header file. */
1.351 +#define HAVE_SYS_STAT_H 1
1.352 +
1.353 +/* Define to 1 if you have the <sys/times.h> header file. */
1.354 +#ifndef SYMBIAN
1.355 +#define HAVE_SYS_TIMES_H 1
1.356 +#endif /* SYMBIAN */
1.357 +
1.358 +/* Define to 1 if you have the <sys/time.h> header file. */
1.359 +#define HAVE_SYS_TIME_H 1
1.360 +
1.361 +/* Define to 1 if you have the <sys/types.h> header file. */
1.362 +#define HAVE_SYS_TYPES_H 1
1.363 +
1.364 +/* Define to 1 if you have the <sys/wait.h> header file. */
1.365 +#define HAVE_SYS_WAIT_H 1
1.366 +
1.367 +/* Define to 1 if you have the <unistd.h> header file. */
1.368 +#define HAVE_UNISTD_H 1
1.369 +
1.370 +/* Define if your printf function family supports positional parameters as
1.371 + specified by Unix98. */
1.372 +#define HAVE_UNIX98_PRINTF 1
1.373 +
1.374 +/* Define to 1 if you have the `unsetenv' function. */
1.375 +#define HAVE_UNSETENV 1
1.376 +
1.377 +/* Define to 1 if you have the `valloc' function. */
1.378 +#ifndef SYMBIAN
1.379 +#define HAVE_VALLOC 1
1.380 +#endif /* SYMBIAN */
1.381 +
1.382 +/* Define to 1 if you have the <values.h> header file. */
1.383 +#define HAVE_VALUES_H 1
1.384 +
1.385 +/* Define to 1 if you have the `vasprintf' function. */
1.386 +#define HAVE_VASPRINTF 1
1.387 +
1.388 +/* Define to 1 if you have the `vprintf' function. */
1.389 +#define HAVE_VPRINTF 1
1.390 +
1.391 +/* Define to 1 if you have the `vsnprintf' function. */
1.392 +#define HAVE_VSNPRINTF 1
1.393 +
1.394 +/* Define if you have the 'wchar_t' type. */
1.395 +#define HAVE_WCHAR_T 1
1.396 +
1.397 +/* Define if you have the 'wint_t' type. */
1.398 +#define HAVE_WINT_T 1
1.399 +
1.400 +/* Have a working bcopy */
1.401 +/* #undef HAVE_WORKING_BCOPY */
1.402 +
1.403 +/* Define to 1 if you have the `_NSGetEnviron' function. */
1.404 +/* #undef HAVE__NSGETENVIRON */
1.405 +
1.406 +/* Do we cache iconv descriptors */
1.407 +/* #undef NEED_ICONV_CACHE */
1.408 +
1.409 +/* didn't find fd_set */
1.410 +/* #undef NO_FD_SET */
1.411 +
1.412 +/* global 'sys_errlist' not found */
1.413 +/* #undef NO_SYS_ERRLIST */
1.414 +
1.415 +/* global 'sys_siglist' not found */
1.416 +/* #undef NO_SYS_SIGLIST */
1.417 +
1.418 +/* global 'sys_siglist' not declared */
1.419 +/* #undef NO_SYS_SIGLIST_DECL */
1.420 +
1.421 +/* Define to the address where bug reports for this package should be sent. */
1.422 +#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
1.423 +
1.424 +/* Define to the full name of this package. */
1.425 +#define PACKAGE_NAME "glib"
1.426 +
1.427 +/* Define to the full name and version of this package. */
1.428 +#define PACKAGE_STRING "glib 2.10.3"
1.429 +
1.430 +/* Define to the one symbol short name of this package. */
1.431 +#define PACKAGE_TARNAME "glib"
1.432 +
1.433 +/* Define to the version of this package. */
1.434 +#define PACKAGE_VERSION "2.10.3"
1.435 +
1.436 +/* Maximum POSIX RT priority */
1.437 +#define POSIX_MAX_PRIORITY sched_get_priority_max(2)
1.438 +
1.439 +/* define if posix_memalign() can allocate any size */
1.440 +#ifndef SYMBIAN
1.441 +#define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
1.442 +#endif /* SYMBIAN */
1.443 +
1.444 +/* Minimum POSIX RT priority */
1.445 +#define POSIX_MIN_PRIORITY sched_get_priority_min(2)
1.446 +
1.447 +/* The POSIX RT yield function */
1.448 +#define POSIX_YIELD_FUNC sched_yield()
1.449 +
1.450 +/* whether realloc (NULL,) works */
1.451 +#define REALLOC_0_WORKS 1
1.452 +
1.453 +/* Define if you have correct malloc prototypes */
1.454 +#define SANE_MALLOC_PROTOS 1
1.455 +
1.456 +/* The size of a `char', as computed by sizeof. */
1.457 +#define SIZEOF_CHAR 1
1.458 +
1.459 +/* The size of a `int', as computed by sizeof. */
1.460 +#define SIZEOF_INT 4
1.461 +
1.462 +/* The size of a `long', as computed by sizeof. */
1.463 +#define SIZEOF_LONG 4
1.464 +
1.465 +/* The size of a `long long', as computed by sizeof. */
1.466 +#define SIZEOF_LONG_LONG 8
1.467 +
1.468 +/* The size of a `short', as computed by sizeof. */
1.469 +#define SIZEOF_SHORT 2
1.470 +
1.471 +/* The size of a `size_t', as computed by sizeof. */
1.472 +#define SIZEOF_SIZE_T 4
1.473 +
1.474 +/* The size of a `void *', as computed by sizeof. */
1.475 +#define SIZEOF_VOID_P 4
1.476 +
1.477 +/* The size of a `__int64', as computed by sizeof. */
1.478 +#define SIZEOF___INT64 0
1.479 +
1.480 +/* If using the C implementation of alloca, define if you know the
1.481 + direction of stack growth for your system; otherwise it will be
1.482 + automatically deduced at run-time.
1.483 + STACK_DIRECTION > 0 => grows toward higher addresses
1.484 + STACK_DIRECTION < 0 => grows toward lower addresses
1.485 + STACK_DIRECTION = 0 => direction of growth unknown */
1.486 +/* #undef STACK_DIRECTION */
1.487 +
1.488 +/* Define to 1 if you have the ANSI C header files. */
1.489 +#define STDC_HEADERS 1
1.490 +
1.491 +/* Using GNU libiconv */
1.492 +/* #undef USE_LIBICONV_GNU */
1.493 +
1.494 +/* Using a native implementation of iconv in a separate library */
1.495 +/* #undef USE_LIBICONV_NATIVE */
1.496 +
1.497 +/* Define to 1 if your processor stores words with the most significant byte
1.498 + first (like Motorola and SPARC, unlike Intel and VAX). */
1.499 +/* #undef WORDS_BIGENDIAN */
1.500 +
1.501 +/* Number of bits in a file offset, on hosts where this is settable. */
1.502 +#define _FILE_OFFSET_BITS 64
1.503 +
1.504 +/* Define for large files, on AIX-style hosts. */
1.505 +/* #undef _LARGE_FILES */
1.506 +
1.507 +/* Define to empty if `const' does not conform to ANSI C. */
1.508 +/* #undef const */
1.509 +
1.510 +/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
1.511 +/* #undef intmax_t */
1.512 +
1.513 +/* Define to empty if the C compiler doesn't support this keyword. */
1.514 +/* #undef signed */
1.515 +
1.516 +/* Define to `unsigned' if <sys/types.h> does not define. */
1.517 +/* #undef size_t */