Removed unnecessary defines in bh.h

Fixed runastyle scripts after code moved to /src

git-svn-id: https://svn.code.sf.net/p/extremetuxracer/code/trunk@438 0420edf4-82e4-42fc-9478-35b55e6d67a3
master
pkeus 2013-09-03 13:59:01 +00:00
parent 4c37a66b4e
commit 5bc10e9505
3 changed files with 4 additions and 25 deletions

View File

@ -1 +1 @@
astyle --options=astyle.ini *.cpp *.h
astyle --options=astyle.ini src/*.cpp src/*.h

View File

@ -1 +1 @@
astyle --options=astyle.ini *.cpp *.h
astyle --options=astyle.ini src/*.cpp src/*.h

View File

@ -18,29 +18,6 @@ GNU General Public License for more details.
#ifndef BH_H
#define BH_H
// --------------------------------------------------------------------
// compiler flags
// --------------------------------------------------------------------
#ifndef HAVE_CONFIG_H
// These are detected by configure
#define HAVE_SDL
#define HAVE_SDL_MIXER
#define HAVE_SDL_IMAGE
#define STDC_HEADERS
#define HAVE_GETCWD
#define HAVE_STRDUP
#define HAVE_SYS_TIME_H
#endif
#define HAVE_SDL_JOYSTICK
#define TIME_WITH_SYS_TIME
#define HAVE_GETTIMEOFDAY
#define HAVE_GL_GLEXT_H
#define HAVE_GL_GLX_H
#define USE_STENCIL_BUFFER
// --------------------------------------------------------------------
// includes
// --------------------------------------------------------------------
@ -103,6 +80,8 @@ GNU General Public License for more details.
// defines
// --------------------------------------------------------------------
#define USE_STENCIL_BUFFER
#include "version.h"
#define PROG_NAME "ETR"
#define PACKAGE "etr"