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