michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #ifndef _NECKO_CONFIG_H_ michael@0: #define _NECKO_CONFIG_H_ michael@0: michael@0: #undef NECKO_COOKIES michael@0: michael@0: #undef NECKO_WIFI michael@0: michael@0: #undef NECKO_PROTOCOL_about michael@0: #undef NECKO_PROTOCOL_data michael@0: #undef NECKO_PROTOCOL_device michael@0: #undef NECKO_PROTOCOL_file michael@0: #undef NECKO_PROTOCOL_ftp michael@0: #undef NECKO_PROTOCOL_http michael@0: #undef NECKO_PROTOCOL_res michael@0: #undef NECKO_PROTOCOL_rtsp michael@0: #undef NECKO_PROTOCOL_viewsource michael@0: #undef NECKO_PROTOCOL_websocket michael@0: #undef NECKO_PROTOCOL_wyciwyg michael@0: michael@0: #endif