From: Thomas Geymayer Date: Fri, 13 Jun 2014 14:08:26 +0000 (+0200) Subject: Enable package system API X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e1eb9e4418b7686c74f43952cd333aeaeb482cee;p=flightgear.git Enable package system API --- diff --git a/src/Network/HTTPClient.cxx b/src/Network/HTTPClient.cxx index 78419bb10..b60228819 100644 --- a/src/Network/HTTPClient.cxx +++ b/src/Network/HTTPClient.cxx @@ -47,7 +47,7 @@ typedef nasal::Ghost NasalPackage; typedef nasal::Ghost NasalCatalog; typedef nasal::Ghost NasalInstall; -// #define ENABLE_PACKAGE_SYSTEM 1 +#define ENABLE_PACKAGE_SYSTEM 1 namespace {