glib/tsrc/BC/inc/config.h
changeset 0 e4d67989cc36
child 72 403e7f6ed6c5
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
       
     3 *
       
     4 * This library is free software; you can redistribute it and/or
       
     5 * modify it under the terms of the GNU Lesser General Public
       
     6 * License as published by the Free Software Foundation; either
       
     7 * version 2 of the License, or (at your option) any later version.
       
     8 *
       
     9 * This library is distributed in the hope that it will be useful,
       
    10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       
    12 * Lesser General Public License for more details.
       
    13 *
       
    14 * You should have received a copy of the GNU Lesser General Public
       
    15 * License along with this library; if not, write to the
       
    16 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
       
    17 * Boston, MA 02111-1307, USA.
       
    18 *
       
    19 * Description:
       
    20 *
       
    21 */
       
    22 
       
    23 
       
    24 
       
    25 /* config.h.  Generated by configure.  */
       
    26 /* config.h.in.  Generated from configure.in by autoheader.  */
       
    27 
       
    28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
       
    29    systems. This function is required for `alloca.c' support on those systems.
       
    30    */
       
    31 /* #undef CRAY_STACKSEG_END */
       
    32 
       
    33 /* Define to 1 if using `alloca.c'. */
       
    34 /* #undef C_ALLOCA */
       
    35 
       
    36 /* Whether to disable memory pools */
       
    37 /* #undef DISABLE_MEM_POOLS */
       
    38 
       
    39 /* Whether to enable GC friendliness by default */
       
    40 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
       
    41 
       
    42 /* always defined to indicate that i18n is enabled */
       
    43 #ifndef SYMBIAN
       
    44 #define ENABLE_NLS 1
       
    45 #endif /* SYMBIAN */
       
    46 
       
    47 /* Define the gettext package to be used */
       
    48 #define GETTEXT_PACKAGE "glib20"
       
    49 
       
    50 /* Define to the GLIB binary age */
       
    51 #define GLIB_BINARY_AGE 1003
       
    52 
       
    53 /* Byte contents of gmutex */
       
    54 #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
       
    55 
       
    56 /* Define to the GLIB interface age */
       
    57 #define GLIB_INTERFACE_AGE 3
       
    58 
       
    59 /* Define to the GLIB major version */
       
    60 #define GLIB_MAJOR_VERSION 2
       
    61 
       
    62 /* Define to the GLIB micro version */
       
    63 #define GLIB_MICRO_VERSION 3
       
    64 
       
    65 /* Define to the GLIB minor version */
       
    66 #define GLIB_MINOR_VERSION 10
       
    67 
       
    68 /* The size of gmutex, as computed by sizeof. */
       
    69 #define GLIB_SIZEOF_GMUTEX 24
       
    70 
       
    71 /* The size of system_thread, as computed by sizeof. */
       
    72 #define GLIB_SIZEOF_SYSTEM_THREAD 4
       
    73 
       
    74 /* alpha atomic implementation */
       
    75 /* #undef G_ATOMIC_ALPHA */
       
    76 
       
    77 /* i486 atomic implementation */
       
    78 #define G_ATOMIC_I486 1
       
    79 
       
    80 /* ia64 atomic implementation */
       
    81 /* #undef G_ATOMIC_IA64 */
       
    82 
       
    83 /* powerpc atomic implementation */
       
    84 /* #undef G_ATOMIC_POWERPC */
       
    85 
       
    86 /* s390 atomic implementation */
       
    87 /* #undef G_ATOMIC_S390 */
       
    88 
       
    89 /* sparcv9 atomic implementation */
       
    90 /* #undef G_ATOMIC_SPARCV9 */
       
    91 
       
    92 /* x86_64 atomic implementation */
       
    93 /* #undef G_ATOMIC_X86_64 */
       
    94 
       
    95 /* Whether glib was compiled with debugging enabled */
       
    96 #define G_COMPILED_WITH_DEBUGGING "minimum"
       
    97 
       
    98 /* Have inline keyword */
       
    99 #define G_HAVE_INLINE 1
       
   100 
       
   101 /* Have __inline keyword */
       
   102 #define G_HAVE___INLINE 1
       
   103 
       
   104 /* Have __inline__ keyword */
       
   105 #define G_HAVE___INLINE__ 1
       
   106 
       
   107 /* Source file containing theread implementation */
       
   108 #define G_THREAD_SOURCE "gthread-posix.c"
       
   109 
       
   110 /* A 'va_copy' style function */
       
   111 #define G_VA_COPY va_copy
       
   112 
       
   113 /* 'va_lists' cannot be copies as values */
       
   114 /* #undef G_VA_COPY_AS_ARRAY */
       
   115 
       
   116 /* Define to 1 if you have `alloca', as a function or macro. */
       
   117 #ifndef SYMBIAN
       
   118 #define HAVE_ALLOCA 1
       
   119 #endif /* SYMBIAN */
       
   120 
       
   121 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
       
   122    */
       
   123 #ifndef SYMBIAN
       
   124 #define HAVE_ALLOCA_H 1
       
   125 #endif /* SYMBIAN */
       
   126 
       
   127 /* Define to 1 if you have the `atexit' function. */
       
   128 #define HAVE_ATEXIT 1
       
   129 
       
   130 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
       
   131 #ifndef SYMBIAN
       
   132 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
       
   133 #endif /* SYMBIAN */
       
   134 
       
   135 /* Define if you have a version of the snprintf function with semantics as
       
   136    specified by the ISO C99 standard. */
       
   137 #define HAVE_C99_SNPRINTF 1
       
   138 
       
   139 /* Define if you have a version of the vsnprintf function with semantics as
       
   140    specified by the ISO C99 standard. */
       
   141 #define HAVE_C99_VSNPRINTF 1
       
   142 
       
   143 /* Have nl_langinfo (CODESET) */
       
   144 #define HAVE_CODESET 1
       
   145 
       
   146 /* Define to 1 if you have the <crt_externs.h> header file. */
       
   147 /* #undef HAVE_CRT_EXTERNS_H */
       
   148 
       
   149 /* Define to 1 if you have the `dcgettext' function. */
       
   150 #define HAVE_DCGETTEXT 1
       
   151 
       
   152 /* Define to 1 if you have the <dirent.h> header file. */
       
   153 #define HAVE_DIRENT_H 1
       
   154 
       
   155 /* Define to 1 if you have the <dlfcn.h> header file. */
       
   156 #define HAVE_DLFCN_H 1
       
   157 
       
   158 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
       
   159 /* #undef HAVE_DOPRNT */
       
   160 
       
   161 /* define for working do while(0) macros */
       
   162 #define HAVE_DOWHILE_MACROS 1
       
   163 
       
   164 /* Define to 1 if you have the <float.h> header file. */
       
   165 #define HAVE_FLOAT_H 1
       
   166 
       
   167 /* Define to 1 if you have the `getcwd' function. */
       
   168 #define HAVE_GETCWD 1
       
   169 
       
   170 /* Define to 1 if you have the `getc_unlocked' function. */
       
   171 #define HAVE_GETC_UNLOCKED 1
       
   172 
       
   173 /* Define to 1 if you have the `getpagesize' function. */
       
   174 #define HAVE_GETPAGESIZE 1
       
   175 
       
   176 /* Define if the GNU gettext() function is already present or preinstalled. */
       
   177 #define HAVE_GETTEXT 1
       
   178 
       
   179 /* define to use system printf */
       
   180 #define HAVE_GOOD_PRINTF 1
       
   181 
       
   182 /* define to support printing 64-bit integers with format I64 */
       
   183 /* #undef HAVE_INT64_AND_I64 */
       
   184 
       
   185 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
       
   186 #define HAVE_INTMAX_T 1
       
   187 
       
   188 /* Define to 1 if you have the <inttypes.h> header file. */
       
   189 #define HAVE_INTTYPES_H 1
       
   190 
       
   191 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
       
   192    declares uintmax_t. */
       
   193 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
       
   194 
       
   195 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
       
   196 #define HAVE_LANGINFO_CODESET 1
       
   197 
       
   198 /* Define to 1 if you have the <langinfo.h> header file. */
       
   199 #define HAVE_LANGINFO_H 1
       
   200 
       
   201 /* Define if your <locale.h> file defines LC_MESSAGES. */
       
   202 #define HAVE_LC_MESSAGES 1
       
   203 
       
   204 /* Define to 1 if you have the <limits.h> header file. */
       
   205 #define HAVE_LIMITS_H 1
       
   206 
       
   207 /* Define to 1 if you have the <locale.h> header file. */
       
   208 #define HAVE_LOCALE_H 1
       
   209 
       
   210 /* Define to 1 if you have the `localtime_r' function. */
       
   211 #define HAVE_LOCALTIME_R 1
       
   212 
       
   213 /* Define if you have the 'long double' type. */
       
   214 #define HAVE_LONG_DOUBLE 1
       
   215 
       
   216 /* Define if you have the 'long long' type. */
       
   217 #define HAVE_LONG_LONG 1
       
   218 
       
   219 /* define if system printf can print long long */
       
   220 #define HAVE_LONG_LONG_FORMAT 1
       
   221 
       
   222 /* Define to 1 if you have the `lstat' function. */
       
   223 #define HAVE_LSTAT 1
       
   224 
       
   225 /* Define to 1 if you have the <malloc.h> header file. */
       
   226 #ifndef SYMBIAN
       
   227 #define HAVE_MALLOC_H 1
       
   228 #endif /* SYMBIAN */
       
   229 
       
   230 /* Define to 1 if you have the `memalign' function. */
       
   231 #ifndef SYMBIAN
       
   232 #define HAVE_MEMALIGN 1
       
   233 #endif /* SYMBIAN */
       
   234 
       
   235 /* Define to 1 if you have the `memmove' function. */
       
   236 #define HAVE_MEMMOVE 1
       
   237 
       
   238 /* Define to 1 if you have the <memory.h> header file. */
       
   239 #define HAVE_MEMORY_H 1
       
   240 
       
   241 /* Define to 1 if you have the `mkstemp' function. */
       
   242 #define HAVE_MKSTEMP 1
       
   243 
       
   244 /* Define to 1 if you have a working `mmap' system call. */
       
   245 #define HAVE_MMAP 1
       
   246 
       
   247 /* Define to 1 if you have the `nanosleep' function. */
       
   248 #define HAVE_NANOSLEEP 1
       
   249 
       
   250 /* Define to 1 if you have the `nl_langinfo' function. */
       
   251 #define HAVE_NL_LANGINFO 1
       
   252 
       
   253 /* Have non-POSIX function getpwuid_r */
       
   254 /* #undef HAVE_NONPOSIX_GETPWUID_R */
       
   255 
       
   256 /* Define to 1 if you have the `on_exit' function. */
       
   257 #define HAVE_ON_EXIT 1
       
   258 
       
   259 /* Define to 1 if you have the `poll' function. */
       
   260 #ifndef SYMBIAN
       
   261 #define HAVE_POLL 1
       
   262 #endif /* SYMBIAN */
       
   263 
       
   264 /* Have POSIX function getpwuid_r */
       
   265 #define HAVE_POSIX_GETPWUID_R 1
       
   266 
       
   267 /* Define to 1 if you have the `posix_memalign' function. */
       
   268 #ifndef SYMBIAN
       
   269 #define HAVE_POSIX_MEMALIGN 1
       
   270 #endif /* SYMBIAN */
       
   271 
       
   272 /* Have function pthread_attr_setstacksize */
       
   273 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
       
   274 
       
   275 /* Define to 1 if the system has the type `ptrdiff_t'. */
       
   276 #define HAVE_PTRDIFF_T 1
       
   277 
       
   278 /* Define to 1 if you have the <pwd.h> header file. */
       
   279 #define HAVE_PWD_H 1
       
   280 
       
   281 /* Define to 1 if you have the `readlink' function. */
       
   282 #define HAVE_READLINK 1
       
   283 
       
   284 /* Define to 1 if you have the <sched.h> header file. */
       
   285 #define HAVE_SCHED_H 1
       
   286 
       
   287 /* Define to 1 if you have the `setenv' function. */
       
   288 #define HAVE_SETENV 1
       
   289 
       
   290 /* Define to 1 if you have the `setlocale' function. */
       
   291 #define HAVE_SETLOCALE 1
       
   292 
       
   293 /* Define to 1 if you have the `snprintf' function. */
       
   294 #define HAVE_SNPRINTF 1
       
   295 
       
   296 /* Define to 1 if you have the <stddef.h> header file. */
       
   297 #define HAVE_STDDEF_H 1
       
   298 
       
   299 /* Define to 1 if you have the <stdint.h> header file. */
       
   300 #define HAVE_STDINT_H 1
       
   301 
       
   302 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
       
   303    uintmax_t. */
       
   304 #define HAVE_STDINT_H_WITH_UINTMAX 1
       
   305 
       
   306 /* Define to 1 if you have the <stdlib.h> header file. */
       
   307 #define HAVE_STDLIB_H 1
       
   308 
       
   309 /* Define to 1 if you have the `stpcpy' function. */
       
   310 #define HAVE_STPCPY 1
       
   311 
       
   312 /* Define to 1 if you have the `strcasecmp' function. */
       
   313 #define HAVE_STRCASECMP 1
       
   314 
       
   315 /* Define to 1 if you have the `strerror' function. */
       
   316 #define HAVE_STRERROR 1
       
   317 
       
   318 /* Define to 1 if you have the <strings.h> header file. */
       
   319 #define HAVE_STRINGS_H 1
       
   320 
       
   321 /* Define to 1 if you have the <string.h> header file. */
       
   322 #define HAVE_STRING_H 1
       
   323 
       
   324 /* Have functions strlcpy and strlcat */
       
   325 /* #undef HAVE_STRLCPY */
       
   326 
       
   327 /* Define to 1 if you have the `strncasecmp' function. */
       
   328 #define HAVE_STRNCASECMP 1
       
   329 
       
   330 /* Define to 1 if you have the `strsignal' function. */
       
   331 #ifndef SYMBIAN
       
   332 #define HAVE_STRSIGNAL 1
       
   333 #endif // !SYMBIAN
       
   334 
       
   335 /* Define to 1 if you have the `symlink' function. */
       
   336 #define HAVE_SYMLINK 1
       
   337 
       
   338 /* Define to 1 if you have the <sys/param.h> header file. */
       
   339 #define HAVE_SYS_PARAM_H 1
       
   340 
       
   341 /* Define to 1 if you have the <sys/poll.h> header file. */
       
   342 #define HAVE_SYS_POLL_H 1
       
   343 
       
   344 /* found fd_set in sys/select.h */
       
   345 #define HAVE_SYS_SELECT_H 1
       
   346 
       
   347 /* Define to 1 if you have the <sys/stat.h> header file. */
       
   348 #define HAVE_SYS_STAT_H 1
       
   349 
       
   350 /* Define to 1 if you have the <sys/times.h> header file. */
       
   351 #ifndef SYMBIAN
       
   352 #define HAVE_SYS_TIMES_H 1
       
   353 #endif /* SYMBIAN */
       
   354 
       
   355 /* Define to 1 if you have the <sys/time.h> header file. */
       
   356 #define HAVE_SYS_TIME_H 1
       
   357 
       
   358 /* Define to 1 if you have the <sys/types.h> header file. */
       
   359 #define HAVE_SYS_TYPES_H 1
       
   360 
       
   361 /* Define to 1 if you have the <sys/wait.h> header file. */
       
   362 #define HAVE_SYS_WAIT_H 1
       
   363 
       
   364 /* Define to 1 if you have the <unistd.h> header file. */
       
   365 #define HAVE_UNISTD_H 1
       
   366 
       
   367 /* Define if your printf function family supports positional parameters as
       
   368    specified by Unix98. */
       
   369 #define HAVE_UNIX98_PRINTF 1
       
   370 
       
   371 /* Define to 1 if you have the `unsetenv' function. */
       
   372 #define HAVE_UNSETENV 1
       
   373 
       
   374 /* Define to 1 if you have the `valloc' function. */
       
   375 #ifndef SYMBIAN
       
   376 #define HAVE_VALLOC 1
       
   377 #endif /* SYMBIAN */
       
   378 
       
   379 /* Define to 1 if you have the <values.h> header file. */
       
   380 #define HAVE_VALUES_H 1
       
   381 
       
   382 /* Define to 1 if you have the `vasprintf' function. */
       
   383 #define HAVE_VASPRINTF 1
       
   384 
       
   385 /* Define to 1 if you have the `vprintf' function. */
       
   386 #define HAVE_VPRINTF 1
       
   387 
       
   388 /* Define to 1 if you have the `vsnprintf' function. */
       
   389 #define HAVE_VSNPRINTF 1
       
   390 
       
   391 /* Define if you have the 'wchar_t' type. */
       
   392 #define HAVE_WCHAR_T 1
       
   393 
       
   394 /* Define if you have the 'wint_t' type. */
       
   395 #define HAVE_WINT_T 1
       
   396 
       
   397 /* Have a working bcopy */
       
   398 /* #undef HAVE_WORKING_BCOPY */
       
   399 
       
   400 /* Define to 1 if you have the `_NSGetEnviron' function. */
       
   401 /* #undef HAVE__NSGETENVIRON */
       
   402 
       
   403 /* Do we cache iconv descriptors */
       
   404 /* #undef NEED_ICONV_CACHE */
       
   405 
       
   406 /* didn't find fd_set */
       
   407 /* #undef NO_FD_SET */
       
   408 
       
   409 /* global 'sys_errlist' not found */
       
   410 /* #undef NO_SYS_ERRLIST */
       
   411 
       
   412 /* global 'sys_siglist' not found */
       
   413 /* #undef NO_SYS_SIGLIST */
       
   414 
       
   415 /* global 'sys_siglist' not declared */
       
   416 /* #undef NO_SYS_SIGLIST_DECL */
       
   417 
       
   418 /* Define to the address where bug reports for this package should be sent. */
       
   419 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
       
   420 
       
   421 /* Define to the full name of this package. */
       
   422 #define PACKAGE_NAME "glib"
       
   423 
       
   424 /* Define to the full name and version of this package. */
       
   425 #define PACKAGE_STRING "glib 2.10.3"
       
   426 
       
   427 /* Define to the one symbol short name of this package. */
       
   428 #define PACKAGE_TARNAME "glib"
       
   429 
       
   430 /* Define to the version of this package. */
       
   431 #define PACKAGE_VERSION "2.10.3"
       
   432 
       
   433 /* Maximum POSIX RT priority */
       
   434 #define POSIX_MAX_PRIORITY sched_get_priority_max(2)
       
   435 
       
   436 /* define if posix_memalign() can allocate any size */
       
   437 #ifndef SYMBIAN
       
   438 #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
       
   439 #endif /* SYMBIAN */
       
   440 
       
   441 /* Minimum POSIX RT priority */
       
   442 #define POSIX_MIN_PRIORITY sched_get_priority_min(2)
       
   443 
       
   444 /* The POSIX RT yield function */
       
   445 #define POSIX_YIELD_FUNC sched_yield()
       
   446 
       
   447 /* whether realloc (NULL,) works */
       
   448 #define REALLOC_0_WORKS 1
       
   449 
       
   450 /* Define if you have correct malloc prototypes */
       
   451 #define SANE_MALLOC_PROTOS 1
       
   452 
       
   453 /* The size of a `char', as computed by sizeof. */
       
   454 #define SIZEOF_CHAR 1
       
   455 
       
   456 /* The size of a `int', as computed by sizeof. */
       
   457 #define SIZEOF_INT 4
       
   458 
       
   459 /* The size of a `long', as computed by sizeof. */
       
   460 #define SIZEOF_LONG 4
       
   461 
       
   462 /* The size of a `long long', as computed by sizeof. */
       
   463 #define SIZEOF_LONG_LONG 8
       
   464 
       
   465 /* The size of a `short', as computed by sizeof. */
       
   466 #define SIZEOF_SHORT 2
       
   467 
       
   468 /* The size of a `size_t', as computed by sizeof. */
       
   469 #define SIZEOF_SIZE_T 4
       
   470 
       
   471 /* The size of a `void *', as computed by sizeof. */
       
   472 #define SIZEOF_VOID_P 4
       
   473 
       
   474 /* The size of a `__int64', as computed by sizeof. */
       
   475 #define SIZEOF___INT64 0
       
   476 
       
   477 /* If using the C implementation of alloca, define if you know the
       
   478    direction of stack growth for your system; otherwise it will be
       
   479    automatically deduced at run-time.
       
   480 	STACK_DIRECTION > 0 => grows toward higher addresses
       
   481 	STACK_DIRECTION < 0 => grows toward lower addresses
       
   482 	STACK_DIRECTION = 0 => direction of growth unknown */
       
   483 /* #undef STACK_DIRECTION */
       
   484 
       
   485 /* Define to 1 if you have the ANSI C header files. */
       
   486 #define STDC_HEADERS 1
       
   487 
       
   488 /* Using GNU libiconv */
       
   489 /* #undef USE_LIBICONV_GNU */
       
   490 
       
   491 /* Using a native implementation of iconv in a separate library */
       
   492 /* #undef USE_LIBICONV_NATIVE */
       
   493 
       
   494 /* Define to 1 if your processor stores words with the most significant byte
       
   495    first (like Motorola and SPARC, unlike Intel and VAX). */
       
   496 /* #undef WORDS_BIGENDIAN */
       
   497 
       
   498 /* Number of bits in a file offset, on hosts where this is settable. */
       
   499 #define _FILE_OFFSET_BITS 64
       
   500 
       
   501 /* Define for large files, on AIX-style hosts. */
       
   502 /* #undef _LARGE_FILES */
       
   503 
       
   504 /* Define to empty if `const' does not conform to ANSI C. */
       
   505 /* #undef const */
       
   506 
       
   507 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
       
   508 /* #undef intmax_t */
       
   509 
       
   510 /* Define to empty if the C compiler doesn't support this keyword. */
       
   511 /* #undef signed */
       
   512 
       
   513 /* Define to `unsigned' if <sys/types.h> does not define. */
       
   514 /* #undef size_t */