tweaks for linux build with new osx stuff

This commit is contained in:
David Rose 2003-09-29 23:32:06 +00:00
parent 3da47160ef
commit 951f96b911
4 changed files with 10 additions and 1 deletions

View File

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

View File

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

View File

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

View File

@ -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. */