Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

libcwd/bfd.h

Go to the documentation of this file.
00001 // $Header: /cvsroot/libcwd/libcwd/include/libcwd/bfd.h,v 1.2 2003/05/22 10:56:58 libcw Exp $
00002 //
00003 // Copyright (C) 2000 - 2003, by
00004 // 
00005 // Carlo Wood, Run on IRC <carlo@alinoe.com>
00006 // RSA-1024 0x624ACAD5 1997-01-26                    Sign & Encrypt
00007 // Fingerprint16 = 32 EC A7 B6 AC DB 65 A6  F6 F6 55 DD 1C DC FF 61
00008 //
00009 // This file may be distributed under the terms of the Q Public License
00010 // version 1.0 as appearing in the file LICENSE.QPL included in the
00011 // packaging of this file.
00012 //
00013 
00018 #ifndef LIBCWD_BFD_H
00019 #define LIBCWD_BFD_H
00020 
00021 #ifndef LIBCWD_CONFIG_H
00022 #include <libcwd/config.h>
00023 #endif
00024 #ifndef LIBCWD_CLASS_LOCATION_H
00025 #include <libcwd/class_location.h>
00026 #endif
00027 #ifndef LIBCWD_PC_MANGLED_FUNCTION_NAME_H
00028 #include <libcwd/pc_mangled_function_name.h>
00029 #endif
00030 
00031 #ifdef LIBCWD_DLOPEN_DEFINED
00032 #include <dlfcn.h>
00033 #define dlopen __libcwd_dlopen
00034 #define dlclose __libcwd_dlclose
00035 extern "C" void* dlopen(char const*, int);
00036 extern "C" int dlclose(void*);
00037 #endif // LIBCWD_DLOPEN_DEFINED
00038 
00039 // Include the inline functions.
00040 #ifndef LIBCWD_CLASS_LOCATION_INL
00041 #include <libcwd/class_location.inl>
00042 #endif
00043 
00044 #endif // LIBCWD_BFD_H
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.