/usr/include/geotiff/geo_config.h is in libgeotiff-dev 1.3.0+dfsg-1.
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 | /* geo_config.h. Generated from geo_config.h.in by configure. */
#ifndef GEO_CONFIG_H
#define GEO_CONFIG_H
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
#define HAVE_LIBPROJ 1
#define HAVE_PROJECTS_H 1
#endif /* ndef GEO_CONFIG_H */
|