1/*=========================================================================
2
3  Program: GDCM (Grassroots DICOM). A DICOM library
4
5  Copyright (c) 2006-2011 Mathieu Malaterre
6  All rights reserved.
7  See Copyright.txt or http://gdcm.sourceforge.net/Copyright.html for details.
8
9     This software is distributed WITHOUT ANY WARRANTY; without even
10     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11     PURPOSE.  See the above copyright notice for more information.
12
13=========================================================================*/
14/* This file was generated by CMake http://www.cmake.org */
15
16#ifndef @MANGLE_PREFIX@_mangle_h
17#define @MANGLE_PREFIX@_mangle_h
18
19/*
20 * This header file mangles all symbols exported from the md5 library.
21 * It is included in all files while building the md5 library.  Due to
22 * namespace pollution, no md5 headers should be included in .h files in
23 * GDCM.
24 *
25 * The following command was used to obtain the symbol list:
26 *
27 * nm lib@MANGLE_PREFIX@.a |grep " [TR] "
28 */
29
30#define md5_append @MANGLE_PREFIX@_append
31#define md5_finish @MANGLE_PREFIX@_finish
32#define md5_init   @MANGLE_PREFIX@_init
33
34#define md5_EXPORTS @MANGLE_PREFIX@md5_EXPORTS
35
36#endif
37