*** empty log message ***

This commit is contained in:
David Rose 2001-05-10 00:15:06 +00:00
parent ea57ce30aa
commit c99193c929
4 changed files with 12 additions and 0 deletions

View File

@ -90,3 +90,6 @@
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio // Do we have <sys/soundcard.h> (and presumably a Linux-style audio
// interface)? // interface)?
#define HAVE_SYS_SOUNDCARD_H #define HAVE_SYS_SOUNDCARD_H
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -90,3 +90,6 @@
// Do we have <sys/soundcard.h> (and presumably a Linux-style audio // Do we have <sys/soundcard.h> (and presumably a Linux-style audio
// interface)? // interface)?
#define HAVE_SYS_SOUNDCARD_H 1 #define HAVE_SYS_SOUNDCARD_H 1
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -91,6 +91,9 @@
// interface)? // interface)?
#define HAVE_SYS_SOUNDCARD_H #define HAVE_SYS_SOUNDCARD_H
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1
// can Intel C++ build this directory successfully (if not, change CC to msvc) // can Intel C++ build this directory successfully (if not, change CC to msvc)
#define NOT_INTEL_BUILDABLE false #define NOT_INTEL_BUILDABLE false

View File

@ -171,6 +171,9 @@ $[cdefine HAVE_DIRENT_H]
interface)? */ interface)? */
$[cdefine HAVE_SYS_SOUNDCARD_H] $[cdefine HAVE_SYS_SOUNDCARD_H]
/* Do we have RTTI (and <typeinfo>)? */
$[cdefine HAVE_RTTI]
#end dtool_config.h #end dtool_config.h
#endif // BUILD_TYPE #endif // BUILD_TYPE