]> Creatis software - gdcm.git/blobdiff - gdcmConfigure.h.in
ENH: Adding a deprecation mechanism to gdcm via two MACRO and two config options
[gdcm.git] / gdcmConfigure.h.in
index 816416132434a802ece72e092d83c00e6f9ac2fb..ecec6f130029eb4a49e6d81b6cd8189a198af0c9 100644 (file)
@@ -1,3 +1,21 @@
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmConfigure.h.in,v $
+  Language:  C++
+  Date:      $Date: 2005/07/19 14:43:46 $
+  Version:   $Revision: 1.17 $
+                                                                                
+  Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
+  l'Image). All rights reserved. See Doc/License.txt or
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
+
 #ifndef __gdcmConfigure_h
 #define __gdcmConfigure_h
 
 #define GDCM_BUILD_VERSION @GDCM_BUILD_VERSION@
 #define GDCM_VERSION "@GDCM_VERSION@"
 
+/*--------------------------------------------------------------------------*/
+/* GDCM deprecation mechanism                                               */
+#cmakedefine GDCM_LEGACY_REMOVE
+#cmakedefine GDCM_LEGACY_SILENT
+
 
 #endif