Metakit seems to really want to #define bool int, #define true 1,

#define false 0, so I massaged the header files to make this impossible.
This commit is contained in:
curt
2000-06-19 17:06:35 +00:00
parent bfea2dec4d
commit 9fabeb77bc
2 changed files with 5 additions and 4 deletions

View File

@@ -21,7 +21,8 @@ METAR_DIRS =
EXTRA_DIST = version.h.in
include_HEADERS = compiler.h constants.h fg_traits.hxx fg_zlib.h version.h
include_HEADERS = \
compiler.h constants.h fg_traits.hxx fg_zlib.h inlines.h version.h
SUBDIRS = \
bucket \

View File

@@ -21,8 +21,8 @@
// $Id$
#ifndef _SUPPORTGEAR_CONSTANTS_H
#define _SUPPORTGEAR_CONSTANTS_H
#ifndef _SG_CONSTANTS_H
#define _SG_CONSTANTS_H
#ifdef HAVE_CONFIG_H
@@ -140,4 +140,4 @@
#define FG_EPSILON 0.0000001
#endif // _SUPPORTGEAR_CONSTANTS_H
#endif // _SG_CONSTANTS_H