Browse Source

tweaks for linux build with new osx stuff

David Rose 22 years ago
parent
commit
951f96b911
4 changed files with 10 additions and 1 deletions
  1. 3 0
      dtool/Config.Irix.pp
  2. 3 0
      dtool/Config.Linux.pp
  3. 3 0
      dtool/Config.Win32.pp
  4. 1 1
      dtool/LocalSetup.pp

+ 3 - 0
dtool/Config.Irix.pp

@@ -82,6 +82,9 @@
 // umask?
 #define HAVE_OPEN_MASK 1
 
+// Do the compiler or system libraries define wchar_t for you?
+#define HAVE_WCHAR_T 1
+
 // Does <string> define the typedef wstring?  Most do, but for some
 // reason, versions of gcc before 3.0 didn't do this.
 #define HAVE_WSTRING 1

+ 3 - 0
dtool/Config.Linux.pp

@@ -85,6 +85,9 @@
 // umask?  Versions of gcc prior to 3.2 had this.
 #define HAVE_OPEN_MASK
 
+// Do the compiler or system libraries define wchar_t for you?
+#define HAVE_WCHAR_T 1
+
 // Does <string> define the typedef wstring?  Most do, but for some
 // reason, versions of gcc before 3.0 didn't do this.
 #define HAVE_WSTRING 1

+ 3 - 0
dtool/Config.Win32.pp

@@ -85,6 +85,9 @@
 // umask?
 #define HAVE_OPEN_MASK
 
+// Do the compiler or system libraries define wchar_t for you?
+#define HAVE_WCHAR_T 1
+
 // Does <string> define the typedef wstring?  Most do, but for some
 // reason, versions of gcc before 3.0 didn't do this.
 #define HAVE_WSTRING 1

+ 1 - 1
dtool/LocalSetup.pp

@@ -148,7 +148,7 @@ $[cdefine HAVE_NAMESPACE]
 /* Define if fstream::open() accepts a third parameter for umask. */
 $[cdefine HAVE_OPEN_MASK]
 
-/* Define if the some header file defines wchar_t. */
+/* Define if some header file defines wchar_t. */
 $[cdefine HAVE_WCHAR_T]
 
 /* Define if the <string> header file defines wstring. */