Browse Source

HAVE_NEW defaults in Linux

David Rose 23 years ago
parent
commit
71b882942e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.Linux.pp

+ 1 - 1
dtool/Config.Linux.pp

@@ -72,7 +72,7 @@
 #define HAVE_SSTREAM
 
 // Do we have <new>?
-#define HAVE_NEW
+#define HAVE_NEW 1
 
 // Do we have <io.h>?
 #define HAVE_IO_H