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

« back to all changes in this revision

Viewing changes to frmts/gtiff/libgeotiff/geo_config.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:
4
4
 
5
5
#include "cpl_config.h"
6
6
 
 
7
#ifdef RENAME_INTERNAL_LIBTIFF_SYMBOLS
 
8
#include "gdal_libtiff_symbol_rename.h"
 
9
#endif
 
10
 
 
11
#ifdef RENAME_INTERNAL_LIBGEOTIFF_SYMBOLS
 
12
#include "gdal_libgeotiff_symbol_rename.h"
 
13
#endif
 
14
 
7
15
#endif /* ndef GEO_CONFIG_H */