checking in linux libode.so and config

afrisby
dan miller 2007-10-19 06:00:59 +00:00
parent d92d17ef7f
commit 6f70d6964a
2 changed files with 378 additions and 176 deletions

Binary file not shown.

View File

@ -1,176 +1,378 @@
/* This file was autogenerated by Premake */ /* include/ode/config.h. Generated from config.h.in by configure. */
#ifndef _ODE_CONFIG_H_ /* include/ode/config.h.in. Generated from configure.in by autoheader. */
#define _ODE_CONFIG_H_
#ifndef ODE_CONFIG_H
/****************************************************************** #define ODE_CONFIG_H
* CONFIGURATON SETTINGS - you can change these, and then rebuild
* ODE to modify the behavior of the library.
* /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
* dSINGLE/dDOUBLE - force ODE to use single-precision (float) systems. This function is required for `alloca.c' support on those systems.
* or double-precision (double) for numbers. */
* Only one should be defined. /* #undef CRAY_STACKSEG_END */
*
* dTRIMESH_ENABLED - enable/disable trimesh support /* Define to 1 if using `alloca.c'. */
* dTRIMESH_OPCODE - use the OPCODE trimesh engine /* #undef C_ALLOCA */
* dTRIMESH_GIMPACT - use the GIMPACT trimesh engine
* Only one trimesh engine should be enabled. /* Define to 1 if you have `alloca', as a function or macro. */
* #define HAVE_ALLOCA 1
* dUSE_MALLOC_FOR_ALLOCA (experimental)-
* Use malloc() instead of alloca(). Slower, /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
* but allows for larger systems and more */
* graceful out-of-memory handling. #define HAVE_ALLOCA_H 1
*
* dTRIMESH_OPCODE_USE_NEW_TRIMESH_TRIMESH_COLLIDER (experimental)- /* Use the Apple OpenGL framework. */
* Use an alternative trimesh-trimesh collider /* #undef HAVE_APPLE_OPENGL_FRAMEWORK */
* which should yield better results.
* /* Define to 1 if you have the `atan2f' function. */
******************************************************************/ #define HAVE_ATAN2F 1
#define dSINGLE /* Define to 1 if you have the `copysign' function. */
/* #define dDOUBLE */ #define HAVE_COPYSIGN 1
#define dTRIMESH_ENABLED 1 /* Define to 1 if you have the `copysignf' function. */
#define dTRIMESH_OPCODE 1 #define HAVE_COPYSIGNF 1
#define dTRIMESH_OPCODE_USE_NEW_TRIMESH_TRIMESH_COLLIDER 0 /* Define to 1 if you have the `cosf' function. */
#define HAVE_COSF 1
/* #define dUSE_MALLOC_FOR_ALLOCA */
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/******************************************************************
* SYSTEM SETTINGS - you shouldn't need to change these. If you /* Define to 1 if you have the `fabsf' function. */
* run into an issue with these settings, please report it to #define HAVE_FABSF 1
* the ODE bug tracker at:
* http://sf.net/tracker/?group_id=24884&atid=382799 /* Define to 1 if you have the <float.h> header file. */
******************************************************************/ #define HAVE_FLOAT_H 1
/* Try to identify the platform */ /* Define to 1 if you have the `floor' function. */
#if defined(_XENON) #define HAVE_FLOOR 1
#define ODE_PLATFORM_XBOX360
#elif defined(SN_TARGET_PSP_HW) /* Define to 1 if you have the `fmodf' function. */
#define ODE_PLATFORM_PSP #define HAVE_FMODF 1
#elif defined(SN_TARGET_PS3)
#define ODE_PLATFORM_PS3 /* Define to 1 if you have the `gettimeofday' function. */
#elif defined(_MSC_VER) || defined(__CYGWIN32__) || defined(__MINGW32__) #define HAVE_GETTIMEOFDAY 1
#define ODE_PLATFORM_WINDOWS
#elif defined(__linux__) /* Define to 1 if you have the <GL/glext.h> header file. */
#define ODE_PLATFORM_LINUX #define HAVE_GL_GLEXT_H 1
#elif defined(__APPLE__) && defined(__MACH__)
#define ODE_PLATFORM_OSX /* Define to 1 if you have the <GL/glu.h> header file. */
#else #define HAVE_GL_GLU_H 1
#error "Need some help identifying the platform!"
#endif /* Define to 1 if you have the <GL/gl.h> header file. */
#define HAVE_GL_GL_H 1
/* Additional platform defines used in the code */
#if defined(ODE_PLATFORM_WINDOWS) && !defined(WIN32) /* Define to 1 if you have the <ieeefp.h> header file. */
#define WIN32 /* #undef HAVE_IEEEFP_H */
#endif
/* Define to 1 if you have the <inttypes.h> header file. */
#if defined(__CYGWIN32__) || defined(__MINGW32__) #define HAVE_INTTYPES_H 1
#define CYGWIN
#endif /* Define to 1 if you have the `isnan' function. */
#define HAVE_ISNAN 1
#if defined(ODE_PLATFORM_OSX)
#define macintosh /* Define to 1 if you have the `isnanf' function. */
#endif #define HAVE_ISNANF 1
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
/* Define a DLL export symbol for those platforms that need it */ to 0 otherwise. */
#if defined(ODE_PLATFORM_WINDOWS) #define HAVE_MALLOC 1
#if defined(ODE_DLL)
#define ODE_API __declspec(dllexport) /* Define to 1 if you have the <malloc.h> header file. */
#elif !defined(ODE_LIB) #define HAVE_MALLOC_H 1
#define ODE_DLL_API __declspec(dllimport)
#endif /* Define to 1 if you have the <math.h> header file. */
#endif #define HAVE_MATH_H 1
#if !defined(ODE_API) /* Define to 1 if you have the `memmove' function. */
#define ODE_API #define HAVE_MEMMOVE 1
#endif
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Pull in the standard headers */
#include <stdio.h> /* Define to 1 if you have the `memset' function. */
#include <stdlib.h> #define HAVE_MEMSET 1
#include <stdarg.h>
#include <math.h> /* Define to 1 if libc includes obstacks. */
#include <string.h> #define HAVE_OBSTACK 1
#include <float.h>
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
#if !defined(ODE_PLATFORM_PS3) and to 0 otherwise. */
#include <malloc.h> #define HAVE_REALLOC 1
#endif
/* Define to 1 if you have the `select' function. */
#if !defined(ODE_PLATFORM_WINDOWS) #define HAVE_SELECT 1
#include <alloca.h>
#endif /* Define to 1 if you have the `sinf' function. */
#define HAVE_SINF 1
/* Visual C does not define these functions */ /* Define to 1 if you have the `snprintf' function. */
#if defined(_MSC_VER) #define HAVE_SNPRINTF 1
#define copysignf _copysign
#define copysign _copysign /* Define to 1 if you have the `sqrt' function. */
#endif #define HAVE_SQRT 1
/* Define to 1 if you have the `sqrtf' function. */
/* Define a value for infinity */ #define HAVE_SQRTF 1
#if defined(HUGE_VALF)
#define ODE_INFINITY4 HUGE_VALF /* Use SSE Optimizations */
#define ODE_INFINITY8 HUGE_VAL /* #undef HAVE_SSE */
#elif defined(FLT_MAX)
#define ODE_INFINITY4 FLT_MAX /* Define to 1 if you have the <stdarg.h> header file. */
#define ODE_INFINITY8 DBL_MAX #define HAVE_STDARG_H 1
#else
static union { unsigned char __c[4]; float __f; } __ode_huge_valf = {{0,0,0x80,0x7f}}; /* Define to 1 if stdbool.h conforms to C99. */
static union { unsigned char __c[8]; double __d; } __ode_huge_val = {{0,0,0,0,0,0,0xf0,0x7f}}; #define HAVE_STDBOOL_H 1
#define ODE_INFINITY4 (__ode_huge_valf.__f)
#define ODE_INFINITY8 (__ode_huge_val.__d) /* Define to 1 if you have the <stdint.h> header file. */
#endif #define HAVE_STDINT_H 1
#ifdef dSINGLE /* Define to 1 if you have the <stdio.h> header file. */
#define dInfinity ODE_INFINITY4 #define HAVE_STDIO_H 1
#define dEpsilon FLT_EPSILON
#else /* Define to 1 if you have the <stdlib.h> header file. */
#define dInfinity ODE_INFINITY8 #define HAVE_STDLIB_H 1
#define dEpsilon DBL_EPSILON
#endif /* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Well-defined common data types...need to define for 64 bit systems */ /* Define to 1 if you have the <string.h> header file. */
#if defined(_M_IA64) || defined(__ia64__) || defined(_M_AMD64) || defined(__x86_64__) #define HAVE_STRING_H 1
#define X86_64_SYSTEM 1
typedef int int32; /* Define to 1 if you have the <sys/select.h> header file. */
typedef unsigned int uint32; #define HAVE_SYS_SELECT_H 1
typedef short int16;
typedef unsigned short uint16; /* Define to 1 if you have the <sys/socket.h> header file. */
typedef char int8; #define HAVE_SYS_SOCKET_H 1
typedef unsigned char uint8;
#else /* Define to 1 if you have the <sys/stat.h> header file. */
typedef int int32; #define HAVE_SYS_STAT_H 1
typedef unsigned int uint32;
typedef short int16; /* Define to 1 if you have the <sys/time.h> header file. */
typedef unsigned short uint16; #define HAVE_SYS_TIME_H 1
typedef char int8;
typedef unsigned char uint8; /* Define to 1 if you have the <sys/types.h> header file. */
#endif #define HAVE_SYS_TYPES_H 1
/* An integer type that can be safely cast to a pointer. This definition /* Define to 1 if you have the <time.h> header file. */
* should be safe even on 64-bit systems */ #define HAVE_TIME_H 1
typedef size_t intP;
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* The efficient alignment. most platforms align data structures to some
* number of bytes, but this is not always the most efficient alignment. /* Define to 1 if you have the <values.h> header file. */
* for example, many x86 compilers align to 4 bytes, but on a pentium it is #define HAVE_VALUES_H 1
* important to align doubles to 8 byte boundaries (for speed), and the 4
* floats in a SIMD register to 16 byte boundaries. many other platforms have /* Define to 1 if you have the `vprintf' function. */
* similar behavior. setting a larger alignment can waste a (very) small #define HAVE_VPRINTF 1
* amount of memory. NOTE: this number must be a power of two. */
#define EFFICIENT_ALIGNMENT 16 /* Define to 1 if you have the `vsnprintf' function. */
#define HAVE_VSNPRINTF 1
/* Define this if your system supports anonymous memory maps (linux does) */ /* Define to 1 if the system has the type `_Bool'. */
#define MMAP_ANONYMOUS #define HAVE__BOOL 1
#endif /* Define to 1 if you have the `_isnan' function. */
/* #undef HAVE__ISNAN */
/* Define to 1 if you have the `_isnanf' function. */
/* #undef HAVE__ISNANF */
/* Define to 1 if you have the `__isnan' function. */
#define HAVE___ISNAN 1
/* Define to 1 if you have the `__isnanf' function. */
#define HAVE___ISNANF 1
/* Name of package */
#define PACKAGE "ODE"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "ode@ode.org"
/* Define to the full name of this package. */
#define PACKAGE_NAME "ODE"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "ODE 0.9.0"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "ode"
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.9.0"
/* is this a pentium on a gcc-based platform? */
#define PENTIUM 1
/* Define to the type of arg 1 for `select'. */
#define SELECT_TYPE_ARG1 int
/* Define to the type of args 2, 3 and 4 for `select'. */
#define SELECT_TYPE_ARG234 (fd_set *)
/* Define to the type of arg 5 for `select'. */
#define SELECT_TYPE_ARG5 (struct timeval *)
/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
/* The size of `long int', as computed by sizeof. */
#define SIZEOF_LONG_INT 4
/* The size of `short', as computed by sizeof. */
#define SIZEOF_SHORT 2
/* The size of `void*', as computed by sizeof. */
#define SIZEOF_VOIDP 4
/* The extension for shared libraries. */
#define SO_EXT ".so"
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.
STACK_DIRECTION > 0 => grows toward higher addresses
STACK_DIRECTION < 0 => grows toward lower addresses
STACK_DIRECTION = 0 => direction of growth unknown */
/* #undef STACK_DIRECTION */
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.9.0"
/* 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 */
/* is this a X86_64 system on a gcc-based platform? */
/* #undef X86_64_SYSTEM */
/* Define to 1 if the X Window System is missing or not being used. */
/* #undef X_DISPLAY_MISSING */
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Use double precision */
/* #undef dDOUBLE */
/* dEpsilon Constant */
#define dEpsilon FLT_EPSILON
/* Use gyroscopic terms */
#define dGYROSCOPIC
/* dInfinity Constant */
#define dInfinity FLT_MAX
/* Disable debug output */
/* #undef dNODEBUG */
/* Use single precision */
#define dSINGLE
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
/* #undef inline */
#endif
/* Define to rpl_malloc if the replacement function should be used. */
/* #undef malloc */
/* Define to rpl_realloc if the replacement function should be used. */
/* #undef realloc */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
/* #undef volatile */
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
#endif
#if defined(HAVE_IEEEFP_H) && !defined(__CYGWIN__)
// This header creates conflicts with math.h in Cygwin.
#include <ieeefp.h>
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#ifdef HAVE_MATH_H
#include <math.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
#endif
#ifdef HAVE_STDARG_H
#include <stdarg.h>
#endif
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#endif
#ifdef HAVE_VALUES_H
#include <values.h>
#endif
#ifdef HAVE_FLOAT_H
#include <float.h>
#endif
#if SIZEOF_CHAR == 1
typedef char int8;
typedef unsigned char uint8;
#else
#error "expecting sizeof(char) == 1"
#endif
#if SIZEOF_SHORT == 2
typedef short int16;
typedef unsigned short uint16;
#else
#error "can not find 2 byte integer type"
#endif
/* integer types (we assume int >= 32 bits) */
#if SIZEOF_INT == 4
typedef short int32;
typedef unsigned short uint32;
#else
#error "can not find 4 byte integer type"
#endif
/* an integer type that we can safely cast a pointer to and
* from without loss of bits.
*/
#if SIZEOF_SHORT == SIZEOF_VOIDP
typedef unsigned short intP;
#elif SIZEOF_INT == SIZEOF_VOIDP
typedef unsigned int intP;
#elif SIZEOF_LONG_INT == SIZEOF_VOIDP
typedef unsigned long int intP;
#endif
/*
Handle Windows DLL odities
Its easier to export all symbols using the -shared flag
for MinGW than differentiating with declspec,
so only do it for MSVC
*/
#if defined(ODE_DLL) && defined(WIN32) && defined(_MSC_VER)
#define ODE_API __declspec( dllexport )
#elif !defined(ODE_DLL) && defined(WIN32) && defined(MSC_VER)
#define ODE_API __declspec( dllimport )
#else
#define ODE_API
#endif
#endif /* #define ODE_CONFIG_H */