mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
tweaks for linux build with new osx stuff
This commit is contained in:
parent
3da47160ef
commit
951f96b911
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user