From: malaterre Date: Mon, 17 Jan 2005 21:42:16 +0000 (+0000) Subject: ENH: Remove APPLE hack X-Git-Tag: Version1.0.bp~279 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5a219f505ebfecbb386a0791484c5457d574e2da;p=gdcm.git ENH: Remove APPLE hack --- diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index a23739c2..67baa763 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -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 @@ -49,11 +49,6 @@ #include #endif -// How do I do that in CMake ? -#ifdef __APPLE__ - #define HAVE_SA_LEN -#endif //APPLE - #ifdef CMAKE_HAVE_SYS_IOCTL_H #include // For SIOCGIFCONF on Linux #endif