mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
*** empty log message ***
This commit is contained in:
parent
a7a3eb52e9
commit
ef22ff8657
@ -42,6 +42,9 @@
|
||||
// Do we have <alloca.h>?
|
||||
#define HAVE_ALLOCA_H 1
|
||||
|
||||
// Do we have <minmax.h>?
|
||||
#define HAVE_MINMAX_H
|
||||
|
||||
// Do we have <sys/types.h>?
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
|
@ -42,6 +42,9 @@
|
||||
// Do we have <alloca.h>?
|
||||
#define HAVE_ALLOCA_H 1
|
||||
|
||||
// Do we have <minmax.h>?
|
||||
#define HAVE_MINMAX_H
|
||||
|
||||
// Do we have <sys/types.h>?
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
|
@ -42,6 +42,9 @@
|
||||
// Do we have <alloca.h>?
|
||||
#define HAVE_ALLOCA_H
|
||||
|
||||
// Do we have <minmax.h>?
|
||||
#define HAVE_MINMAX_H 1
|
||||
|
||||
// Do we have <sys/types.h>?
|
||||
#define HAVE_SYS_TYPES_H 1
|
||||
|
||||
|
@ -177,7 +177,11 @@ $[undef] HAVE_ALLOCA_H
|
||||
#endif
|
||||
|
||||
/* Define if you have the <minmax.h> header file. */
|
||||
#if $[HAVE_MINMAX_H]
|
||||
$[define] HAVE_MINMAX_H 1
|
||||
#else
|
||||
$[undef] HAVE_MINMAX_H
|
||||
#endif
|
||||
|
||||
/* Define if you have the <sstream> header file. */
|
||||
#if $[HAVE_SSTREAM]
|
||||
|
Loading…
x
Reference in New Issue
Block a user