소스 검색

*** empty log message ***

Mike Goslin 25 년 전
부모
커밋
ef22ff8657
4개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      dtool/Config.Irix.pp
  2. 3 0
      dtool/Config.Linux.pp
  3. 3 0
      dtool/Config.Win32.pp
  4. 4 0
      dtool/LocalSetup.pp

+ 3 - 0
dtool/Config.Irix.pp

@@ -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
 

+ 3 - 0
dtool/Config.Linux.pp

@@ -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
 

+ 3 - 0
dtool/Config.Win32.pp

@@ -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
 

+ 4 - 0
dtool/LocalSetup.pp

@@ -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]