+ add dummy getcwd/getenv for PS3 compatibility

+ disable HAVE_SIGNAL_H 0 for LibXML
+ removed unused variable in btCollisionWorld
+ removed unused variable in btSequentialImpulseConstraintSolver
This commit is contained in:
erwin.coumans
2008-07-28 23:15:43 +00:00
parent 3ca977e39f
commit 9cd83c004b
7 changed files with 18 additions and 10 deletions

View File

@@ -147,10 +147,10 @@
/* #undef HAVE_SHLLOAD */
/* Define to 1 if you have the `signal' function. */
#define HAVE_SIGNAL 1
//#define HAVE_SIGNAL 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
//#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the `snprintf' function. */
#define HAVE_SNPRINTF 1