os/ossrv/genericopenlibs/liboil/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).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
*
sl@0
    16
*/
sl@0
    17
/* config.h.  Generated from config.h.in by configure.  */
sl@0
    18
/* config.h.in.  Generated from configure.ac by autoheader.  */
sl@0
    19
sl@0
    20
/* Define if compiling broken implementations */
sl@0
    21
/* #undef ENABLE_BROKEN_IMPLS */
sl@0
    22
sl@0
    23
/* Define if compiling new ABI */
sl@0
    24
/* #undef ENABLE_NEW_ABI */
sl@0
    25
sl@0
    26
/* Defined if host is amd64 */
sl@0
    27
/* #undef HAVE_AMD64 */
sl@0
    28
sl@0
    29
/* Defined if host is arm */
sl@0
    30
#define HAVE_ARM 1
sl@0
    31
sl@0
    32
/* Defined if we have clock_gettime() */
sl@0
    33
#define HAVE_CLOCK_GETTIME 1
sl@0
    34
sl@0
    35
/* Define to 1 if you have the <dlfcn.h> header file. */
sl@0
    36
#define HAVE_DLFCN_H 1
sl@0
    37
sl@0
    38
/* Define if compiler supports gcc inline assembly */
sl@0
    39
//#define HAVE_GCC_ASM 0
sl@0
    40
sl@0
    41
/* Define if compiler supports PowerPC FPU instructions */
sl@0
    42
/* #undef HAVE_GCC_ASM_POWERPC_FPU */
sl@0
    43
sl@0
    44
/* Define to 1 if you have the `getpagesize' function. */
sl@0
    45
#define HAVE_GETPAGESIZE 1
sl@0
    46
sl@0
    47
/* Define to 1 if you have the `gettimeofday' function. */
sl@0
    48
#define HAVE_GETTIMEOFDAY 1
sl@0
    49
sl@0
    50
/* Defined if host is i386 */
sl@0
    51
//#define HAVE_I386 1
sl@0
    52
sl@0
    53
/* Define if ieee754.h exists */
sl@0
    54
//#define HAVE_IEEE754_H 0
sl@0
    55
sl@0
    56
/* Define to 1 if you have the <inttypes.h> header file. */
sl@0
    57
#define HAVE_INTTYPES_H 1
sl@0
    58
sl@0
    59
/* Define if lrint() is available */
sl@0
    60
#define HAVE_LRINT 1
sl@0
    61
sl@0
    62
/* Define if lrintf() is available */
sl@0
    63
#define HAVE_LRINTF 1
sl@0
    64
sl@0
    65
/* Define to 1 if you have the <memory.h> header file. */
sl@0
    66
#define HAVE_MEMORY_H 1
sl@0
    67
sl@0
    68
/* Define to 1 if you have a working `mmap' system call. */
sl@0
    69
#define HAVE_MMAP 1
sl@0
    70
sl@0
    71
/* Defined if we have a monotonic clock */
sl@0
    72
#define HAVE_MONOTONIC_CLOCK 1
sl@0
    73
sl@0
    74
/* Defined if host OS is linux */
sl@0
    75
//#define HAVE_OS_LINUX 1
sl@0
    76
sl@0
    77
/* Defined if host OS is MS Windows */
sl@0
    78
/* #undef HAVE_OS_WIN32 */
sl@0
    79
sl@0
    80
/* Defined if host is powerpc */
sl@0
    81
/* #undef HAVE_POWERPC */
sl@0
    82
sl@0
    83
/* Define if rint() is available */
sl@0
    84
#define HAVE_RINT 1
sl@0
    85
sl@0
    86
/* Define if rintf() is available */
sl@0
    87
#define HAVE_RINTF 1
sl@0
    88
sl@0
    89
/* Define to 1 if you have the `sigaction' function. */
sl@0
    90
//#define HAVE_SIGACTION 1
sl@0
    91
sl@0
    92
/* Define to 1 if you have the `sigsetjmp' function. */
sl@0
    93
/* #undef HAVE_SIGSETJMP */
sl@0
    94
sl@0
    95
/* Define if sincos() is available */
sl@0
    96
//#define HAVE_SINCOS 0
sl@0
    97
sl@0
    98
