]> Creatis software - gdcm.git/commitdiff
ENH: Remove APPLE hack
authormalaterre <malaterre>
Mon, 17 Jan 2005 21:42:16 +0000 (21:42 +0000)
committermalaterre <malaterre>
Mon, 17 Jan 2005 21:42:16 +0000 (21:42 +0000)
src/gdcmUtil.cxx

index a23739c220095564c572108bf124f824f2801138..67baa7631be0d42082c2503505d32fc19ca0faa8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmUtil.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/17 21:41:48 $
-  Version:   $Revision: 1.107 $
+  Date:      $Date: 2005/01/17 21:42:16 $
+  Version:   $Revision: 1.108 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
    #include <sys/types.h>
 #endif
 
-// How do I do that in CMake ?
-#ifdef __APPLE__
-   #define HAVE_SA_LEN
-#endif //APPLE
-
 #ifdef CMAKE_HAVE_SYS_IOCTL_H
    #include <sys/ioctl.h>  // For SIOCGIFCONF on Linux
 #endif