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