https://github.com/mozilla/gecko-dev
Revision e9fa269ec49014327561f4bc4c6d8d3b23b7783e authored by ffxbld on 25 January 2014, 11:16:45 UTC, committed by ffxbld on 25 January 2014, 11:16:45 UTC
1 parent 0266ae7
Raw File
Tip revision: e9fa269ec49014327561f4bc4c6d8d3b23b7783e authored by ffxbld on 25 January 2014, 11:16:45 UTC
No bug, Automated blocklist update from host bld-linux64-ec2-468 - a=blocklist-update
Tip revision: e9fa269
necko-config.h.in
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

#ifndef _NECKO_CONFIG_H_
#define _NECKO_CONFIG_H_

#undef NECKO_COOKIES

#undef NECKO_WIFI

#undef NECKO_PROTOCOL_about
#undef NECKO_PROTOCOL_data
#undef NECKO_PROTOCOL_device
#undef NECKO_PROTOCOL_file
#undef NECKO_PROTOCOL_ftp
#undef NECKO_PROTOCOL_http
#undef NECKO_PROTOCOL_res
#undef NECKO_PROTOCOL_viewsource
#undef NECKO_PROTOCOL_websocket
#undef NECKO_PROTOCOL_wyciwyg

#endif
back to top