]> 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 3a56d724fcd09a67fe5bde41c92f484c48a9805a..ecec6f130029eb4a49e6d81b6cd8189a198af0c9 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmConfigure.h.in,v $
   Language:  C++
-  Date:      $Date: 2005/06/07 14:41:46 $
-  Version:   $Revision: 1.16 $
+  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
 #define GDCM_BUILD_VERSION @GDCM_BUILD_VERSION@
 #define GDCM_VERSION "@GDCM_VERSION@"
 
+/*--------------------------------------------------------------------------*/
+/* GDCM deprecation mechanism                                               */
+#cmakedefine GDCM_LEGACY_REMOVE
+#cmakedefine GDCM_LEGACY_SILENT
+
 
 #endif