2012-05-21 04:12:37 -07:00
|
|
|
/* 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/. */
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#ifndef _NECKO_CONFIG_H_
|
|
|
|
#define _NECKO_CONFIG_H_
|
|
|
|
|
|
|
|
#undef NECKO_COOKIES
|
|
|
|
|
2009-03-16 17:30:58 -07:00
|
|
|
#undef NECKO_WIFI
|
|
|
|
|
2007-03-22 10:30:00 -07:00
|
|
|
#undef NECKO_PROTOCOL_about
|
|
|
|
#undef NECKO_PROTOCOL_data
|
2010-08-25 08:52:10 -07:00
|
|
|
#undef NECKO_PROTOCOL_device
|
2007-03-22 10:30:00 -07:00
|
|
|
#undef NECKO_PROTOCOL_file
|
|
|
|
#undef NECKO_PROTOCOL_ftp
|
|
|
|
#undef NECKO_PROTOCOL_http
|
|
|
|
#undef NECKO_PROTOCOL_res
|
|
|
|
#undef NECKO_PROTOCOL_viewsource
|
2011-05-21 18:27:52 -07:00
|
|
|
#undef NECKO_PROTOCOL_websocket
|
2010-10-11 04:35:10 -07:00
|
|
|
#undef NECKO_PROTOCOL_wyciwyg
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
#endif
|