have_ucontext_h

This commit is contained in:
David Rose 2007-06-21 17:57:36 +00:00
parent 16562fc4e5
commit 7238f8659c
5 changed files with 16 additions and 0 deletions

View File

@ -144,6 +144,9 @@
// interface)?
#define HAVE_SYS_SOUNDCARD_H 1
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
#define HAVE_UCONTEXT_H
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -145,6 +145,9 @@
// interface)?
#define HAVE_SYS_SOUNDCARD_H 1
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
#define HAVE_UCONTEXT_H 1
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -148,6 +148,9 @@
// interface)?
#define HAVE_SYS_SOUNDCARD_H 1
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
#define HAVE_UCONTEXT_H
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -143,6 +143,9 @@
// interface)?
#define HAVE_SYS_SOUNDCARD_H
// Do we have <ucontext.h> (and therefore makecontext() / swapcontext())?
#define HAVE_UCONTEXT_H
// Do we have RTTI (and <typeinfo>)?
#define HAVE_RTTI 1

View File

@ -478,6 +478,10 @@ $[cdefine HAVE_DIRENT_H]
interface)? */
$[cdefine HAVE_SYS_SOUNDCARD_H]
/* Do we have <ucontext.h> (and therefore makecontext() /
swapcontext())? */
$[cdefine HAVE_UCONTEXT_H]
/* Do we have RTTI (and <typeinfo>)? */
$[cdefine HAVE_RTTI]