mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
have_ucontext_h
This commit is contained in:
parent
16562fc4e5
commit
7238f8659c
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user