/usr/include/geotiff/geotiffio.h is in libgeotiff-dev 1.4.0-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | /*
* geotiffio.h
*
* Standard include file for geotiff, including all
* key and code definitions.
*
* copyright (c) 1995 Niles D. Ritter
*
* Permission granted to use this software, so long as this copyright
* notice accompanies any products derived therefrom.
*/
#ifndef __geotiffio_h
#define __geotiffio_h
#include "geotiff.h" /* public key interface */
#include "geovalues.h" /* key code definitions */
#endif /* __geotiffio_h */
|