~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to port/cpl_config_extras.h

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
 
2
#ifndef INCLUDED_CPL_CONFIG_EXTRAS
 
3
#define INCLUDED_CPL_CONFIG_EXTRAS
 
4
 
2
5
#if defined(__APPLE__)
3
6
 
4
7
#ifdef __BIG_ENDIAN__
26
29
  #undef WORDS_BIGENDIAN
27
30
#endif
28
31
 
 
32
#undef VSI_STAT64
 
33
#undef VSI_STAT64_T
 
34
 
29
35
#define VSI_STAT64 stat
30
36
#define VSI_STAT64_T stat
31
37
 
32
 
#endif
 
38
#endif // APPLE
 
39
 
 
40
#endif //INCLUDED_CPL_CONFIG_EXTRAS