mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 23:34:57 -04:00
*** empty log message ***
This commit is contained in:
parent
45db8e3d8d
commit
357448b7cc
@ -36,6 +36,9 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
|
@ -36,6 +36,9 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
|
@ -36,6 +36,9 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM 1
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H 1
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
|
@ -156,11 +156,12 @@ $[define] HAVE_GETOPT_LONG_ONLY 1
|
||||
$[undef] HAVE_GETOPT_LONG_ONLY
|
||||
#endif
|
||||
|
||||
/* Define if you have the <alloca.h> header file. */
|
||||
$[define] HAVE_ALLOCA_H 1
|
||||
|
||||
/* Define if you have the <io.h> header file. */
|
||||
#if $[HAVE_IO_H]
|
||||
$[define] HAVE_IO_H 1
|
||||
#else
|
||||
$[undef] HAVE_IO_H
|
||||
#endif
|
||||
|
||||
/* Define if you have the <iostream> header file. */
|
||||
#if $[HAVE_IOSTREAM]
|
||||
|
@ -36,12 +36,18 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
// 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
|
||||
|
||||
|
@ -36,12 +36,18 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
// 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
|
||||
|
||||
|
@ -36,12 +36,18 @@
|
||||
// Do we have a true stringstream class defined in <sstream>?
|
||||
#define HAVE_SSTREAM 1
|
||||
|
||||
// Do we have <io.h>?
|
||||
#define HAVE_IO_H 1
|
||||
|
||||
// Do we have <malloc.h>?
|
||||
#define HAVE_MALLOC_H 1
|
||||
|
||||
// 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user