mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
d4f64ba24e
This patch removes the ability to select which protocols you want included in necko, a wholly untested configuration that is broken in practice. We have no need of this kind of configurability in necko. In addition, this removes the final vestiges of rtsp support, which was originally removed in bug 1295885 but still had some stuff hanging around behind some ifdefs (that were never true). MozReview-Commit-ID: KOEaDmit2IL --HG-- extra : rebase_source : f6c2fdb972aaba46e922cda801252dc953550b94
13 lines
305 B
C
13 lines
305 B
C
/* 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
|
|
|
|
#endif
|