From 7d77b95d4ce9d5522025088b330dc32ac46423c0 Mon Sep 17 00:00:00 2001 From: Zachary Pavlov Date: Wed, 8 Nov 2006 02:26:37 +0000 Subject: [PATCH] added a native net var to the general environment. Turn on through Config.pp --- dtool/LocalSetup.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dtool/LocalSetup.pp b/dtool/LocalSetup.pp index e98478a210..2f7936c43a 100644 --- a/dtool/LocalSetup.pp +++ b/dtool/LocalSetup.pp @@ -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]