glib/tsrc/BC/inc/config.h
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
equal deleted inserted replaced
71:28ccaba883f4 72:403e7f6ed6c5
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     2 * Portions Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * Contributors:
     3 *
     5 *
     4 * This library is free software; you can redistribute it and/or
     6 * Description: 
     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 *
     7 *
    21 */
     8 */
    22 
     9 /* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
    23 
       
    24 
       
    25 /* config.h.  Generated by configure.  */
    10 /* config.h.  Generated by configure.  */
    26 /* config.h.in.  Generated from configure.in by autoheader.  */
    11 /* config.h.in.  Generated from configure.in by autoheader.  */
       
    12 
       
    13 /* define if asm blocks can use numeric local labels */
       
    14 /* #undef ASM_NUMERIC_LABELS */
       
    15 
       
    16 /* poll doesn't work on devices */
       
    17 #define BROKEN_POLL 1
    27 
    18 
    28 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    19 /* 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.
    20    systems. This function is required for `alloca.c' support on those systems.
    30    */
    21    */
    31 /* #undef CRAY_STACKSEG_END */
    22 /* #undef CRAY_STACKSEG_END */
    38 
    29 
    39 /* Whether to enable GC friendliness by default */
    30 /* Whether to enable GC friendliness by default */
    40 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
    31 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
    41 
    32 
    42 /* always defined to indicate that i18n is enabled */
    33 /* always defined to indicate that i18n is enabled */
    43 #ifndef SYMBIAN
    34 #ifndef __SYMBIAN32__
    44 #define ENABLE_NLS 1
    35 #define ENABLE_NLS 1
    45 #endif /* SYMBIAN */
    36 #endif /* __SYMBIAN32__ */
    46 
    37 
    47 /* Define the gettext package to be used */
    38 /* Define the gettext package to be used */
    48 #define GETTEXT_PACKAGE "glib20"
    39 #define GETTEXT_PACKAGE "glib20"
    49 
    40 
    50 /* Define to the GLIB binary age */
    41 /* Define to the GLIB binary age */
    51 #define GLIB_BINARY_AGE 1003
    42 #define GLIB_BINARY_AGE 2100
    52 
    43 
    53 /* Byte contents of gmutex */
    44 /* 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
    45 #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 
    46 
    56 /* Define to the GLIB interface age */
    47 /* Define to the GLIB interface age */
    57 #define GLIB_INTERFACE_AGE 3
    48 #define GLIB_INTERFACE_AGE 0
       
    49 
       
    50 /* Define the location where the catalogs will be installed */
       
    51 #define GLIB_LOCALE_DIR "NONE/share/locale"
    58 
    52 
    59 /* Define to the GLIB major version */
    53 /* Define to the GLIB major version */
    60 #define GLIB_MAJOR_VERSION 2
    54 #define GLIB_MAJOR_VERSION 2
    61 
    55 
    62 /* Define to the GLIB micro version */
    56 /* Define to the GLIB micro version */
    63 #define GLIB_MICRO_VERSION 3
    57 #define GLIB_MICRO_VERSION 4
    64 
    58 
    65 /* Define to the GLIB minor version */
    59 /* Define to the GLIB minor version */
    66 #define GLIB_MINOR_VERSION 10
    60 #define GLIB_MINOR_VERSION 20
    67 
    61 
    68 /* The size of gmutex, as computed by sizeof. */
    62 /* The size of gmutex, as computed by sizeof. */
    69 #define GLIB_SIZEOF_GMUTEX 24
    63 /* #undef GLIB_SIZEOF_GMUTEX */
    70 
    64 
    71 /* The size of system_thread, as computed by sizeof. */
    65 /* The size of system_thread, as computed by sizeof. */
    72 #define GLIB_SIZEOF_SYSTEM_THREAD 4
    66 #define GLIB_SIZEOF_SYSTEM_THREAD 4
    73 
    67 
    74 /* alpha atomic implementation */
    68 /* alpha atomic implementation */
    75 /* #undef G_ATOMIC_ALPHA */
    69 /* #undef G_ATOMIC_ALPHA */
    76 
    70 
       
    71 /* arm atomic implementation */
       
    72 /* #undef G_ATOMIC_ARM */
       
    73 
    77 /* i486 atomic implementation */
    74 /* i486 atomic implementation */
    78 #define G_ATOMIC_I486 1
    75 #define G_ATOMIC_I486 1
    79 
    76 
    80 /* ia64 atomic implementation */
    77 /* ia64 atomic implementation */
    81 /* #undef G_ATOMIC_IA64 */
    78 /* #undef G_ATOMIC_IA64 */
    89 /* sparcv9 atomic implementation */
    86 /* sparcv9 atomic implementation */
    90 /* #undef G_ATOMIC_SPARCV9 */
    87 /* #undef G_ATOMIC_SPARCV9 */
    91 
    88 
    92 /* x86_64 atomic implementation */
    89 /* x86_64 atomic implementation */
    93 /* #undef G_ATOMIC_X86_64 */
    90 /* #undef G_ATOMIC_X86_64 */
    94 
    91 #ifndef __SYMBIAN32__
    95 /* Whether glib was compiled with debugging enabled */
       
    96 #define G_COMPILED_WITH_DEBUGGING "minimum"
       
    97 
       
    98 /* Have inline keyword */
    92 /* Have inline keyword */
    99 #define G_HAVE_INLINE 1
    93 #define G_HAVE_INLINE 1
   100 
    94 
   101 /* Have __inline keyword */
    95 /* Have __inline keyword */
   102 #define G_HAVE___INLINE 1
    96 #define G_HAVE___INLINE 1
   103 
    97 
   104 /* Have __inline__ keyword */
    98 /* Have __inline__ keyword */
   105 #define G_HAVE___INLINE__ 1
    99 #define G_HAVE___INLINE__ 1
   106 
   100 #endif//__SYMBIAN32__
   107 /* Source file containing theread implementation */
   101 /* Source file containing theread implementation */
   108 #define G_THREAD_SOURCE "gthread-posix.c"
   102 #define G_THREAD_SOURCE "gthread-posix.c"
   109 
   103 
   110 /* A 'va_copy' style function */
   104 /* A 'va_copy' style function */
   111 #define G_VA_COPY va_copy
   105 #define G_VA_COPY va_copy
   112 
   106 
   113 /* 'va_lists' cannot be copies as values */
   107 /* 'va_lists' cannot be copies as values */
   114 /* #undef G_VA_COPY_AS_ARRAY */
   108 /* #undef G_VA_COPY_AS_ARRAY */
   115 
   109 
   116 /* Define to 1 if you have `alloca', as a function or macro. */
   110 /* Define to 1 if you have `alloca', as a function or macro. */
   117 #ifndef SYMBIAN
   111 #ifndef __SYMBIAN32__
   118 #define HAVE_ALLOCA 1
   112 #define HAVE_ALLOCA 1
   119 #endif /* SYMBIAN */
   113 #endif /* __SYMBIAN32__ */
   120 
   114 
   121 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   115 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   122    */
   116    */
   123 #ifndef SYMBIAN
   117 #ifndef __SYMBIAN32__
   124 #define HAVE_ALLOCA_H 1
   118 #define HAVE_ALLOCA_H 1
   125 #endif /* SYMBIAN */
   119 #endif /* __SYMBIAN32__ */
   126 
   120 
   127 /* Define to 1 if you have the `atexit' function. */
   121 /* Define to 1 if you have the `atexit' function. */
   128 #define HAVE_ATEXIT 1
   122 #define HAVE_ATEXIT 1
   129 
   123 
       
   124 /* Define to 1 if you have the <attr/xattr.h> header file. */
       
   125 /* #undef HAVE_ATTR_XATTR_H */
       
   126 
   130 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
   127 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
   131 #ifndef SYMBIAN
   128 #ifndef __SYMBIAN32__
   132 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
   129 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
   133 #endif /* SYMBIAN */
   130 #endif /* __SYMBIAN32__ */
   134 
   131 
   135 /* Define if you have a version of the snprintf function with semantics as
   132 /* Define if you have a version of the snprintf function with semantics as
   136    specified by the ISO C99 standard. */
   133    specified by the ISO C99 standard. */
   137 #define HAVE_C99_SNPRINTF 1
   134 #define HAVE_C99_SNPRINTF 1
   138 
   135 
   139 /* Define if you have a version of the vsnprintf function with semantics as
   136 /* Define if you have a version of the vsnprintf function with semantics as
   140    specified by the ISO C99 standard. */
   137    specified by the ISO C99 standard. */
   141 #define HAVE_C99_VSNPRINTF 1
   138 #define HAVE_C99_VSNPRINTF 1
   142 
   139 
       
   140 /* define to 1 if Carbon is available */
       
   141 /* #undef HAVE_CARBON */
       
   142 
       
   143 /* Define to 1 if you have the `chown' function. */
       
   144 /* #undef HAVE_CHOWN */
       
   145 
       
   146 /* Define to 1 if you have the `clock_gettime' function. */
       
   147 #define HAVE_CLOCK_GETTIME 1
       
   148 
   143 /* Have nl_langinfo (CODESET) */
   149 /* Have nl_langinfo (CODESET) */
   144 #define HAVE_CODESET 1
   150 #define HAVE_CODESET 1
   145 
   151 
   146 /* Define to 1 if you have the <crt_externs.h> header file. */
   152 /* Define to 1 if you have the <crt_externs.h> header file. */
   147 /* #undef HAVE_CRT_EXTERNS_H */
   153 /* #undef HAVE_CRT_EXTERNS_H */
   159 /* #undef HAVE_DOPRNT */
   165 /* #undef HAVE_DOPRNT */
   160 
   166 
   161 /* define for working do while(0) macros */
   167 /* define for working do while(0) macros */
   162 #define HAVE_DOWHILE_MACROS 1
   168 #define HAVE_DOWHILE_MACROS 1
   163 
   169 
       
   170 /* Define to 1 if you have the `endmntent' function. */
       
   171 /* #undef HAVE_ENDMNTENT */
       
   172 
       
   173 /* Define if we have FAM */
       
   174 /* #undef HAVE_FAM */
       
   175 
       
   176 /* Define to 1 if you have the <fam.h> header file. */
       
   177 /* #undef HAVE_FAM_H */
       
   178 
       
   179 /* Define if we have FAMNoExists in fam */
       
   180 /* #undef HAVE_FAM_NO_EXISTS */
       
   181 
       
   182 /* Define to 1 if you have the `fchmod' function. */
       
   183 #define HAVE_FCHMOD 1
       
   184 
       
   185 /* Define to 1 if you have the `fchown' function. */
       
   186 /* #undef HAVE_FCHOWN */
       
   187 
       
   188 /* Define to 1 if you have the `fdwalk' function. */
       
   189 /* #undef HAVE_FDWALK */
       
   190 
   164 /* Define to 1 if you have the <float.h> header file. */
   191 /* Define to 1 if you have the <float.h> header file. */
   165 #define HAVE_FLOAT_H 1
   192 #define HAVE_FLOAT_H 1
   166 
   193 
       
   194 /* Define to 1 if you have the <fstab.h> header file. */
       
   195 /* #undef HAVE_FSTAB_H */
       
   196 
   167 /* Define to 1 if you have the `getcwd' function. */
   197 /* Define to 1 if you have the `getcwd' function. */
   168 #define HAVE_GETCWD 1
   198 #define HAVE_GETCWD 1
   169 
   199 
   170 /* Define to 1 if you have the `getc_unlocked' function. */
   200 /* Define to 1 if you have the `getc_unlocked' function. */
   171 #define HAVE_GETC_UNLOCKED 1
   201 #define HAVE_GETC_UNLOCKED 1
   172 
   202 
   173 /* Define to 1 if you have the `getpagesize' function. */
   203 /* Define to 1 if you have the `getpagesize' function. */
   174 #define HAVE_GETPAGESIZE 1
   204 #define HAVE_GETPAGESIZE 1
   175 
   205 
       
   206 /* Define to 1 if you have the `getmntent_r' function. */
       
   207 /* #undef HAVE_GETMNTENT_R */
       
   208 
       
   209 /* Define to 1 if you have the `getmntinfo' function. */
       
   210 /* #undef HAVE_GETMNTINFO */
       
   211 
       
   212 /* Define to 1 if you have the `getpwuid' function. */
       
   213 /* #undef HAVE_GETPWUID */
       
   214 
   176 /* Define if the GNU gettext() function is already present or preinstalled. */
   215 /* Define if the GNU gettext() function is already present or preinstalled. */
   177 #define HAVE_GETTEXT 1
   216 #define HAVE_GETTEXT 1
   178 
   217 
       
   218 /* Define to 1 if you have the `gmtime_r' function. */
       
   219 #define HAVE_GMTIME_R 1
       
   220 
   179 /* define to use system printf */
   221 /* define to use system printf */
   180 #define HAVE_GOOD_PRINTF 1
   222 #define HAVE_GOOD_PRINTF 1
       
   223 
       
   224 /* Define to 1 if you have the <grp.h> header file. */
       
   225 /* #undef HAVE_GRP_H */
       
   226 
       
   227 /* Define to 1 if you have the `hasmntopt' function. */
       
   228 /* #undef HAVE_HASMNTOPT */
   181 
   229 
   182 /* define to support printing 64-bit integers with format I64 */
   230 /* define to support printing 64-bit integers with format I64 */
   183 /* #undef HAVE_INT64_AND_I64 */
   231 /* #undef HAVE_INT64_AND_I64 */
   184 
   232 
   185 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
   233 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
   202 #define HAVE_LC_MESSAGES 1
   250 #define HAVE_LC_MESSAGES 1
   203 
   251 
   204 /* Define to 1 if you have the <limits.h> header file. */
   252 /* Define to 1 if you have the <limits.h> header file. */
   205 #define HAVE_LIMITS_H 1
   253 #define HAVE_LIMITS_H 1
   206 
   254 
       
   255 /* Define to 1 if you have the `link' function. */
       
   256 #define HAVE_LINK 1
       
   257 
   207 /* Define to 1 if you have the <locale.h> header file. */
   258 /* Define to 1 if you have the <locale.h> header file. */
   208 #define HAVE_LOCALE_H 1
   259 #define HAVE_LOCALE_H 1
   209 
   260 
   210 /* Define to 1 if you have the `localtime_r' function. */
   261 /* Define to 1 if you have the `localtime_r' function. */
   211 #define HAVE_LOCALTIME_R 1
   262 #define HAVE_LOCALTIME_R 1
   221 
   272 
   222 /* Define to 1 if you have the `lstat' function. */
   273 /* Define to 1 if you have the `lstat' function. */
   223 #define HAVE_LSTAT 1
   274 #define HAVE_LSTAT 1
   224 
   275 
   225 /* Define to 1 if you have the <malloc.h> header file. */
   276 /* Define to 1 if you have the <malloc.h> header file. */
   226 #ifndef SYMBIAN
   277 #ifndef __SYMBIAN32__
   227 #define HAVE_MALLOC_H 1
   278 #define HAVE_MALLOC_H 1
   228 #endif /* SYMBIAN */
   279 #endif /* __SYMBIAN32__ */
   229 
   280 
   230 /* Define to 1 if you have the `memalign' function. */
   281 /* Define to 1 if you have the `memalign' function. */
   231 #ifndef SYMBIAN
   282 #ifndef __SYMBIAN32__
   232 #define HAVE_MEMALIGN 1
   283 #define HAVE_MEMALIGN 1
   233 #endif /* SYMBIAN */
   284 #endif /* __SYMBIAN32__ */
   234 
   285 
   235 /* Define to 1 if you have the `memmove' function. */
   286 /* Define to 1 if you have the `memmove' function. */
   236 #define HAVE_MEMMOVE 1
   287 #define HAVE_MEMMOVE 1
   237 
   288 
   238 /* Define to 1 if you have the <memory.h> header file. */
   289 /* Define to 1 if you have the <memory.h> header file. */
   251 #define HAVE_NL_LANGINFO 1
   302 #define HAVE_NL_LANGINFO 1
   252 
   303 
   253 /* Have non-POSIX function getpwuid_r */
   304 /* Have non-POSIX function getpwuid_r */
   254 /* #undef HAVE_NONPOSIX_GETPWUID_R */
   305 /* #undef HAVE_NONPOSIX_GETPWUID_R */
   255 
   306 
       
   307 /* Define to 1 if you have the `nsleep' function. */
       
   308 /* #undef HAVE_NSLEEP */
       
   309 
   256 /* Define to 1 if you have the `on_exit' function. */
   310 /* Define to 1 if you have the `on_exit' function. */
   257 #define HAVE_ON_EXIT 1
   311 #define HAVE_ON_EXIT 1
   258 
   312 
   259 /* Define to 1 if you have the `poll' function. */
   313 /* Define to 1 if you have the `poll' function. */
   260 #ifndef SYMBIAN
   314 #ifndef __SYMBIAN32__
   261 #define HAVE_POLL 1
   315 #define HAVE_POLL 1
   262 #endif /* SYMBIAN */
   316 #endif /* __SYMBIAN32__ */
       
   317 /* Have POSIX function getgrgid_r */
       
   318 /* #undef HAVE_POSIX_GETGRGID_R */
   263 
   319 
   264 /* Have POSIX function getpwuid_r */
   320 /* Have POSIX function getpwuid_r */
   265 #define HAVE_POSIX_GETPWUID_R 1
   321 #define HAVE_POSIX_GETPWUID_R 1
   266 
   322 
   267 /* Define to 1 if you have the `posix_memalign' function. */
   323 /* Define to 1 if you have the `posix_memalign' function. */
   268 #ifndef SYMBIAN
   324 #ifndef __SYMBIAN32__
   269 #define HAVE_POSIX_MEMALIGN 1
   325 #define HAVE_POSIX_MEMALIGN 1
   270 #endif /* SYMBIAN */
   326 #endif /* __SYMBIAN32__ */
   271 
   327 
   272 /* Have function pthread_attr_setstacksize */
   328 /* Have function pthread_attr_setstacksize */
   273 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
   329 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
   274 
   330 
   275 /* Define to 1 if the system has the type `ptrdiff_t'. */
   331 /* Define to 1 if the system has the type `ptrdiff_t'. */
   282 #define HAVE_READLINK 1
   338 #define HAVE_READLINK 1
   283 
   339 
   284 /* Define to 1 if you have the <sched.h> header file. */
   340 /* Define to 1 if you have the <sched.h> header file. */
   285 #define HAVE_SCHED_H 1
   341 #define HAVE_SCHED_H 1
   286 
   342 
       
   343 /* Define to 1 if libselinux is available */
       
   344 /* #undef HAVE_SELINUX */
       
   345 
       
   346 /* Define to 1 if you have the <selinux/selinux.h> header file. */
       
   347 /* #undef HAVE_SELINUX_SELINUX_H */
       
   348 
   287 /* Define to 1 if you have the `setenv' function. */
   349 /* Define to 1 if you have the `setenv' function. */
   288 #define HAVE_SETENV 1
   350 #define HAVE_SETENV 1
   289 
   351 
   290 /* Define to 1 if you have the `setlocale' function. */
   352 /* Define to 1 if you have the `setlocale' function. */
   291 #define HAVE_SETLOCALE 1
   353 #define HAVE_SETLOCALE 1
   292 
   354 
       
   355 /* Define to 1 if you have the `setmntent' function. */
       
   356 /* #undef HAVE_SETMNTENT */
       
   357 
   293 /* Define to 1 if you have the `snprintf' function. */
   358 /* Define to 1 if you have the `snprintf' function. */
   294 #define HAVE_SNPRINTF 1
   359 #define HAVE_SNPRINTF 1
       
   360 
       
   361 /* Define to 1 if you have the `statfs' function. */
       
   362 /* #undef HAVE_STATFS */
       
   363 
       
   364 /* Define to 1 if you have the `statvfs' function. */
       
   365 /* #undef HAVE_STATVFS */
   295 
   366 
   296 /* Define to 1 if you have the <stddef.h> header file. */
   367 /* Define to 1 if you have the <stddef.h> header file. */
   297 #define HAVE_STDDEF_H 1
   368 #define HAVE_STDDEF_H 1
   298 
   369 
   299 /* Define to 1 if you have the <stdint.h> header file. */
   370 /* Define to 1 if you have the <stdint.h> header file. */
   326 
   397 
   327 /* Define to 1 if you have the `strncasecmp' function. */
   398 /* Define to 1 if you have the `strncasecmp' function. */
   328 #define HAVE_STRNCASECMP 1
   399 #define HAVE_STRNCASECMP 1
   329 
   400 
   330 /* Define to 1 if you have the `strsignal' function. */
   401 /* Define to 1 if you have the `strsignal' function. */
   331 #ifndef SYMBIAN
   402 #ifndef __SYMBIAN32__
   332 #define HAVE_STRSIGNAL 1
   403 #define HAVE_STRSIGNAL 1
   333 #endif // !SYMBIAN
   404 #endif // !__SYMBIAN32__
       
   405 
       
   406 /* Define to 1 if you have the `strsignal' function. */
       
   407 /* #undef HAVE_STRSIGNAL */
       
   408 
       
   409 /* Define to 1 if `f_bavail' is member of `struct statfs'. */
       
   410 /* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
       
   411 
       
   412 /* Define to 1 if `f_fstypename' is member of `struct statfs'. */
       
   413 /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
       
   414 
       
   415 /* Define to 1 if `f_basetype' is member of `struct statvfs'. */
       
   416 /* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
       
   417 
       
   418 /* Define to 1 if `st_atimensec' is member of `struct stat'. */
       
   419 /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
       
   420 
       
   421 /* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
       
   422 /* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
       
   423 
       
   424 /* Define to 1 if `st_blksize' is member of `struct stat'. */
       
   425 /* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
       
   426 
       
   427 /* Define to 1 if `st_blocks' is member of `struct stat'. */
       
   428 /* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
       
   429 
       
   430 /* Define to 1 if `st_ctimensec' is member of `struct stat'. */
       
   431 /* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
       
   432 
       
   433 /* Define to 1 if `st_ctim.tv_nsec' is member of `struct stat'. */
       
   434 /* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
       
   435 
       
   436 /* Define to 1 if `st_mtimensec' is member of `struct stat'. */
       
   437 /* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
       
   438 
       
   439 /* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
       
   440 /* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
   334 
   441 
   335 /* Define to 1 if you have the `symlink' function. */
   442 /* Define to 1 if you have the `symlink' function. */
   336 #define HAVE_SYMLINK 1
   443 #define HAVE_SYMLINK 1
   337 
   444 
       
   445 /* Define to 1 if you have the <sys/inotify.h> header file. */
       
   446 /* #undef HAVE_SYS_INOTIFY_H */
       
   447 
       
   448 /* Define to 1 if you have the <sys/mntctl.h> header file. */
       
   449 /* #undef HAVE_SYS_MNTCTL_H */
       
   450 
       
   451 /* Define to 1 if you have the <sys/mnttab.h> header file. */
       
   452 /* #undef HAVE_SYS_MNTTAB_H */
       
   453 
       
   454 /* Define to 1 if you have the <sys/mount.h> header file. */
       
   455 /* #undef HAVE_SYS_MOUNT_H */
       
   456 
   338 /* Define to 1 if you have the <sys/param.h> header file. */
   457 /* Define to 1 if you have the <sys/param.h> header file. */
   339 #define HAVE_SYS_PARAM_H 1
   458 #define HAVE_SYS_PARAM_H 1
   340 
   459 
   341 /* Define to 1 if you have the <sys/poll.h> header file. */
   460 /* Define to 1 if you have the <sys/poll.h> header file. */
   342 #define HAVE_SYS_POLL_H 1
   461 #define HAVE_SYS_POLL_H 1
   343 
   462 
       
   463 /* Define to 1 if you have the <sys/resource.h> header file. */
       
   464 /* #undef HAVE_SYS_RESOURCE_H */
       
   465 
   344 /* found fd_set in sys/select.h */
   466 /* found fd_set in sys/select.h */
   345 #define HAVE_SYS_SELECT_H 1
   467 #define HAVE_SYS_SELECT_H 1
   346 
   468 
       
   469 /* Define to 1 if you have the <sys/statfs.h> header file. */
       
   470 /* #undef HAVE_SYS_STATFS_H */
       
   471 
       
   472 /* Define to 1 if you have the <sys/statvfs.h> header file. */
       
   473 /* #undef HAVE_SYS_STATVFS_H */
       
   474 
   347 /* Define to 1 if you have the <sys/stat.h> header file. */
   475 /* Define to 1 if you have the <sys/stat.h> header file. */
   348 #define HAVE_SYS_STAT_H 1
   476 #define HAVE_SYS_STAT_H 1
   349 
   477 
       
   478 /* Define to 1 if you have the <sys/sysctl.h> header file. */
       
   479 /* #undef HAVE_SYS_SYSCTL_H */
       
   480 
   350 /* Define to 1 if you have the <sys/times.h> header file. */
   481 /* Define to 1 if you have the <sys/times.h> header file. */
   351 #ifndef SYMBIAN
   482 #ifndef __SYMBIAN32__
   352 #define HAVE_SYS_TIMES_H 1
   483 #define HAVE_SYS_TIMES_H 1
   353 #endif /* SYMBIAN */
   484 #endif /* __SYMBIAN32__ */
   354 
   485 
   355 /* Define to 1 if you have the <sys/time.h> header file. */
   486 /* Define to 1 if you have the <sys/time.h> header file. */
   356 #define HAVE_SYS_TIME_H 1
   487 #define HAVE_SYS_TIME_H 1
   357 
   488 
   358 /* Define to 1 if you have the <sys/types.h> header file. */
   489 /* Define to 1 if you have the <sys/types.h> header file. */
   359 #define HAVE_SYS_TYPES_H 1
   490 #define HAVE_SYS_TYPES_H 1
       
   491 
       
   492 /* Define to 1 if you have the <sys/vfstab.h> header file. */
       
   493 /* #undef HAVE_SYS_VFSTAB_H */
       
   494 
       
   495 /* Define to 1 if you have the <sys/vfs.h> header file. */
       
   496 /* #undef HAVE_SYS_VFS_H */
       
   497 
       
   498 /* Define to 1 if you have the <sys/vmount.h> header file. */
       
   499 /* #undef HAVE_SYS_VMOUNT_H */
   360 
   500 
   361 /* Define to 1 if you have the <sys/wait.h> header file. */
   501 /* Define to 1 if you have the <sys/wait.h> header file. */
   362 #define HAVE_SYS_WAIT_H 1
   502 #define HAVE_SYS_WAIT_H 1
   363 
   503 
   364 /* Define to 1 if you have the <unistd.h> header file. */
   504 /* Define to 1 if you have the <unistd.h> header file. */
   369 #define HAVE_UNIX98_PRINTF 1
   509 #define HAVE_UNIX98_PRINTF 1
   370 
   510 
   371 /* Define to 1 if you have the `unsetenv' function. */
   511 /* Define to 1 if you have the `unsetenv' function. */
   372 #define HAVE_UNSETENV 1
   512 #define HAVE_UNSETENV 1
   373 
   513 
       
   514 /* Define to 1 if you have the `utimes' function. */
       
   515 #define HAVE_UTIMES 1
       
   516 
   374 /* Define to 1 if you have the `valloc' function. */
   517 /* Define to 1 if you have the `valloc' function. */
   375 #ifndef SYMBIAN
   518 #ifndef __SYMBIAN32__
   376 #define HAVE_VALLOC 1
   519 #define HAVE_VALLOC 1
   377 #endif /* SYMBIAN */
   520 #endif /* __SYMBIAN32__ */
   378 
   521 
   379 /* Define to 1 if you have the <values.h> header file. */
   522 /* Define to 1 if you have the <values.h> header file. */
   380 #define HAVE_VALUES_H 1
   523 #define HAVE_VALUES_H 1
   381 
   524 
   382 /* Define to 1 if you have the `vasprintf' function. */
   525 /* Define to 1 if you have the `vasprintf' function. */
   389 #define HAVE_VSNPRINTF 1
   532 #define HAVE_VSNPRINTF 1
   390 
   533 
   391 /* Define if you have the 'wchar_t' type. */
   534 /* Define if you have the 'wchar_t' type. */
   392 #define HAVE_WCHAR_T 1
   535 #define HAVE_WCHAR_T 1
   393 
   536 
       
   537 /* Define to 1 if you have the `wcslen' function. */
       
   538 #define HAVE_WCSLEN 1
       
   539 
   394 /* Define if you have the 'wint_t' type. */
   540 /* Define if you have the 'wint_t' type. */
   395 #define HAVE_WINT_T 1
   541 #define HAVE_WINT_T 1
   396 
   542 
   397 /* Have a working bcopy */
   543 /* Have a working bcopy */
   398 /* #undef HAVE_WORKING_BCOPY */
   544 /* #undef HAVE_WORKING_BCOPY */
   399 
   545 
       
   546 /* Define to 1 if xattr is available */
       
   547 /* #undef HAVE_XATTR */
       
   548 
       
   549 /* Define to 1 if xattr API uses XATTR_NOFOLLOW */
       
   550 /* #undef HAVE_XATTR_NOFOLLOW */
       
   551 
   400 /* Define to 1 if you have the `_NSGetEnviron' function. */
   552 /* Define to 1 if you have the `_NSGetEnviron' function. */
   401 /* #undef HAVE__NSGETENVIRON */
   553 /* #undef HAVE__NSGETENVIRON */
   402 
   554 
   403 /* Do we cache iconv descriptors */
   555 /* Do we cache iconv descriptors */
   404 /* #undef NEED_ICONV_CACHE */
   556 /* #undef NEED_ICONV_CACHE */
   405 
   557 
   406 /* didn't find fd_set */
   558 /* didn't find fd_set */
   407 /* #undef NO_FD_SET */
   559 /* #undef NO_FD_SET */
   408 
   560 
       
   561 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
       
   562 /* #undef NO_MINUS_C_MINUS_O */
       
   563 
   409 /* global 'sys_errlist' not found */
   564 /* global 'sys_errlist' not found */
   410 /* #undef NO_SYS_ERRLIST */
   565 #define NO_SYS_ERRLIST 1
   411 
   566 
   412 /* global 'sys_siglist' not found */
   567 /* global 'sys_siglist' not found */
   413 /* #undef NO_SYS_SIGLIST */
   568 #define NO_SYS_SIGLIST 1
   414 
   569 
   415 /* global 'sys_siglist' not declared */
   570 /* global 'sys_siglist' not declared */
   416 /* #undef NO_SYS_SIGLIST_DECL */
   571 #define NO_SYS_SIGLIST_DECL 1
   417 
   572 
   418 /* Define to the address where bug reports for this package should be sent. */
   573 /* 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"
   574 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
   420 
   575 
   421 /* Define to the full name of this package. */
   576 /* Define to the full name of this package. */
   422 #define PACKAGE_NAME "glib"
   577 #define PACKAGE_NAME "glib"
   423 
   578 
   424 /* Define to the full name and version of this package. */
   579 /* Define to the full name and version of this package. */
   425 #define PACKAGE_STRING "glib 2.10.3"
   580 #define PACKAGE_STRING "glib 2.20.4"
   426 
   581 
   427 /* Define to the one symbol short name of this package. */
   582 /* Define to the one symbol short name of this package. */
   428 #define PACKAGE_TARNAME "glib"
   583 #define PACKAGE_TARNAME "glib"
   429 
   584 
   430 /* Define to the version of this package. */
   585 /* Define to the version of this package. */
   431 #define PACKAGE_VERSION "2.10.3"
   586 #define PACKAGE_VERSION "2.20.4"
   432 
   587 
   433 /* Maximum POSIX RT priority */
   588 /* Maximum POSIX RT priority */
   434 #define POSIX_MAX_PRIORITY sched_get_priority_max(2)
   589 #define POSIX_MAX_PRIORITY sched_get_priority_max(2)
   435 
   590 
   436 /* define if posix_memalign() can allocate any size */
   591 /* define if posix_memalign() can allocate any size */
   437 #ifndef SYMBIAN
   592 #ifndef __SYMBIAN32__
   438 #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
   593 #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
   439 #endif /* SYMBIAN */
   594 #endif /* __SYMBIAN32__ */
   440 
   595 
   441 /* Minimum POSIX RT priority */
   596 /* Minimum POSIX RT priority */
   442 #define POSIX_MIN_PRIORITY sched_get_priority_min(2)
   597 #define POSIX_MIN_PRIORITY sched_get_priority_min(2)
   443 
   598 
   444 /* The POSIX RT yield function */
   599 /* The POSIX RT yield function */
   448 #define REALLOC_0_WORKS 1
   603 #define REALLOC_0_WORKS 1
   449 
   604 
   450 /* Define if you have correct malloc prototypes */
   605 /* Define if you have correct malloc prototypes */
   451 #define SANE_MALLOC_PROTOS 1
   606 #define SANE_MALLOC_PROTOS 1
   452 
   607 
   453 /* The size of a `char', as computed by sizeof. */
   608 /* The size of `char', as computed by sizeof. */
   454 #define SIZEOF_CHAR 1
   609 #define SIZEOF_CHAR 1
   455 
   610 
   456 /* The size of a `int', as computed by sizeof. */
   611 /* The size of `int', as computed by sizeof. */
   457 #define SIZEOF_INT 4
   612 #define SIZEOF_INT 4
   458 
   613 
   459 /* The size of a `long', as computed by sizeof. */
   614 /* The size of `long', as computed by sizeof. */
   460 #define SIZEOF_LONG 4
   615 #define SIZEOF_LONG 4
   461 
   616 
   462 /* The size of a `long long', as computed by sizeof. */
   617 /* The size of a `long long', as computed by sizeof. */
   463 #define SIZEOF_LONG_LONG 8
   618 #define SIZEOF_LONG_LONG 8
   464 
   619 
   474 /* The size of a `__int64', as computed by sizeof. */
   629 /* The size of a `__int64', as computed by sizeof. */
   475 #define SIZEOF___INT64 0
   630 #define SIZEOF___INT64 0
   476 
   631 
   477 /* If using the C implementation of alloca, define if you know the
   632 /* If using the C implementation of alloca, define if you know the
   478    direction of stack growth for your system; otherwise it will be
   633    direction of stack growth for your system; otherwise it will be
   479    automatically deduced at run-time.
   634    automatically deduced at runtime.
   480 	STACK_DIRECTION > 0 => grows toward higher addresses
   635 	STACK_DIRECTION > 0 => grows toward higher addresses
   481 	STACK_DIRECTION < 0 => grows toward lower addresses
   636 	STACK_DIRECTION < 0 => grows toward lower addresses
   482 	STACK_DIRECTION = 0 => direction of growth unknown */
   637 	STACK_DIRECTION = 0 => direction of growth unknown */
   483 /* #undef STACK_DIRECTION */
   638 /* #undef STACK_DIRECTION */
   484 
   639 
       
   640 /* Number of arguments to statfs() */
       
   641 /* #undef STATFS_ARGS */
       
   642 
   485 /* Define to 1 if you have the ANSI C header files. */
   643 /* Define to 1 if you have the ANSI C header files. */
   486 #define STDC_HEADERS 1
   644 #define STDC_HEADERS 1
   487 
   645 
   488 /* Using GNU libiconv */
   646 /* Using GNU libiconv */
   489 /* #undef USE_LIBICONV_GNU */
   647 /* #undef USE_LIBICONV_GNU */
   508 /* #undef intmax_t */
   666 /* #undef intmax_t */
   509 
   667 
   510 /* Define to empty if the C compiler doesn't support this keyword. */
   668 /* Define to empty if the C compiler doesn't support this keyword. */
   511 /* #undef signed */
   669 /* #undef signed */
   512 
   670 
   513 /* Define to `unsigned' if <sys/types.h> does not define. */
   671 /* Define to `unsigned int' if <sys/types.h> does not define. */
   514 /* #undef size_t */
   672 /* #undef size_t */
       
   673 
       
   674 #define LINK_SIZE 2
       
   675 #define NEWLINE -1
       
   676 #define MATCH_LIMIT 10000000
       
   677 #define MATCH_LIMIT_RECURSION 8192
       
   678 #define MAX_NAME_SIZE 32
       
   679 #define MAX_NAME_COUNT 10000
       
   680 #define POSIX_MALLOC_THRESHOLD 10
       
   681 //define SUPPORT_UTF8 here so that pcre is build with UTF8 support
       
   682 #define SUPPORT_UTF8 1
       
   683 //define SUPPORT_UCP here so that pcre is build with UTF8 properties support
       
   684 #define SUPPORT_UCP 1
       
   685