security_utilities.h   [plain text]


/*
 * Copyright (c) 2003-2004 Apple Computer, Inc. All Rights Reserved.
 * 
 * @APPLE_LICENSE_HEADER_START@
 * 
 * This file contains Original Code and/or Modifications of Original Code
 * as defined in and that are subject to the Apple Public Source License
 * Version 2.0 (the 'License'). You may not use this file except in
 * compliance with the License. Please obtain a copy of the License at
 * http://www.opensource.apple.com/apsl/ and read it before using this
 * file.
 * 
 * The Original Code and all software distributed under the License are
 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
 * Please see the License for the specific language governing rights and
 * limitations under the License.
 * 
 * @APPLE_LICENSE_HEADER_END@
 */

#ifndef _SECURITY_UTILITIES_H_
#define _SECURITY_UTILITIES_H_

#if defined(__cplusplus)

#include <security_utilities/bufferfifo.h>
#include <security_utilities/buffers.h>
#include <security_utilities/cfutilities.h>
#include <security_utilities/daemon.h>
#include <security_utilities/debugging.h>
#include <security_utilities/debugsupport.h>
#include <security_utilities/devrandom.h>
#include <security_utilities/endian.h>
#include <security_utilities/fdmover.h>
#include <security_utilities/fdsel.h>
#include <security_utilities/globalizer.h>
#include <security_utilities/headermap.h>
#include <security_utilities/hosts.h>
#include <security_utilities/inetreply.h>
#include <security_utilities/ip++.h>
#include <security_utilities/logging.h>
#include <security_utilities/mach_notify.h>
#include <security_utilities/memstreams.h>
#include <security_utilities/memutils.h>
#include <security_utilities/refcount.h>
#include <security_utilities/seccfobject.h>
#include <security_utilities/selector.h>
#include <security_utilities/socks++.h>
#include <security_utilities/socks++4.h>
#include <security_utilities/socks++5.h>
#include <security_utilities/streams.h>
#include <security_utilities/threading.h>
#include <security_utilities/threading_internal.h>
#include <security_utilities/timeflow.h>
#include <security_utilities/tqueue.h>
#include <security_utilities/typedvalue.h>
#include <security_utilities/unix++.h>
#include <security_utilities/url.h>
#include <security_utilities/utilities.h>
#include <security_utilities/utility_config.h>

#endif /* defined(__cplusplus) */

#endif /* _SECURITY_UTILITIES_H_ */