/usr/include/mapcache/mapcache-config.h is in libmapcache1-dev 1.6.1-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 21 22 | #ifndef _MAPCACHE_CONFIG_H
#define _MAPCACHE_CONFIG_H
#define USE_PIXMAN 1
/* #undef USE_FASTCGI */
#define USE_SQLITE 1
/* #undef USE_BDB */
#define USE_MEMCACHE 1
#define USE_TIFF 1
/* #undef USE_TIFF_WRITE */
/* #undef USE_GEOTIFF */
#define USE_PCRE 1
/* #undef USE_MAPSERVER */
/* #undef USE_RIAK */
#define USE_GDAL 1
#define HAVE_STRNCASECMP 1
#define HAVE_SYMLINK 1
#define HAVE_STRPTIME 1
#define HAVE_TIMEGM 1
#endif
|