added a native net var to the general environment. Turn on through Config.pp

This commit is contained in:
Zachary Pavlov 2006-11-08 02:26:37 +00:00
parent 1052e11e0b
commit 7d77b95d4c

View File

@ -515,6 +515,10 @@ $[cdefine USE_MEMORY_PTMALLOC2]
$[cdefine USE_MEMORY_MALLOC]
$[cdefine USE_MEMORY_NOWRAPPERS]
#define if we want native net
$[cdefine WANT_NATIVE_NET]
/* Can we define a modern-style STL allocator? */
$[cdefine USE_STL_ALLOCATOR]