/* File: CFNetwork/CFNetwork.h Contains: CoreFoundation Network header Copyright: Copyright (c) 2001-2008, Apple Inc. All rights reserved. Bugs?: For bug reports, consult the following page on the World Wide Web: http://developer.apple.com/bugreporter/ */ #ifndef __CFNETWORK__ #define __CFNETWORK__ #ifndef __COREFOUNDATION__ #include #endif #ifndef __CFNETWORKDEFS__ #include #endif #ifndef __CFNETWORKERRORS__ #include #endif #ifndef __CFSOCKETSTREAM__ #include #endif #ifndef __CFFTPSTREAM__ #include #endif #ifndef __CFHOST__ #include #endif #ifndef __CFHTTPMESSAGE__ #include #endif #ifndef __CFHTTPSTREAM__ #include #endif #ifndef __CFHTTPAUTHENTICATION__ #include #endif #ifndef __CFNETDIAGNOSTICS__ #include #endif #ifndef __CFNETSERVICES__ #include #endif #ifndef __CFPROXYSUPPORT__ #include #endif #endif /* __CFNETWORK__ */