* include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in
single-threaded environment.
+2011-05-18 Ivan Maidanski <ivmai@mail.ru>
+
+ * include/private/gcconfig.h (MPROTECT_VDB): Enable for Solaris in
+ single-threaded environment.
+
2011-05-18 Ivan Maidanski <ivmai@mail.ru>
* include/private/gcconfig.h (MPROTECT_VDB): Undefine if PROC_VDB.
# ifdef SOLARIS25_PROC_VDB_BUG_FIXED
# define PROC_VDB
# endif
+# ifndef GC_THREADS
+# define MPROTECT_VDB
+# endif
# define DYNAMIC_LOADING
# if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)
# define USE_MMAP
# ifdef SOLARIS25_PROC_VDB_BUG_FIXED
# define PROC_VDB
# endif
+# ifndef GC_THREADS
+# define MPROTECT_VDB
+# endif
# define DYNAMIC_LOADING
# if !defined(USE_MMAP) && defined(REDIRECT_MALLOC)
# define USE_MMAP