/* Defined if compiler/assembler can handle SSSE3 instructions */
sl@0
    99
#define HAVE_SSSE3_ASM 1
sl@0
   100
sl@0
   101
/* Define to 1 if you have the <stdint.h> header file. */
sl@0
   102
#define HAVE_STDINT_H 1
sl@0
   103
sl@0
   104
/* Define to 1 if you have the <stdlib.h> header file. */
sl@0
   105
#define HAVE_STDLIB_H 1
sl@0
   106
sl@0
   107
/* Define to 1 if you have the <strings.h> header file. */
sl@0
   108
#define HAVE_STRINGS_H 1
sl@0
   109
sl@0
   110
/* Define to 1 if you have the <string.h> header file. */
sl@0
   111
#define HAVE_STRING_H 1
sl@0
   112
sl@0
   113
/* Define if C symbols have leading underscore */
sl@0
   114
/* #undef HAVE_SYMBOL_UNDERSCORE */
sl@0
   115
sl@0
   116
/* Define to 1 if you have the <sys/stat.h> header file. */
sl@0
   117
#define HAVE_SYS_STAT_H 1
sl@0
   118
sl@0
   119
/* Define to 1 if you have the <sys/time.h> header file. */
sl@0
   120
#define HAVE_SYS_TIME_H 1
sl@0
   121
sl@0
   122
/* Define to 1 if you have the <sys/types.h> header file. */
sl@0
   123
#define HAVE_SYS_TYPES_H 1
sl@0
   124
sl@0
   125
/* defined if unaligned memory access works correctly */
sl@0
   126
//#define HAVE_UNALIGNED_ACCESS 1
sl@0
   127
sl@0
   128
/* Define to 1 if you have the <unistd.h> header file. */
sl@0
   129
#define HAVE_UNISTD_H 1
sl@0
   130
sl@0
   131
/* Defined if prototype checking enabled */
sl@0
   132
/* #undef LIBOIL_STRICT_PROTOTYPES */
sl@0
   133
sl@0
   134
/* Defined for compiling internal code */
sl@0
   135
#define OIL_EXPORTS 1
sl@0
   136
sl@0
   137
/* Name of package */
sl@0
   138
#define PACKAGE "liboil"
sl@0
   139
sl@0
   140
/* Define to the address where bug reports for this package should be sent. */
sl@0
   141
#define PACKAGE_BUGREPORT ""
sl@0
   142
sl@0
   143
/* Define to the full name of this package. */
sl@0
   144
#define PACKAGE_NAME "liboil"
sl@0
   145
sl@0
   146
/* Define to the full name and version of this package. */
sl@0
   147
#define PACKAGE_STRING "liboil 0.3.15"
sl@0
   148
sl@0
   149
/* Define to the one symbol short name of this package. */
sl@0
   150
#define PACKAGE_TARNAME "liboil"
sl@0
   151
sl@0
   152
/* Define to the version of this package. */
sl@0
   153
#define PACKAGE_VERSION "0.3.15"
sl@0
   154
sl@0
   155
/* The size of `char', as computed by sizeof. */
sl@0
   156
/* #undef SIZEOF_CHAR */
sl@0
   157
sl@0
   158
/* The size of `int', as computed by sizeof. */
sl@0
   159
/* #undef SIZEOF_INT */
sl@0
   160
sl@0
   161
/* The size of `long', as computed by sizeof. */
sl@0
   162
/* #undef SIZEOF_LONG */
sl@0
   163
sl@0
   164
/* The size of `short', as computed by sizeof. */
sl@0
   165
/* #undef SIZEOF_SHORT */
sl@0
   166
sl@0
   167
/* The size of `void*', as computed by sizeof. */
sl@0
   168
/* #undef SIZEOF_VOIDP */
sl@0
   169
sl@0
   170
/* Define to 1 if you have the ANSI C header files. */
sl@0
   171
#define STDC_HEADERS 1
sl@0
   172
sl@0
   173
/* Version number of package */
sl@0
   174
#define VERSION "0.3.15"
sl@0
   175
sl@0
   176
/* Define to 1 if your processor stores words with the most significant byte
sl@0
   177
   first (like Motorola and SPARC, unlike Intel and VAX). */
sl@0
   178
/* #undef WORDS_BIGENDIAN */