From 362484b47374594514e05d9763f42f69cf2116c9 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 14 Feb 2007 16:33:25 +0000 Subject: [PATCH] let's make WANT_NATIVE_NET the default now --- dtool/Config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 8c100e5e33..70aa5ead30 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -411,8 +411,8 @@ #defer HAVE_NSPR $[isfile $[NSPR_IPATH]/prtypes.h] // Define this true to build a native network implementation, -// bypassing NSPR. -#define WANT_NATIVE_NET +// which does not require NSPR. +#define WANT_NATIVE_NET 1 // Is a third-party STL library installed, and where? This is only // necessary if the default include and link lines that come with the