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