fixing the mac raptor build: undef some of the Mozilla specific stuff

This commit is contained in:
pierre%netscape.com 1998-09-26 02:56:36 +00:00
parent c3d5af1cf4
commit 9fb36e1104

View File

@ -40,7 +40,12 @@
/* Read build-wide defines (e.g. MOZILLA_CLIENT) */
#include "DefinesMozilla.h"
/* ...then undefine the Mozilla specific stuff */
#undef CookieManagement
#undef SingleSignon
#undef PRIVACY_POLICIES
#define STANDALONE_IMAGE_LIB /* libimg */
#define MODULAR_NETLIB /* network */
/* ...and define the Raptor specific things */
#define STANDALONE_IMAGE_LIB /* libimg */
#define MODULAR_NETLIB /* network */
#define MOZ_NGLAYOUT