2012-05-21 11:12:37 +00: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/. */
|
2003-04-23 03:47:43 +00:00
|
|
|
|
|
|
|
#ifndef _NECKO_CONFIG_H_
|
|
|
|
#define _NECKO_CONFIG_H_
|
|
|
|
|
2004-07-19 07:14:34 +00:00
|
|
|
#undef NECKO_COOKIES
|
|
|
|
|
2009-03-17 00:30:58 +00:00
|
|
|
#undef NECKO_WIFI
|
|
|
|
|
2003-04-23 03:47:43 +00:00
|
|
|
#undef NECKO_PROTOCOL_about
|
|
|
|
#undef NECKO_PROTOCOL_data
|
2010-08-25 15:52:10 +00:00
|
|
|
#undef NECKO_PROTOCOL_device
|
2003-04-23 03:47:43 +00:00
|
|
|
#undef NECKO_PROTOCOL_file
|
|
|
|
#undef NECKO_PROTOCOL_ftp
|
|
|
|
#undef NECKO_PROTOCOL_http
|
|
|
|
#undef NECKO_PROTOCOL_res
|
|
|
|
#undef NECKO_PROTOCOL_viewsource
|
2011-05-22 01:27:52 +00:00
|
|
|
#undef NECKO_PROTOCOL_websocket
|
2010-10-11 11:35:10 +00:00
|
|
|
#undef NECKO_PROTOCOL_wyciwyg
|
2003-04-23 03:47:43 +00:00
|
|
|
|
|
|
|
#endif
|