test wstring

This commit is contained in:
David Rose
2003-01-21 16:48:45 +00:00
parent 1e1aa28735
commit 36bec1e8d7
5 changed files with 22 additions and 2 deletions
+4
View File
@@ -82,6 +82,10 @@
// umask? Versions of gcc prior to 3.2 had this.
#define HAVE_OPEN_MASK
// 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
// Do we have <new>?
#define HAVE_NEW 1