1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/netwerk/necko-config.h.in Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,24 @@ 1.4 +/* This Source Code Form is subject to the terms of the Mozilla Public 1.5 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 1.7 + 1.8 +#ifndef _NECKO_CONFIG_H_ 1.9 +#define _NECKO_CONFIG_H_ 1.10 + 1.11 +#undef NECKO_COOKIES 1.12 + 1.13 +#undef NECKO_WIFI 1.14 + 1.15 +#undef NECKO_PROTOCOL_about 1.16 +#undef NECKO_PROTOCOL_data 1.17 +#undef NECKO_PROTOCOL_device 1.18 +#undef NECKO_PROTOCOL_file 1.19 +#undef NECKO_PROTOCOL_ftp 1.20 +#undef NECKO_PROTOCOL_http 1.21 +#undef NECKO_PROTOCOL_res 1.22 +#undef NECKO_PROTOCOL_rtsp 1.23 +#undef NECKO_PROTOCOL_viewsource 1.24 +#undef NECKO_PROTOCOL_websocket 1.25 +#undef NECKO_PROTOCOL_wyciwyg 1.26 + 1.27 +#endif