os/ossrv/glib/build/symbian/inc/config.h
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Portions Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     4 * Contributors:
     5 *
     6 * Description: 
     7 *
     8 */
     9 /* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC.  */
    10 /* config.h.  Generated by configure.  */
    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
    18 
    19 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    20    systems. This function is required for `alloca.c' support on those systems.
    21    */
    22 /* #undef CRAY_STACKSEG_END */
    23 
    24 /* Define to 1 if using `alloca.c'. */
    25 /* #undef C_ALLOCA */
    26 
    27 /* Whether to disable memory pools */
    28 /* #undef DISABLE_MEM_POOLS */
    29 
    30 /* Whether to enable GC friendliness by default */
    31 /* #undef ENABLE_GC_FRIENDLY_DEFAULT */
    32 
    33 /* always defined to indicate that i18n is enabled */
    34 #ifndef __SYMBIAN32__
    35 #define ENABLE_NLS 1
    36 #endif /* __SYMBIAN32__ */
    37 
    38 /* Define the gettext package to be used */
    39 #define GETTEXT_PACKAGE "glib20"
    40 
    41 /* Define to the GLIB binary age */
    42 #define GLIB_BINARY_AGE 2100
    43 
    44 /* Byte contents of gmutex */
    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
    46 
    47 /* Define to the GLIB interface age */
    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"
    52 
    53 /* Define to the GLIB major version */
    54 #define GLIB_MAJOR_VERSION 2
    55 
    56 /* Define to the GLIB micro version */
    57 #define GLIB_MICRO_VERSION 4
    58 
    59 /* Define to the GLIB minor version */
    60 #define GLIB_MINOR_VERSION 20
    61 
    62 /* The size of gmutex, as computed by sizeof. */
    63 /* #undef GLIB_SIZEOF_GMUTEX */
    64 
    65 /* The size of system_thread, as computed by sizeof. */
    66 #define GLIB_SIZEOF_SYSTEM_THREAD 4
    67 
    68 /* alpha atomic implementation */
    69 /* #undef G_ATOMIC_ALPHA */
    70 
    71 /* arm atomic implementation */
    72 /* #undef G_ATOMIC_ARM */
    73 
    74 /* i486 atomic implementation */
    75 #define G_ATOMIC_I486 1
    76 
    77 /* ia64 atomic implementation */
    78 /* #undef G_ATOMIC_IA64 */
    79 
    80 /* powerpc atomic implementation */
    81 /* #undef G_ATOMIC_POWERPC */
    82 
    83 /* s390 atomic implementation */
    84 /* #undef G_ATOMIC_S390 */
    85 
    86 /* sparcv9 atomic implementation */
    87 /* #undef G_ATOMIC_SPARCV9 */
    88 
    89 /* x86_64 atomic implementation */
    90 /* #undef G_ATOMIC_X86_64 */
    91 #ifndef __SYMBIAN32__
    92 /* Have inline keyword */
    93 #define G_HAVE_INLINE 1
    94 
    95 /* Have __inline keyword */
    96 #define G_HAVE___INLINE 1
    97 
    98 /* Have __inline__ keyword */
    99 #define G_HAVE___INLINE__ 1
   100 #endif//__SYMBIAN32__
   101 /* Source file containing theread implementation */
   102 #define G_THREAD_SOURCE "gthread-posix.c"
   103 
   104 /* A 'va_copy' style function */
   105 #define G_VA_COPY va_copy
   106 
   107 /* 'va_lists' cannot be copies as values */
   108 /* #undef G_VA_COPY_AS_ARRAY */
   109 
   110 /* Define to 1 if you have `alloca', as a function or macro. */
   111 #ifndef __SYMBIAN32__
   112 #define HAVE_ALLOCA 1
   113 #endif /* __SYMBIAN32__ */
   114 
   115 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
   116    */
   117 #ifndef __SYMBIAN32__
   118 #define HAVE_ALLOCA_H 1
   119 #endif /* __SYMBIAN32__ */
   120 
   121 /* Define to 1 if you have the `atexit' function. */
   122 #define HAVE_ATEXIT 1
   123 
   124 /* Define to 1 if you have the <attr/xattr.h> header file. */
   125 /* #undef HAVE_ATTR_XATTR_H */
   126 
   127 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
   128 #ifndef __SYMBIAN32__
   129 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
   130 #endif /* __SYMBIAN32__ */
   131 
   132 /* Define if you have a version of the snprintf function with semantics as
   133    specified by the ISO C99 standard. */
   134 #define HAVE_C99_SNPRINTF 1
   135 
   136 /* Define if you have a version of the vsnprintf function with semantics as
   137    specified by the ISO C99 standard. */
   138 #define HAVE_C99_VSNPRINTF 1
   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 
   149 /* Have nl_langinfo (CODESET) */
   150 #define HAVE_CODESET 1
   151 
   152 /* Define to 1 if you have the <crt_externs.h> header file. */
   153 /* #undef HAVE_CRT_EXTERNS_H */
   154 
   155 /* Define to 1 if you have the `dcgettext' function. */
   156 #define HAVE_DCGETTEXT 1
   157 
   158 /* Define to 1 if you have the <dirent.h> header file. */
   159 #define HAVE_DIRENT_H 1
   160 
   161 /* Define to 1 if you have the <dlfcn.h> header file. */
   162 #define HAVE_DLFCN_H 1
   163 
   164 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
   165 /* #undef HAVE_DOPRNT */
   166 
   167 /* define for working do while(0) macros */
   168 #define HAVE_DOWHILE_MACROS 1
   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 
   191 /* Define to 1 if you have the <float.h> header file. */
   192 #define HAVE_FLOAT_H 1
   193 
   194 /* Define to 1 if you have the <fstab.h> header file. */
   195 /* #undef HAVE_FSTAB_H */
   196 
   197 /* Define to 1 if you have the `getcwd' function. */
   198 #define HAVE_GETCWD 1
   199 
   200 /* Define to 1 if you have the `getc_unlocked' function. */
   201 #define HAVE_GETC_UNLOCKED 1
   202 
   203 /* Define to 1 if you have the `getpagesize' function. */
   204 #define HAVE_GETPAGESIZE 1
   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 
   215 /* Define if the GNU gettext() function is already present or preinstalled. */
   216 #define HAVE_GETTEXT 1
   217 
   218 /* Define to 1 if you have the `gmtime_r' function. */
   219 #define HAVE_GMTIME_R 1
   220 
   221 /* define to use system printf */
   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 */
   229 
   230 /* define to support printing 64-bit integers with format I64 */
   231 /* #undef HAVE_INT64_AND_I64 */
   232 
   233 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
   234 #define HAVE_INTMAX_T 1
   235 
   236 /* Define to 1 if you have the <inttypes.h> header file. */
   237 #define HAVE_INTTYPES_H 1
   238 
   239 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
   240    declares uintmax_t. */
   241 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
   242 
   243 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
   244 #define HAVE_LANGINFO_CODESET 1
   245 
   246 /* Define to 1 if you have the <langinfo.h> header file. */
   247 #define HAVE_LANGINFO_H 1
   248 
   249 /* Define if your <locale.h> file defines LC_MESSAGES. */
   250 #define HAVE_LC_MESSAGES 1
   251 
   252 /* Define to 1 if you have the <limits.h> header file. */
   253 #define HAVE_LIMITS_H 1
   254 
   255 /* Define to 1 if you have the `link' function. */
   256 #define HAVE_LINK 1
   257 
   258 /* Define to 1 if you have the <locale.h> header file. */
   259 #define HAVE_LOCALE_H 1
   260 
   261 /* Define to 1 if you have the `localtime_r' function. */
   262 #define HAVE_LOCALTIME_R 1
   263 
   264 /* Define if you have the 'long double' type. */
   265 #define HAVE_LONG_DOUBLE 1
   266 
   267 /* Define if you have the 'long long' type. */
   268 #define HAVE_LONG_LONG 1
   269 
   270 /* define if system printf can print long long */
   271 #define HAVE_LONG_LONG_FORMAT 1
   272 
   273 /* Define to 1 if you have the `lstat' function. */
   274 #define HAVE_LSTAT 1
   275 
   276 /* Define to 1 if you have the <malloc.h> header file. */
   277 #ifndef __SYMBIAN32__
   278 #define HAVE_MALLOC_H 1
   279 #endif /* __SYMBIAN32__ */
   280 
   281 /* Define to 1 if you have the `memalign' function. */
   282 #ifndef __SYMBIAN32__
   283 #define HAVE_MEMALIGN 1
   284 #endif /* __SYMBIAN32__ */
   285 
   286 /* Define to 1 if you have the `memmove' function. */
   287 #define HAVE_MEMMOVE 1
   288 
   289 /* Define to 1 if you have the <memory.h> header file. */
   290 #define HAVE_MEMORY_H 1
   291 
   292 /* Define to 1 if you have the `mkstemp' function. */
   293 #define HAVE_MKSTEMP 1
   294 
   295 /* Define to 1 if you have a working `mmap' system call. */
   296 #define HAVE_MMAP 1
   297 
   298 /* Define to 1 if you have the `nanosleep' function. */
   299 #define HAVE_NANOSLEEP 1
   300 
   301 /* Define to 1 if you have the `nl_langinfo' function. */
   302 #define HAVE_NL_LANGINFO 1
   303 
   304 /* Have non-POSIX function getpwuid_r */
   305 /* #undef HAVE_NONPOSIX_GETPWUID_R */
   306 
   307 /* Define to 1 if you have the `nsleep' function. */
   308 /* #undef HAVE_NSLEEP */
   309 
   310 /* Define to 1 if you have the `on_exit' function. */
   311 #define HAVE_ON_EXIT 1
   312 
   313 /* Define to 1 if you have the `poll' function. */
   314 #ifndef __SYMBIAN32__
   315 #define HAVE_POLL 1
   316 #endif /* __SYMBIAN32__ */
   317 /* Have POSIX function getgrgid_r */
   318 /* #undef HAVE_POSIX_GETGRGID_R */
   319 
   320 /* Have POSIX function getpwuid_r */
   321 #define HAVE_POSIX_GETPWUID_R 1
   322 
   323 /* Define to 1 if you have the `posix_memalign' function. */
   324 #ifndef __SYMBIAN32__
   325 #define HAVE_POSIX_MEMALIGN 1
   326 #endif /* __SYMBIAN32__ */
   327 
   328 /* Have function pthread_attr_setstacksize */
   329 #define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
   330 
   331 /* Define to 1 if the system has the type `ptrdiff_t'. */
   332 #define HAVE_PTRDIFF_T 1
   333 
   334 /* Define to 1 if you have the <pwd.h> header file. */
   335 #define HAVE_PWD_H 1
   336 
   337 /* Define to 1 if you have the `readlink' function. */
   338 #define HAVE_READLINK 1
   339 
   340 /* Define to 1 if you have the <sched.h> header file. */
   341 #define HAVE_SCHED_H 1
   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 
   349 /* Define to 1 if you have the `setenv' function. */
   350 #define HAVE_SETENV 1
   351 
   352 /* Define to 1 if you have the `setlocale' function. */
   353 #define HAVE_SETLOCALE 1
   354 
   355 /* Define to 1 if you have the `setmntent' function. */
   356 /* #undef HAVE_SETMNTENT */
   357 
   358 /* Define to 1 if you have the `snprintf' function. */
   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 */
   366 
   367 /* Define to 1 if you have the <stddef.h> header file. */
   368 #define HAVE_STDDEF_H 1
   369 
   370 /* Define to 1 if you have the <stdint.h> header file. */
   371 #define HAVE_STDINT_H 1
   372 
   373 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
   374    uintmax_t. */
   375 #define HAVE_STDINT_H_WITH_UINTMAX 1
   376 
   377 /* Define to 1 if you have the <stdlib.h> header file. */
   378 #define HAVE_STDLIB_H 1
   379 
   380 /* Define to 1 if you have the `stpcpy' function. */
   381 #define HAVE_STPCPY 1
   382 
   383 /* Define to 1 if you have the `strcasecmp' function. */
   384 #define HAVE_STRCASECMP 1
   385 
   386 /* Define to 1 if you have the `strerror' function. */
   387 #define HAVE_STRERROR 1
   388 
   389 /* Define to 1 if you have the <strings.h> header file. */
   390 #define HAVE_STRINGS_H 1
   391 
   392 /* Define to 1 if you have the <string.h> header file. */
   393 #define HAVE_STRING_H 1
   394 
   395 /* Have functions strlcpy and strlcat */
   396 /* #undef HAVE_STRLCPY */
   397 
   398 /* Define to 1 if you have the `strncasecmp' function. */
   399 #define HAVE_STRNCASECMP 1
   400 
   401 /* Define to 1 if you have the `strsignal' function. */
   402 #ifndef __SYMBIAN32__
   403 #define HAVE_STRSIGNAL 1
   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 */
   441 
   442 /* Define to 1 if you have the `symlink' function. */
   443 #define HAVE_SYMLINK 1
   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 
   457 /* Define to 1 if you have the <sys/param.h> header file. */
   458 #define HAVE_SYS_PARAM_H 1
   459 
   460 /* Define to 1 if you have the <sys/poll.h> header file. */
   461 #define HAVE_SYS_POLL_H 1
   462 
   463 /* Define to 1 if you have the <sys/resource.h> header file. */
   464 /* #undef HAVE_SYS_RESOURCE_H */
   465 
   466 /* found fd_set in sys/select.h */
   467 #define HAVE_SYS_SELECT_H 1
   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 
   475 /* Define to 1 if you have the <sys/stat.h> header file. */
   476 #define HAVE_SYS_STAT_H 1
   477 
   478 /* Define to 1 if you have the <sys/sysctl.h> header file. */
   479 /* #undef HAVE_SYS_SYSCTL_H */
   480 
   481 /* Define to 1 if you have the <sys/times.h> header file. */
   482 #ifndef __SYMBIAN32__
   483 #define HAVE_SYS_TIMES_H 1
   484 #endif /* __SYMBIAN32__ */
   485 
   486 /* Define to 1 if you have the <sys/time.h> header file. */
   487 #define HAVE_SYS_TIME_H 1
   488 
   489 /* Define to 1 if you have the <sys/types.h> header file. */
   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 */
   500 
   501 /* Define to 1 if you have the <sys/wait.h> header file. */
   502 #define HAVE_SYS_WAIT_H 1
   503 
   504 /* Define to 1 if you have the <unistd.h> header file. */
   505 #define HAVE_UNISTD_H 1
   506 
   507 /* Define if your printf function family supports positional parameters as
   508    specified by Unix98. */
   509 #define HAVE_UNIX98_PRINTF 1
   510 
   511 /* Define to 1 if you have the `unsetenv' function. */
   512 #define HAVE_UNSETENV 1
   513 
   514 /* Define to 1 if you have the `utimes' function. */
   515 #define HAVE_UTIMES 1
   516 
   517 /* Define to 1 if you have the `valloc' function. */
   518 #ifndef __SYMBIAN32__
   519 #define HAVE_VALLOC 1
   520 #endif /* __SYMBIAN32__ */
   521 
   522 /* Define to 1 if you have the <values.h> header file. */
   523 #define HAVE_VALUES_H 1
   524 
   525 /* Define to 1 if you have the `vasprintf' function. */
   526 #define HAVE_VASPRINTF 1
   527 
   528 /* Define to 1 if you have the `vprintf' function. */
   529 #define HAVE_VPRINTF 1
   530 
   531 /* Define to 1 if you have the `vsnprintf' function. */
   532 #define HAVE_VSNPRINTF 1
   533 
   534 /* Define if you have the 'wchar_t' type. */
   535 #define HAVE_WCHAR_T 1
   536 
   537 /* Define to 1 if you have the `wcslen' function. */
   538 #define HAVE_WCSLEN 1
   539 
   540 /* Define if you have the 'wint_t' type. */
   541 #define HAVE_WINT_T 1
   542 
   543 /* Have a working bcopy */
   544 /* #undef HAVE_WORKING_BCOPY */
   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 
   552 /* Define to 1 if you have the `_NSGetEnviron' function. */
   553 /* #undef HAVE__NSGETENVIRON */
   554 
   555 /* Do we cache iconv descriptors */
   556 /* #undef NEED_ICONV_CACHE */
   557 
   558 /* didn't find fd_set */
   559 /* #undef NO_FD_SET */
   560 
   561 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
   562 /* #undef NO_MINUS_C_MINUS_O */
   563 
   564 /* global 'sys_errlist' not found */
   565 #define NO_SYS_ERRLIST 1
   566 
   567 /* global 'sys_siglist' not found */
   568 #define NO_SYS_SIGLIST 1
   569 
   570 /* global 'sys_siglist' not declared */
   571 #define NO_SYS_SIGLIST_DECL 1
   572 
   573 /* Define to the address where bug reports for this package should be sent. */
   574 #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=glib"
   575 
   576 /* Define to the full name of this package. */
   577 #define PACKAGE_NAME "glib"
   578 
   579 /* Define to the full name and version of this package. */
   580 #define PACKAGE_STRING "glib 2.20.4"
   581 
   582 /* Define to the one symbol short name of this package. */
   583 #define PACKAGE_TARNAME "glib"
   584 
   585 /* Define to the version of this package. */
   586 #define PACKAGE_VERSION "2.20.4"
   587 
   588 /* Maximum POSIX RT priority */
   589 #define POSIX_MAX_PRIORITY sched_get_priority_max(2)
   590 
   591 /* define if posix_memalign() can allocate any size */
   592 #ifndef __SYMBIAN32__
   593 #define POSIX_MEMALIGN_WITH_COMPLIANT_ALLOCS 1
   594 #endif /* __SYMBIAN32__ */
   595 
   596 /* Minimum POSIX RT priority */
   597 #define POSIX_MIN_PRIORITY sched_get_priority_min(2)
   598 
   599 /* The POSIX RT yield function */
   600 #define POSIX_YIELD_FUNC sched_yield()
   601 
   602 /* whether realloc (NULL,) works */
   603 #define REALLOC_0_WORKS 1
   604 
   605 /* Define if you have correct malloc prototypes */
   606 #define SANE_MALLOC_PROTOS 1
   607 
   608 /* The size of `char', as computed by sizeof. */
   609 #define SIZEOF_CHAR 1
   610 
   611 /* The size of `int', as computed by sizeof. */
   612 #define SIZEOF_INT 4
   613 
   614 /* The size of `long', as computed by sizeof. */
   615 #define SIZEOF_LONG 4
   616 
   617 /* The size of a `long long', as computed by sizeof. */
   618 #define SIZEOF_LONG_LONG 8
   619 
   620 /* The size of a `short', as computed by sizeof. */
   621 #define SIZEOF_SHORT 2
   622 
   623 /* The size of a `size_t', as computed by sizeof. */
   624 #define SIZEOF_SIZE_T 4
   625 
   626 /* The size of a `void *', as computed by sizeof. */
   627 #define SIZEOF_VOID_P 4
   628 
   629 /* The size of a `__int64', as computed by sizeof. */
   630 #define SIZEOF___INT64 0
   631 
   632 /* If using the C implementation of alloca, define if you know the
   633    direction of stack growth for your system; otherwise it will be
   634    automatically deduced at runtime.
   635 	STACK_DIRECTION > 0 => grows toward higher addresses
   636 	STACK_DIRECTION < 0 => grows toward lower addresses
   637 	STACK_DIRECTION = 0 => direction of growth unknown */
   638 /* #undef STACK_DIRECTION */
   639 
   640 /* Number of arguments to statfs() */
   641 /* #undef STATFS_ARGS */
   642 
   643 /* Define to 1 if you have the ANSI C header files. */
   644 #define STDC_HEADERS 1
   645 
   646 /* Using GNU libiconv */
   647 /* #undef USE_LIBICONV_GNU */
   648 
   649 /* Using a native implementation of iconv in a separate library */
   650 /* #undef USE_LIBICONV_NATIVE */
   651 
   652 /* Define to 1 if your processor stores words with the most significant byte
   653    first (like Motorola and SPARC, unlike Intel and VAX). */
   654 /* #undef WORDS_BIGENDIAN */
   655 
   656 /* Number of bits in a file offset, on hosts where this is settable. */
   657 #define _FILE_OFFSET_BITS 64
   658 
   659 /* Define for large files, on AIX-style hosts. */
   660 /* #undef _LARGE_FILES */
   661 
   662 /* Define to empty if `const' does not conform to ANSI C. */
   663 /* #undef const */
   664 
   665 /* Define to long or long long if <inttypes.h> and <stdint.h> don't define. */
   666 /* #undef intmax_t */
   667 
   668 /* Define to empty if the C compiler doesn't support this keyword. */
   669 /* #undef signed */
   670 
   671 /* Define to `unsigned int' if <sys/types.h> does not define. */
   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