os/ossrv/glib/build/symbian/inc/config.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/glib/build/symbian/inc/config.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,685 @@
     1.4 +/*
     1.5 +* Portions Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* Contributors:
     1.8 +*
     1.9 +* Description: 
    1.10 +*
    1.11 +*/
    1.12 +/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
    1.13 +/* config.h.  Generated by configure.  */
    1.14 +/* config.h.in.  Generated from configure.in by autoheader.  */
    1.15 +
    1.16 +/* define if asm blocks can use numeric local labels */
    1.17 +/* #undef ASM_NUMERIC_LABELS */
    1.18 +
    1.19 +/* poll doesn't work on devices */
    1.20 +#define BROKEN_POLL 1
    1.21 +
    1.22 +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    1.23 +   systems. This function is required for `alloca.c' support on those systems.
    1.24 +   */
    1.25 +/* #undef CRAY_STACKSEG_END */
    1.26 +
    1.27 +/* Define to 1 if using `alloca.c'. */
    1.28 +/* #undef C_ALLOCA */
    1.29 +
    1.30 +/* Whether to disable memory pools */
    1.31 +/* #undef DISABLE_MEM_POOLS */
    1.32 +
    1.33 +/* Whether to enable GC friendliness by default */
    1.34 +/* #undef ENABLE_GC_FRIENDLY_DEFAULT */
    1.35 +
    1.36 +/* always defined to indicate that i18n is enabled */
    1.37 +#ifndef __SYMBIAN32__
    1.38 +#define ENABLE_NLS 1
    1.39 +#endif /* __SYMBIAN32__ */
    1.40 +
    1.41 +/* Define the gettext package to be used */
    1.42 +#define GETTEXT_PACKAGE "glib20"
    1.43 +
    1.44 +/* Define to the GLIB binary age */
    1.45 +#define GLIB_BINARY_AGE 2100
    1.46 +
    1.47 +/* Byte contents of gmutex */
    1.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
    1.49 +
    1.50 +/* Define to the GLIB interface age */
    1.51 +#define GLIB_INTERFACE_AGE 0
    1.52 +
    1.53 +/* Define the location where the catalogs will be installed */
    1.54 +#define GLIB_LOCALE_DIR "NONE/share/locale"
    1.55 +
    1.56 +/* Define to the GLIB major version */
    1.57 +#define GLIB_MAJOR_VERSION 2
    1.58 +
    1.59 +/* Define to the GLIB micro version */
    1.60 +#define GLIB_MICRO_VERSION 4
    1.61 +
    1.62 +/* Define to the GLIB minor version */
    1.63 +#define GLIB_MINOR_VERSION 20
    1.64 +
    1.65 +/* The size of gmutex, as computed by sizeof. */
    1.66 +/* #undef GLIB_SIZEOF_GMUTEX */
    1.67 +
    1.68 +/* The size of system_thread, as computed by sizeof. */
    1.69 +#define GLIB_SIZEOF_SYSTEM_THREAD 4
    1.70 +
    1.71 +/* alpha atomic implementation */
    1.72 +/* #undef G_ATOMIC_ALPHA */
    1.73 +
    1.74 +/* arm atomic implementation */
    1.75 +/* #undef G_ATOMIC_ARM */
    1.76 +
    1.77 +/* i486 atomic implementation */
    1.78 +#define G_ATOMIC_I486 1
    1.79 +
    1.80 +/* ia64 atomic implementation */
    1.81 +/* #undef G_ATOMIC_IA64 */
    1.82 +
    1.83 +/* powerpc atomic implementation */
    1.84 +/* #undef G_ATOMIC_POWERPC */
    1.85 +
    1.86 +/* s390 atomic implementation */
    1.87 +/* #undef G_ATOMIC_S390 */
    1.88 +
    1.89 +/* sparcv9 atomic implementation */
    1.90 +/* #undef G_ATOMIC_SPARCV9 */
    1.91 +
    1.92 +/* x86_64 atomic implementation */
    1.93 +/* #undef G_ATOMIC_X86_64 */
    1.94 +#ifndef __SYMBIAN32__
    1.95 +/* Have inline keyword */
    1.96 +#define G_HAVE_INLINE 1
    1.97 +
    1.98 +/* Have __inline keyword */
    1.99 +#define G_HAVE___INLINE 1
   1.100 +
   1.101 +/* Have __inline__ keyword */
   1.102 +#define G_HAVE___INLINE__ 1
   1.103 +#endif//__SYMBIAN32__
   1.104 +/* Source file containing theread implementation */
   1.105 +#define G_THREAD_SOURCE "gthread-posix.c"
   1.106 +
   1.107 +/* A 'va_copy' style function */
   1.108 +#define G_VA_COPY va_copy
   1.109 +
   1.110 +/* 'va_lists' cannot be copies as values */
   1.111 +/* #undef G_VA_COPY_AS_ARRAY */
   1.112 +
   1.113 +/* Define to 1 if you have `alloca', as a function or macro. */
   1.114 +#ifndef __SYMBIAN32__
   1.115 +#define HAVE_ALLOCA 1
   1.116 +#endif /* __SYMBIAN32__ */
   1.117 +
   1.118 +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   1.119 +   */
   1.120 +#ifndef __SYMBIAN32__
   1.121 +#define HAVE_ALLOCA_H 1
   1.122 +#endif /* __SYMBIAN32__ */
   1.123 +
   1.124 +/* Define to 1 if you have the `atexit' function. */
   1.125 +#define HAVE_ATEXIT 1
   1.126 +
   1.127 +/* Define to 1 if you have the <attr/xattr.h> header file. */
   1.128 +/* #undef HAVE_ATTR_XATTR_H */
   1.129 +
   1.130 +/* Define to 1 if you have the `bind_textdomain_codeset' function. */
   1.131 +#ifndef __SYMBIAN32__
   1.132 +#define HAVE_BIND_TEXTDOMAIN_CODESET 1
   1.133 +#endif /* __SYMBIAN32__ */
   1.134 +
   1.135 +/* Define if you have a version of the snprintf function with semantics as
   1.136 +   specified by the ISO C99 standard. */
   1.137 +#define HAVE_C99_SNPRINTF 1
   1.138 +
   1.139 +/* Define if you have a version of the vsnprintf function with semantics as
   1.140 +   specified by the ISO C99 standard. */
   1.141 +#define HAVE_C99_VSNPRINTF 1
   1.142 +
   1.143 +/* define to 1 if Carbon is available */
   1.144 +/* #undef HAVE_CARBON */
   1.145 +
   1.146 +/* Define to 1 if you have the `chown' function. */
   1.147 +/* #undef HAVE_CHOWN */
   1.148 +
   1.149 +/* Define to 1 if you have the `clock_gettime' function. */
   1.150 +#define HAVE_CLOCK_GETTIME 1
   1.151 +
   1.152 +/* Have nl_langinfo (CODESET) */
   1.153 +#define HAVE_CODESET 1
   1.154 +
   1.155 +/* Define to 1 if you have the <crt_externs.h> header file. */
   1.156 +/* #undef HAVE_CRT_EXTERNS_H */
   1.157 +
   1.158 +/* Define to 1 if you have the `dcgettext' function. */
   1.159 +#define HAVE_DCGETTEXT 1
   1.160 +
   1.161 +/* Define to 1 if you have the <dirent.h> header file. */
   1.162 +#define HAVE_DIRENT_H 1
   1.163 +
   1.164 +/* Define to 1 if you have the <dlfcn.h> header file. */
   1.165 +#define HAVE_DLFCN_H 1
   1.166 +
   1.167 +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
   1.168 +/* #undef HAVE_DOPRNT */
   1.169 +
   1.170 +/* define for working do while(0) macros */
   1.171 +#define HAVE_DOWHILE_MACROS 1
   1.172 +
   1.173 +/* Define to 1 if you have the `endmntent' function. */
   1.174 +/* #undef HAVE_ENDMNTENT */
   1.175 +
   1.176 +/* Define if we have FAM */
   1.177 +/* #undef HAVE_FAM */
   1.178 +
   1.179 +/* Define to 1 if you have the <fam.h> header file. */
   1.180 +/* #undef HAVE_FAM_H */
   1.181 +
   1.182 +/* Define if we have FAMNoExists in fam */
   1.183 +/* #undef HAVE_FAM_NO_EXISTS */
   1.184 +
   1.185 +/* Define to 1 if you have the `fchmod' function. */
   1.186 +#define HAVE_FCHMOD 1
   1.187 +
   1.188 +/* Define to 1 if you have the `fchown' function. */
   1.189 +/* #undef HAVE_FCHOWN */
   1.190 +
   1.191 +/* Define to 1 if you have the `fdwalk' function. */
   1.192 +/* #undef HAVE_FDWALK */
   1.193 +
   1.194 +/* Define to 1 if you have the <float.h> header file. */
   1.195 +#define HAVE_FLOAT_H 1
   1.196 +
   1.197 +/* Define to 1 if you have the <fstab.h> header file. */
   1.198 +/* #undef HAVE_FSTAB_H */
   1.199 +
   1.200 +/* Define to 1 if you have the `getcwd' function. */
   1.201 +#define HAVE_GETCWD 1
   1.202 +
   1.203 +/* Define to 1 if you have the `getc_unlocked' function. */
   1.204 +#define HAVE_GETC_UNLOCKED 1
   1.205 +
   1.206 +/* Define to 1 if you have the `getpagesize' function. */
   1.207 +#define HAVE_GETPAGESIZE 1
   1.208 +
   1.209 +/* Define to 1 if you have the `getmntent_r' function. */
   1.210 +/* #undef HAVE_GETMNTENT_R */
   1.211 +
   1.212 +/* Define to 1 if you have the `getmntinfo' function. */
   1.213 +/* #undef HAVE_GETMNTINFO */
   1.214 +
   1.215 +/* Define to 1 if you have the `getpwuid' function. */
   1.216 +/* #undef HAVE_GETPWUID */
   1.217 +
   1.218 +/* Define if the GNU gettext() function is already present or preinstalled. */
   1.219 +#define HAVE_GETTEXT 1
   1.220 +
   1.221 +/* Define to 1 if you have the `gmtime_r' function. */
   1.222 +#define HAVE_GMTIME_R 1
   1.223 +
   1.224 +/* define to use system printf */
   1.225 +#define HAVE_GOOD_PRINTF 1
   1.226 +
   1.227 +/* Define to 1 if you have the <grp.h> header file. */
   1.228 +/* #undef HAVE_GRP_H */
   1.229 +
   1.230 +/* Define to 1 if you have the `hasmntopt' function. */
   1.231 +/* #undef HAVE_HASMNTOPT */
   1.232 +
   1.233 +/* define to support printing 64-bit integers with format I64 */
   1.234 +/* #undef HAVE_INT64_AND_I64 */
   1.235 +
   1.236 +/* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
   1.237 +#define HAVE_INTMAX_T 1
   1.238 +
   1.239 +/* Define to 1 if you have the <inttypes.h> header file. */
   1.240 +#define HAVE_INTTYPES_H 1
   1.241 +
   1.242 +/* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
   1.243 +   declares uintmax_t. */
   1.244 +#define HAVE_INTTYPES_H_WITH_UINTMAX 1
   1.245 +
   1.246 +/* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
   1.247 +#define HAVE_LANGINFO_CODESET 1
   1.248 +
   1.249 +/* Define to 1 if you have the <langinfo.h> header file. */
   1.250 +#define HAVE_LANGINFO_H 1
   1.251 +
   1.252 +/* Define if your <locale.h> file defines LC_MESSAGES. */
   1.253 +#define HAVE_LC_MESSAGES 1
   1.254 +
   1.255 +/* Define to 1 if you have the <limits.h> header file. */
   1.256 +#define HAVE_LIMITS_H 1
   1.257 +
   1.258 +/* Define to 1 if you have the `link' function. */
   1.259 +#define HAVE_LINK 1
   1.260 +
   1.261 +/* Define to 1 if you have the <locale.h> header file. */
   1.262 +#define HAVE_LOCALE_H 1
   1.263 +
   1.264 +/* Define to 1 if you have the `localtime_r' function. */
   1.265 +#define HAVE_LOCALTIME_R 1
   1.266 +
   1.267 +/* Define if you have the 'long double' type. */
   1.268 +#define HAVE_LONG_DOUBLE 1
   1.269 +
   1.270 +/* Define if you have the 'long long' type. */
   1.271 +#define HAVE_LONG_LONG 1
   1.272 +
   1.273 +/* define if system printf can print long long */
   1.274 +#define HAVE_LONG_LONG_FORMAT 1
   1.275 +
   1.276 +/* Define to 1 if you have the `lstat' function. */
   1.277 +#define HAVE_LSTAT 1
   1.278 +
   1.279 +/* Define to 1 if you have the <malloc.h> header file. */
   1.280 +#ifndef __SYMBIAN32__
   1.281 +#define HAVE_MALLOC_H 1
   1.282 +#endif /* __SYMBIAN32__ */
   1.283 +
   1.284 +/* Define to 1 if you have the `memalign' function. */
   1.285 +#ifndef __SYMBIAN32__
   1.286 +#define HAVE_MEMALIGN 1
   1.287 +#endif /* __SYMBIAN32__ */
   1.288 +
   1.289 +/* Define to 1 if you have the `memmove' function. */
   1.290 +#define HAVE_MEMMOVE 1
   1.291 +
   1.292 +/* Define to 1 if you have the <memory.h> header file. */
   1.293 +#define HAVE_MEMORY_H 1
   1.294 +
   1.295 +/* Define to 1 if you have the `mkstemp' function. */
   1.296 +#define HAVE_MKSTEMP 1
   1.297 +
   1.298 +/* Define to 1 if you have a working `mmap' system call. */
   1.299 +#define HAVE_MMAP 1
   1.300 +
   1.301 +/* Define to 1 if you have the `nanosleep' function. */
   1.302 +#define HAVE_NANOSLEEP 1
   1.303 +
   1.304 +/* Define to 1 if you have the `nl_langinfo' function. */
   1.305 +#define HAVE_NL_LANGINFO 1
   1.306 +
   1.307 +/* Have non-POSIX function getpwuid_r */
   1.308 +/* #undef HAVE_NONPOSIX_GETPWUID_R */
   1.309 +
   1.310 +/* Define to 1 if you have the `nsleep' function. */
   1.311 +/* #undef HAVE_NSLEEP */
   1.312 +
   1.313 +/* Define to 1 if you have the `on_exit' function. */
   1.314 +#define HAVE_ON_EXIT 1
   1.315 +
   1.316 +/* Define to 1 if you have the `poll' function. */
   1.317 +#ifndef __SYMBIAN32__
   1.318 +#define HAVE_POLL 1
   1.319 +#endif /* __SYMBIAN32__ */
   1.320 +/* Have POSIX function getgrgid_r */
   1.321 +/* #undef HAVE_POSIX_GETGRGID_R */
   1.322 +
   1.323 +/* Have POSIX function getpwuid_r */
   1.324 +#define HAVE_POSIX_GETPWUID_R 1
   1.325 +
   1.326 +/* Define to 1 if you have the `posix_memalign' function. */
   1.327 +#ifndef __SYMBIAN32__
   1.328 +#define HAVE_POSIX_MEMALIGN 1
   1.329 +#endif /* __SYMBIAN32__ */
   1.330 +
   1.331 +/* Have function pthread_attr_setstacksize */
   1.332 +#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
   1.333 +
   1.334 +/* Define to 1 if the system has the type `ptrdiff_t'. */
   1.335 +#define HAVE_PTRDIFF_T 1
   1.336 +
   1.337 +/* Define to 1 if you have the <pwd.h> header file. */
   1.338 +#define HAVE_PWD_H 1
   1.339 +
   1.340 +/* Define to 1 if you have the `readlink' function. */
   1.341 +#define HAVE_READLINK 1
   1.342 +
   1.343 +/* Define to 1 if you have the <sched.h> header file. */
   1.344 +#define HAVE_SCHED_H 1
   1.345 +
   1.346 +/* Define to 1 if libselinux is available */
   1.347 +/* #undef HAVE_SELINUX */
   1.348 +
   1.349 +/* Define to 1 if you have the <selinux/selinux.h> header file. */
   1.350 +/* #undef HAVE_SELINUX_SELINUX_H */
   1.351 +
   1.352 +/* Define to 1 if you have the `setenv' function. */
   1.353 +#define HAVE_SETENV 1
   1.354 +
   1.355 +/* Define to 1 if you have the `setlocale' function. */
   1.356 +#define HAVE_SETLOCALE 1
   1.357 +
   1.358 +/* Define to 1 if you have the `setmntent' function. */
   1.359 +/* #undef HAVE_SETMNTENT */
   1.360 +
   1.361 +/* Define to 1 if you have the `snprintf' function. */
   1.362 +#define HAVE_SNPRINTF 1
   1.363 +
   1.364 +/* Define to 1 if you have the `statfs' function. */
   1.365 +/* #undef HAVE_STATFS */
   1.366 +
   1.367 +/* Define to 1 if you have the `statvfs' function. */
   1.368 +/* #undef HAVE_STATVFS */
   1.369 +
   1.370 +/* Define to 1 if you have the <stddef.h> header file. */
   1.371 +#define HAVE_STDDEF_H 1
   1.372 +
   1.373 +/* Define to 1 if you have the <stdint.h> header file. */
   1.374 +#define HAVE_STDINT_H 1
   1.375 +
   1.376 +/* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
   1.377 +   uintmax_t. */
   1.378 +#define HAVE_STDINT_H_WITH_UINTMAX 1
   1.379 +
   1.380 +/* Define to 1 if you have the <stdlib.h> header file. */
   1.381 +#define HAVE_STDLIB_H 1
   1.382 +
   1.383 +/* Define to 1 if you have the `stpcpy' function. */
   1.384 +#define HAVE_STPCPY 1
   1.385 +
   1.386 +/* Define to 1 if you have the `strcasecmp' function. */
   1.387 +#define HAVE_STRCASECMP 1
   1.388 +
   1.389 +/* Define to 1 if you have the `strerror' function. */
   1.390 +#define HAVE_STRERROR 1
   1.391 +
   1.392 +/* Define to 1 if you have the <strings.h> header file. */
   1.393 +#define HAVE_STRINGS_H 1
   1.394 +
   1.395 +/* Define to 1 if you have the <string.h> header file. */
   1.396 +#define HAVE_STRING_H 1
   1.397 +
   1.398 +/* Have functions strlcpy and strlcat */
   1.399 +/* #undef HAVE_STRLCPY */
   1.400 +
   1.401 +/* Define to 1 if you have the `strncasecmp' function. */
   1.402 +#define HAVE_STRNCASECMP 1
   1.403 +
   1.404 +/* Define to 1 if you have the `strsignal' function. */
   1.405 +#ifndef __SYMBIAN32__
   1.406 +#define HAVE_STRSIGNAL 1
   1.407 +#endif // !__SYMBIAN32__
   1.408 +
   1.409 +/* Define to 1 if you have the `strsignal' function. */
   1.410 +/* #undef HAVE_STRSIGNAL */
   1.411 +
   1.412 +/* Define to 1 if `f_bavail' is member of `struct statfs'. */
   1.413 +/* #undef HAVE_STRUCT_STATFS_F_BAVAIL */
   1.414 +
   1.415 +/* Define to 1 if `f_fstypename' is member of `struct statfs'. */
   1.416 +/* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */
   1.417 +
   1.418 +/* Define to 1 if `f_basetype' is member of `struct statvfs'. */
   1.419 +/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */
   1.420 +
   1.421 +/* Define to 1 if `st_atimensec' is member of `struct stat'. */
   1.422 +/* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */
   1.423 +
   1.424 +/* Define to 1 if `st_atim.tv_nsec' is member of `struct stat'. */
   1.425 +/* #undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC */
   1.426 +
   1.427 +/* Define to 1 if `st_blksize' is member of `struct stat'. */
   1.428 +/* #undef HAVE_STRUCT_STAT_ST_BLKSIZE */
   1.429 +
   1.430 +/* Define to 1 if `st_blocks' is member of `struct stat'. */
   1.431 +/* #undef HAVE_STRUCT_STAT_ST_BLOCKS */
   1.432 +
   1.433 +/* Define to 1 if `st_ctimensec' is member of `struct stat'. */
   1.434 +/* #undef HAVE_STRUCT_STAT_ST_CTIMENSEC */
   1.435 +
   1.436 +/* Define to 1 if `st_ctim.tv_nsec' is member of `struct stat'. */
   1.437 +/* #undef HAVE_STRUCT_STAT_ST_CTIM_TV_NSEC */
   1.438 +
   1.439 +/* Define to 1 if `st_mtimensec' is member of `struct stat'. */
   1.440 +/* #undef HAVE_STRUCT_STAT_ST_MTIMENSEC */
   1.441 +
   1.442 +/* Define to 1 if `st_mtim.tv_nsec' is member of `struct stat'. */
   1.443 +/* #undef HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC */
   1.444 +
   1.445 +/* Define to 1 if you have the `symlink' function. */
   1.446 +#define HAVE_SYMLINK 1
   1.447 +
   1.448 +/* Define to 1 if you have the <sys/inotify.h> header file. */
   1.449 +/* #undef HAVE_SYS_INOTIFY_H */
   1.450 +
   1.451 +/* Define to 1 if you have the <sys/mntctl.h> header file. */
   1.452 +/* #undef HAVE_SYS_MNTCTL_H */
   1.453 +
   1.454 +/* Define to 1 if you have the <sys/mnttab.h> header file. */
   1.455 +/* #undef HAVE_SYS_MNTTAB_H */
   1.456 +
   1.457 +/* Define to 1 if you have the <sys/mount.h> header file. */
   1.458 +/* #undef HAVE_SYS_MOUNT_H */
   1.459 +
   1.460 +/* Define to 1 if you have the <sys/param.h> header file. */
   1.461 +#define HAVE_SYS_PARAM_H 1
   1.462 +
   1.463 +/* Define to 1 if you have the <sys/poll.h> header file. */
   1.464 +#define HAVE_SYS_POLL_H 1
   1.465 +
   1.466 +/* Define to 1 if you have the <sys/resource.h> header file. */
   1.467 +/* #undef HAVE_SYS_RESOURCE_H */
   1.468 +
   1.469 +/* found fd_set in sys/select.h */
   1.470 +#define HAVE_SYS_SELECT_H 1
   1.471 +
   1.472 +/* Define to 1 if you have the <sys/statfs.h> header file. */
   1.473 +/* #undef HAVE_SYS_STATFS_H */
   1.474 +
   1.475 +/* Define to 1 if you have the <sys/statvfs.h> header file. */
   1.476 +/* #undef HAVE_SYS_STATVFS_H */
   1.477 +
   1.478 +/* Define to 1 if you have the <sys/stat.h> header file. */
   1.479 +#define HAVE_SYS_STAT_H 1
   1.480 +
   1.481 +/* Define to 1 if you have the <sys/sysctl.h> header file. */
   1.482 +/* #undef HAVE_SYS_SYSCTL_H */
   1.483 +
   1.484 +/* Define to 1 if you have the <sys/times.h> header file. */
   1.485 +#ifndef __SYMBIAN32__
   1.486 +#define HAVE_SYS_TIMES_H 1
   1.487 +#endif /* __SYMBIAN32__ */
   1.488 +
   1.489 +/* Define to 1 if you have the <sys/time.h> header file. */
   1.490 +#define HAVE_SYS_TIME_H 1
   1.491 +
   1.492 +/* Define to 1 if you have the <sys/types.h> header file. */
   1.493 +#define HAVE_SYS_TYPES_H 1
   1.494 +
   1.495 +/* Define to 1 if you have the <sys/vfstab.h> header file. */
   1.496 +/* #undef HAVE_SYS_VFSTAB_H */
   1.497 +
   1.498 +/* Define to 1 if you have the <sys/vfs.h> header file. */
   1.499 +/* #undef HAVE_SYS_VFS_H */
   1.500 +
   1.501 +/* Define to 1 if you have the <sys/vmount.h> header file. */
   1.502 +/* #undef HAVE_SYS_VMOUNT_H */
   1.503 +
   1.504 +/* Define to 1 if you have the <sys/wait.h> header file. */
   1.505 +#define HAVE_SYS_WAIT_H 1
   1.506 +
   1.507 +/* Define to 1 if you have the <unistd.h> header file. */
   1.508 +#define HAVE_UNISTD_H 1
   1.509 +
   1.510 +/* Define if your printf function family supports positional parameters as
   1.511 +   specified by Unix98. */
   1.512 +#define HAVE_UNIX98_PRINTF 1
   1.513 +
   1.514 +/* Define to 1 if you have the `unsetenv' function. */
   1.515 +#define HAVE_UNSETENV 1
   1.516 +
   1.517 +/* Define to 1 if you have the `utimes' function. */
   1.518 +#define HAVE_UTIMES 1
   1.519 +
   1.520 +/* Define to 1 if you have the `valloc' function. */
   1.521 +#ifndef __SYMBIAN32__
   1.522 +#define HAVE_VALLOC 1
   1.523 +#endif /* __SYMBIAN32__ */
   1.524 +
   1.525 +/* Define to 1 if you have the <values.h> header file. */
   1.526 +#define HAVE_VALUES_H 1
   1.527 +
   1.528 +/* Define to 1 if you have the `vasprintf' function. */
   1.529 +#define HAVE_VASPRINTF 1
   1.530 +
   1.531 +/* Define to 1 if you have the `vprintf' function. */
   1.532 +#define HAVE_VPRINTF 1
   1.533 +
   1.534 +/* Define to 1 if you have the `vsnprintf' function. */
   1.535 +#define HAVE_VSNPRINTF 1
   1.536 +
   1.537 +/* Define if you have the 'wchar_t' type. */
   1.538 +#define HAVE_WCHAR_T 1
   1.539 +
   1.540 +/* Define to 1 if you have the `wcslen' function. */
   1.541 +#define HAVE_WCSLEN 1
   1.542 +
   1.543 +/* Define if you have the 'wint_t' type. */
   1.544 +#define HAVE_WINT_T 1
   1.545 +
   1.546 +/* Have a working bcopy */
   1.547 +/* #undef HAVE_WORKING_BCOPY */
   1.548 +
   1.549 +/* Define to 1 if xattr is available */
   1.550 +/* #undef HAVE_XATTR */
   1.551 +
   1.552 +/* Define to 1 if xattr API uses XATTR_NOFOLLOW */
   1.553 +/* #undef HAVE_XATTR_NOFOLLOW */
   1.554 +
   1.555 +/* Define to 1 if you have the `_NSGetEnviron' function. */
   1.556 +/* #undef HAVE__NSGETENVIRON */
   1.557 +
   1.558 +/* Do we cache iconv descriptors */
   1.559 +/* #undef NEED_ICONV_CACHE */
   1.560 +
   1.561 +/* didn't find fd_set */
   1.562 +/* #undef NO_FD_SET */
   1.563 +
   1.564 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */
   1.565 +/* #undef NO_MINUS_C_MINUS_O */
   1.566 +
   1.567 +/* global 'sys_errlist' not found */
   1.568 +#define NO_SYS_ERRLIST 1
   1.569 +
   1.570 +/* global 'sys_siglist' not found */
   1.571 +#define NO_SYS_SIGLIST 1
   1.572 +
   1.573 +/* global 'sys_siglist' not declared */
   1.574 +#define NO_SYS_SIGLIST_DECL 1
   1.575 +
   1.576 +/* Define to the address where bug reports for this package should be sent. */
   1.577 +#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
   1.578 +
   1.579 +/* Define to the full name of this package. */
   1.580 +#define PACKAGE_NAME "glib"
   1.581 +
   1.582 +/* Define to the full name and version of this package. */
   1.583 +#define PACKAGE_STRING "glib 2.20.4"
   1.584 +
   1.585 +/* Define to the one symbol short name of this package. */
   1.586 +#define PACKAGE_TARNAME "glib"
   1.587 +
   1.588 +/* Define to the version of this package. */
   1.589 +#define PACKAGE_VERSION "2.20.4"
   1.590 +
   1.591 +/* Maximum POSIX RT priority */
   1.592 +#define POSIX_MAX_PRIORITY sched_get_priority_max(2)
   1.593 +
   1.594 +/* define if posix_memalign() can allocate any size */
   1.595 +#ifndef __SYMBIAN32__
   1.596 +#define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
   1.597 +#endif /* __SYMBIAN32__ */
   1.598 +
   1.599 +/* Minimum POSIX RT priority */
   1.600 +#define POSIX_MIN_PRIORITY sched_get_priority_min(2)
   1.601 +
   1.602 +/* The POSIX RT yield function */
   1.603 +#define POSIX_YIELD_FUNC sched_yield()
   1.604 +
   1.605 +/* whether realloc (NULL,) works */
   1.606 +#define REALLOC_0_WORKS 1
   1.607 +
   1.608 +/* Define if you have correct malloc prototypes */
   1.609 +#define SANE_MALLOC_PROTOS 1
   1.610 +
   1.611 +/* The size of `char', as computed by sizeof. */
   1.612 +#define SIZEOF_CHAR 1
   1.613 +
   1.614 +/* The size of `int', as computed by sizeof. */
   1.615 +#define SIZEOF_INT 4
   1.616 +
   1.617 +/* The size of `long', as computed by sizeof. */
   1.618 +#define SIZEOF_LONG 4
   1.619 +
   1.620 +/* The size of a `long long', as computed by sizeof. */
   1.621 +#define SIZEOF_LONG_LONG 8
   1.622 +
   1.623 +/* The size of a `short', as computed by sizeof. */
   1.624 +#define SIZEOF_SHORT 2
   1.625 +
   1.626 +/* The size of a `size_t', as computed by sizeof. */
   1.627 +#define SIZEOF_SIZE_T 4
   1.628 +
   1.629 +/* The size of a `void *', as computed by sizeof. */
   1.630 +#define SIZEOF_VOID_P 4
   1.631 +
   1.632 +/* The size of a `__int64', as computed by sizeof. */
   1.633 +#define SIZEOF___INT64 0
   1.634 +
   1.635 +/* If using the C implementation of alloca, define if you know the
   1.636 +   direction of stack growth for your system; otherwise it will be
   1.637 +   automatically deduced at runtime.
   1.638 +	STACK_DIRECTION > 0 => grows toward higher addresses
   1.639 +	STACK_DIRECTION < 0 => grows toward lower addresses
   1.640 +	STACK_DIRECTION = 0 => direction of growth unknown */
   1.641 +/* #undef STACK_DIRECTION */
   1.642 +
   1.643 +/* Number of arguments to statfs() */
   1.644 +/* #undef STATFS_ARGS */
   1.645 +
   1.646 +/* Define to 1 if you have the ANSI C header files. */
   1.647 +#define STDC_HEADERS 1
   1.648 +
   1.649 +/* Using GNU libiconv */
   1.650 +/* #undef USE_LIBICONV_GNU */
   1.651 +
   1.652 +/* Using a native implementation of iconv in a separate library */
   1.653 +/* #undef USE_LIBICONV_NATIVE */
   1.654 +
   1.655 +/* Define to 1 if your processor stores words with the most significant byte
   1.656 +   first (like Motorola and SPARC, unlike Intel and VAX). */
   1.657 +/* #undef WORDS_BIGENDIAN */
   1.658 +
   1.659 +/* Number of bits in a file offset, on hosts where this is settable. */
   1.660 +#define _FILE_OFFSET_BITS 64
   1.661 +
   1.662 +/* Define for large files, on AIX-style hosts. */
   1.663 +/* #undef _LARGE_FILES */
   1.664 +
   1.665 +/* Define to empty if `const' does not conform to ANSI C. */
   1.666 +/* #undef const */
   1.667 +
   1.668 +/* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
   1.669 +/* #undef intmax_t */
   1.670 +
   1.671 +/* Define to empty if the C compiler doesn't support this keyword. */
   1.672 +/* #undef signed */
   1.673 +
   1.674 +/* Define to `unsigned int' if <sys/types.h> does not define. */
   1.675 +/* #undef size_t */
   1.676 +
   1.677 +#define LINK_SIZE 2
   1.678 +#define NEWLINE -1
   1.679 +#define MATCH_LIMIT 10000000
   1.680 +#define MATCH_LIMIT_RECURSION 8192
   1.681 +#define MAX_NAME_SIZE 32
   1.682 +#define MAX_NAME_COUNT 10000
   1.683 +#define POSIX_MALLOC_THRESHOLD 10
   1.684 +//define SUPPORT_UTF8 here so that pcre is build with UTF8 support
   1.685 +#define SUPPORT_UTF8 1
   1.686 +//define SUPPORT_UCP here so that pcre is build with UTF8 properties support
   1.687 +#define SUPPORT_UCP 1
   1.688 +