Changeset 11479

Show
Ignore:
Timestamp:
05/11/07 03:25:33 (2 years ago)
Author:
mloskot
Message:

Updated cpl_config.h for Windows CE.

Files:

Legend:

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

    r10541 r11479  
    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 
     27 
     28/* Windows CE does not support getcwd function. */ 
     29#undef HAVE_GETCWD 
     30/* #define getcwd _getcwd */ 
    2131 
    2232/* Define if you have the stdicmp function.  */