Update contrib.
2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
17 /* config.h. Generated from config.h.in by configure. */
18 /* config.h.in. Generated from configure.ac by autoheader. */
20 /* Define if compiling broken implementations */
21 /* #undef ENABLE_BROKEN_IMPLS */
23 /* Define if compiling new ABI */
24 /* #undef ENABLE_NEW_ABI */
26 /* Defined if host is amd64 */
27 /* #undef HAVE_AMD64 */
29 /* Defined if host is arm */
32 /* Defined if we have clock_gettime() */
33 #define HAVE_CLOCK_GETTIME 1
35 /* Define to 1 if you have the <dlfcn.h> header file. */
36 #define HAVE_DLFCN_H 1
38 /* Define if compiler supports gcc inline assembly */
39 //#define HAVE_GCC_ASM 0
41 /* Define if compiler supports PowerPC FPU instructions */
42 /* #undef HAVE_GCC_ASM_POWERPC_FPU */
44 /* Define to 1 if you have the `getpagesize' function. */
45 #define HAVE_GETPAGESIZE 1
47 /* Define to 1 if you have the `gettimeofday' function. */
48 #define HAVE_GETTIMEOFDAY 1
50 /* Defined if host is i386 */
53 /* Define if ieee754.h exists */
54 //#define HAVE_IEEE754_H 0
56 /* Define to 1 if you have the <inttypes.h> header file. */
57 #define HAVE_INTTYPES_H 1
59 /* Define if lrint() is available */
62 /* Define if lrintf() is available */
65 /* Define to 1 if you have the <memory.h> header file. */
66 #define HAVE_MEMORY_H 1
68 /* Define to 1 if you have a working `mmap' system call. */
71 /* Defined if we have a monotonic clock */
72 #define HAVE_MONOTONIC_CLOCK 1
74 /* Defined if host OS is linux */
75 //#define HAVE_OS_LINUX 1
77 /* Defined if host OS is MS Windows */
78 /* #undef HAVE_OS_WIN32 */
80 /* Defined if host is powerpc */
81 /* #undef HAVE_POWERPC */
83 /* Define if rint() is available */
86 /* Define if rintf() is available */
89 /* Define to 1 if you have the `sigaction' function. */
90 //#define HAVE_SIGACTION 1
92 /* Define to 1 if you have the `sigsetjmp' function. */
93 /* #undef HAVE_SIGSETJMP */
95 /* Define if sincos() is available */
96 //#define HAVE_SINCOS 0
98 /* Defined if compiler/assembler can handle SSSE3 instructions */
99 #define HAVE_SSSE3_ASM 1
101 /* Define to 1 if you have the <stdint.h> header file. */
102 #define HAVE_STDINT_H 1
104 /* Define to 1 if you have the <stdlib.h> header file. */
105 #define HAVE_STDLIB_H 1
107 /* Define to 1 if you have the <strings.h> header file. */
108 #define HAVE_STRINGS_H 1
110 /* Define to 1 if you have the <string.h> header file. */
111 #define HAVE_STRING_H 1
113 /* Define if C symbols have leading underscore */
114 /* #undef HAVE_SYMBOL_UNDERSCORE */
116 /* Define to 1 if you have the <sys/stat.h> header file. */
117 #define HAVE_SYS_STAT_H 1
119 /* Define to 1 if you have the <sys/time.h> header file. */
120 #define HAVE_SYS_TIME_H 1
122 /* Define to 1 if you have the <sys/types.h> header file. */
123 #define HAVE_SYS_TYPES_H 1
125 /* defined if unaligned memory access works correctly */
126 //#define HAVE_UNALIGNED_ACCESS 1
128 /* Define to 1 if you have the <unistd.h> header file. */
129 #define HAVE_UNISTD_H 1
131 /* Defined if prototype checking enabled */
132 /* #undef LIBOIL_STRICT_PROTOTYPES */
134 /* Defined for compiling internal code */
135 #define OIL_EXPORTS 1
137 /* Name of package */
138 #define PACKAGE "liboil"
140 /* Define to the address where bug reports for this package should be sent. */
141 #define PACKAGE_BUGREPORT ""
143 /* Define to the full name of this package. */
144 #define PACKAGE_NAME "liboil"
146 /* Define to the full name and version of this package. */
147 #define PACKAGE_STRING "liboil 0.3.15"
149 /* Define to the one symbol short name of this package. */
150 #define PACKAGE_TARNAME "liboil"
152 /* Define to the version of this package. */
153 #define PACKAGE_VERSION "0.3.15"
155 /* The size of `char', as computed by sizeof. */
156 /* #undef SIZEOF_CHAR */
158 /* The size of `int', as computed by sizeof. */
159 /* #undef SIZEOF_INT */
161 /* The size of `long', as computed by sizeof. */
162 /* #undef SIZEOF_LONG */
164 /* The size of `short', as computed by sizeof. */
165 /* #undef SIZEOF_SHORT */
167 /* The size of `void*', as computed by sizeof. */
168 /* #undef SIZEOF_VOIDP */
170 /* Define to 1 if you have the ANSI C header files. */
171 #define STDC_HEADERS 1
173 /* Version number of package */
174 #define VERSION "0.3.15"
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 */