genericopenlibs/liboil/inc/config.h
author hgs
Wed, 13 Oct 2010 19:39:18 +0530
changeset 71 28ccaba883f4
parent 18 47c74d1534e1
permissions -rw-r--r--
201039

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* Define if compiling broken implementations */
/* #undef ENABLE_BROKEN_IMPLS */

/* Define if compiling new ABI */
/* #undef ENABLE_NEW_ABI */

/* Defined if host is amd64 */
/* #undef HAVE_AMD64 */

/* Defined if host is arm */
#define HAVE_ARM 1

/* Defined if we have clock_gettime() */
#define HAVE_CLOCK_GETTIME 1

/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1

/* Define if compiler supports gcc inline assembly */
//#define HAVE_GCC_ASM 0

/* Define if compiler supports PowerPC FPU instructions */
/* #undef HAVE_GCC_ASM_POWERPC_FPU */

/* Define to 1 if you have the `getpagesize' function. */
#define HAVE_GETPAGESIZE 1

/* Define to 1 if you have the `gettimeofday' function. */
#define HAVE_GETTIMEOFDAY 1

/* Defined if host is i386 */
//#define HAVE_I386 1

/* Define if ieee754.h exists */
//#define HAVE_IEEE754_H 0

/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1

/* Define if lrint() is available */
#define HAVE_LRINT 1

/* Define if lrintf() is available */
#define HAVE_LRINTF 1

/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1

/* Define to 1 if you have a working `mmap' system call. */
#define HAVE_MMAP 1

/* Defined if we have a monotonic clock */
#define HAVE_MONOTONIC_CLOCK 1

/* Defined if host OS is linux */
//#define HAVE_OS_LINUX 1

/* Defined if host OS is MS Windows */
/* #undef HAVE_OS_WIN32 */

/* Defined if host is powerpc */
/* #undef HAVE_POWERPC */

/* Define if rint() is available */
#define HAVE_RINT 1

/* Define if rintf() is available */
#define HAVE_RINTF 1

/* Define to 1 if you have the `sigaction' function. */
//#define HAVE_SIGACTION 1

/* Define to 1 if you have the `sigsetjmp' function. */
/* #undef HAVE_SIGSETJMP */

/* Define if sincos() is available */
//#define HAVE_SINCOS 0

/* Defined if compiler/assembler can handle SSSE3 instructions */
#define HAVE_SSSE3_ASM 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1

/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1

/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1

/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1

/* Define if C symbols have leading underscore */
/* #undef HAVE_SYMBOL_UNDERSCORE */

/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1

/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1

/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1

/* defined if unaligned memory access works correctly */
//#define HAVE_UNALIGNED_ACCESS 1

/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1

/* Defined if prototype checking enabled */
/* #undef LIBOIL_STRICT_PROTOTYPES */

/* Defined for compiling internal code */
#define OIL_EXPORTS 1

/* Name of package */
#define PACKAGE "liboil"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""

/* Define to the full name of this package. */
#define PACKAGE_NAME "liboil"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "liboil 0.3.15"

/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "liboil"

/* Define to the version of this package. */
#define PACKAGE_VERSION "0.3.15"

/* The size of `char', as computed by sizeof. */
/* #undef SIZEOF_CHAR */

/* The size of `int', as computed by sizeof. */
/* #undef SIZEOF_INT */

/* The size of `long', as computed by sizeof. */
/* #undef SIZEOF_LONG */

/* The size of `short', as computed by sizeof. */
/* #undef SIZEOF_SHORT */

/* The size of `void*', as computed by sizeof. */
/* #undef SIZEOF_VOIDP */

/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1

/* Version number of package */
#define VERSION "0.3.15"

/* Define to 1 if your processor stores words with the most significant byte
   first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */