From 357448b7ccf7efb215396e04359d040515556b2e Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 5 Oct 2000 23:31:06 +0000 Subject: [PATCH] *** empty log message *** --- dtool/Config.Irix.pp | 3 +++ dtool/Config.Linux.pp | 3 +++ dtool/Config.Win32.pp | 3 +++ dtool/LocalSetup.pp | 7 ++++--- panda/Config.Irix.pp | 6 ++++++ panda/Config.Linux.pp | 6 ++++++ panda/Config.Win32.pp | 6 ++++++ 7 files changed, 31 insertions(+), 3 deletions(-) diff --git a/dtool/Config.Irix.pp b/dtool/Config.Irix.pp index 52cb2033d9..b95a04f448 100644 --- a/dtool/Config.Irix.pp +++ b/dtool/Config.Irix.pp @@ -36,6 +36,9 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM +// Do we have ? +#define HAVE_IO_H + // Do we have ? #define HAVE_MALLOC_H 1 diff --git a/dtool/Config.Linux.pp b/dtool/Config.Linux.pp index d492b35bd4..4b10341af1 100644 --- a/dtool/Config.Linux.pp +++ b/dtool/Config.Linux.pp @@ -36,6 +36,9 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM +// Do we have ? +#define HAVE_IO_H + // Do we have ? #define HAVE_MALLOC_H 1 diff --git a/dtool/Config.Win32.pp b/dtool/Config.Win32.pp index 31aec32d1f..d98365aee0 100644 --- a/dtool/Config.Win32.pp +++ b/dtool/Config.Win32.pp @@ -36,6 +36,9 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM 1 +// Do we have ? +#define HAVE_IO_H 1 + // Do we have ? #define HAVE_MALLOC_H 1 diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index 6eb241bffe..74b8cd2953 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -156,11 +156,12 @@ $[define] HAVE_GETOPT_LONG_ONLY 1 $[undef] HAVE_GETOPT_LONG_ONLY #endif -/* Define if you have the header file. */ -$[define] HAVE_ALLOCA_H 1 - /* Define if you have the header file. */ +#if $[HAVE_IO_H] +$[define] HAVE_IO_H 1 +#else $[undef] HAVE_IO_H +#endif /* Define if you have the header file. */ #if $[HAVE_IOSTREAM] diff --git a/panda/Config.Irix.pp b/panda/Config.Irix.pp index c01560fce3..b95a04f448 100644 --- a/panda/Config.Irix.pp +++ b/panda/Config.Irix.pp @@ -36,12 +36,18 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM +// Do we have ? +#define HAVE_IO_H + // Do we have ? #define HAVE_MALLOC_H 1 // Do we have ? #define HAVE_ALLOCA_H 1 +// Do we have ? +#define HAVE_MINMAX_H + // Do we have ? #define HAVE_SYS_TYPES_H 1 diff --git a/panda/Config.Linux.pp b/panda/Config.Linux.pp index f33593d9a4..4b10341af1 100644 --- a/panda/Config.Linux.pp +++ b/panda/Config.Linux.pp @@ -36,12 +36,18 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM +// Do we have ? +#define HAVE_IO_H + // Do we have ? #define HAVE_MALLOC_H 1 // Do we have ? #define HAVE_ALLOCA_H 1 +// Do we have ? +#define HAVE_MINMAX_H + // Do we have ? #define HAVE_SYS_TYPES_H 1 diff --git a/panda/Config.Win32.pp b/panda/Config.Win32.pp index 748945306f..d98365aee0 100644 --- a/panda/Config.Win32.pp +++ b/panda/Config.Win32.pp @@ -36,12 +36,18 @@ // Do we have a true stringstream class defined in ? #define HAVE_SSTREAM 1 +// Do we have ? +#define HAVE_IO_H 1 + // Do we have ? #define HAVE_MALLOC_H 1 // Do we have ? #define HAVE_ALLOCA_H +// Do we have ? +#define HAVE_MINMAX_H 1 + // Do we have ? #define HAVE_SYS_TYPES_H 1