Changeset 14467

Show
Ignore:
Timestamp:
05/14/08 13:27:56 (2 months ago)
Author:
dron
Message:

No need to test for copysign anymore.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/port/cpl_config.h.vc

    r14227 r14467  
    1919#endif 
    2020#define snprintf _snprintf 
    21  
    22 #define HAVE_COPYSIGN 
    23  
    24 /* We only redefine the following for MSVC since it actually breaks 
    25    an MinGW build using GDAL otherwise. */ 
    26 #ifdef _MSC_VER 
    27 #  define copysign _copysign 
    28 #  define copysignf _copysign 
    29 #  define copysignl _copysign 
    30 #endif 
    3121 
    3222#define HAVE_GETCWD 1 
  • trunk/gdal/port/cpl_config.h.wince

    r11479 r14467  
    1919#define HAVE_VSNPRINTF 
    2020#define vsnprintf _vsnprintf 
    21  
    22 /* Define if you have the `copysign' function. */ 
    23 #define HAVE_COPYSIGN 
    24 #define copysign _copysign 
    25 #define copysignf _copysign 
    26 #define copysignl _copysign 
    2721 
    2822/* Windows CE does not support getcwd function. */