2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
15 # The Original Code is mozilla.org code.
17 # The Initial Developer of the Original Code is
18 # Netscape Communications Corporation.
19 # Portions created by the Initial Developer are Copyright (C) 1998
20 # the Initial Developer. All Rights Reserved.
24 # Alternatively, the contents of this file may be used under the terms of
25 # either the GNU General Public License Version 2 or later (the "GPL"), or
26 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 # in which case the provisions of the GPL or the LGPL are applicable instead
28 # of those above. If you wish to allow use of your version of this file only
29 # under the terms of either the GPL or the LGPL, and not to allow others to
30 # use your version of this file under the terms of the MPL, indicate your
31 # decision by deleting the provisions above and replace them with the notice
32 # and other provisions required by the GPL or the LGPL. If you do not delete
33 # the provisions above, a recipient may use your version of this file under
34 # the terms of any one of the MPL, the GPL or the LGPL.
36 # ***** END LICENSE BLOCK *****
39 topsrcdir
= @top_srcdir@
43 include $(DEPTH
)/config
/autoconf.mk
51 nsIProtocolHandler.idl \
53 nsIRequestObserver.idl \
54 nsIStreamListener.idl \
59 nsIUploadChannel.idl \
60 nsIUnicharStreamListener.idl \
61 nsITraceableChannel.idl \
65 nsIApplicationCache.idl \
66 nsIApplicationCacheChannel.idl \
67 nsIApplicationCacheContainer.idl \
68 nsIApplicationCacheService.idl \
69 nsIAuthInformation.idl \
72 nsIAuthPromptAdapterFactory.idl \
73 nsIAuthPromptCallback.idl \
74 nsIAsyncStreamCopier.idl \
75 nsISafeOutputStream.idl \
76 nsIBufferedStreams.idl \
81 nsIEncodedChannel.idl \
83 nsIIncrementalDownload.idl \
84 nsIInputStreamPump.idl \
85 nsIInputStreamChannel.idl \
87 nsIMIMEInputStream.idl \
88 nsINetworkLinkService.idl \
89 nsIPasswordManager.idl \
90 nsIPasswordManagerInternal.idl \
92 nsIPermissionManager.idl \
93 nsIPrivateBrowsingService.idl \
94 nsIProgressEventSink.idl \
96 nsIProtocolProxyService.idl \
97 nsIProtocolProxyService2.idl \
98 nsIProtocolProxyFilter.idl \
99 nsIProtocolProxyCallback.idl \
100 nsIProxiedProtocolHandler.idl \
101 nsIProxyAutoConfig.idl \
104 nsISocketTransport.idl \
105 nsISocketTransportService.idl \
106 nsIServerSocket.idl \
107 nsIResumableChannel.idl \
108 nsIRequestObserverProxy.idl \
109 nsISecurityInfoProvider.idl \
110 nsIStreamListenerTee.idl \
111 nsISimpleStreamListener.idl \
112 nsIStreamTransportService.idl \
113 nsIStreamLoader.idl \
114 nsISyncStreamListener.idl \
115 nsISystemProxySettings.idl \
116 nsIUnicharStreamLoader.idl \
121 nsISecurityEventSink.idl \
122 nsISecretDecoderRing.idl \
123 nsISecureBrowserUI.idl \
124 nsICryptoFIPSInfo.idl \
125 nsINSSErrorsService.idl \
126 nsICachingChannel.idl \
127 nsIByteRangeRequest.idl \
128 nsIMultiPartChannel.idl \
129 nsIExternalProtocolHandler.idl \
131 nsIContentSniffer.idl \
132 nsIAuthPromptProvider.idl \
133 nsPISocketTransportService.idl \
134 nsIChannelEventSink.idl \
136 nsIProxiedChannel.idl \
137 nsIRandomGenerator.idl \
145 nsChannelProperties.h \
148 nsCPasswordManager.h \
149 nsCPasswordManagerInternal.h \
153 PREF_JS_EXPORTS
= $(srcdir)/security-prefs.js
155 include $(topsrcdir
)/config
/rules.mk
157 DEFINES
+= -DIMPL_NS_NET