Browse Source

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

Zachary Pavlov 19 years ago
parent
commit
7d77b95d4c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      dtool/LocalSetup.pp

+ 4 - 0
dtool/LocalSetup.pp

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