~ubuntu-branches/ubuntu/trusty/mapcache/trusty

« back to all changes in this revision

Viewing changes to include/mapcache-config.h.in

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2013-09-11 19:16:06 UTC
  • Revision ID: package-import@ubuntu.com-20130911191606-9aydo919w4dgjx9v
Tags: upstream-1.2.0
ImportĀ upstreamĀ versionĀ 1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _MAPCACHE_CONFIG_H
 
2
#define _MAPCACHE_CONFIG_H
 
3
 
 
4
#cmakedefine USE_PIXMAN 1
 
5
#cmakedefine USE_FASTCGI 1
 
6
#cmakedefine USE_SQLITE 1
 
7
#cmakedefine USE_BDB 1
 
8
#cmakedefine USE_MEMCACHE 1
 
9
#cmakedefine USE_TIFF 1
 
10
#cmakedefine USE_TIFF_WRITE 1
 
11
#cmakedefine USE_GEOTIFF 1
 
12
#cmakedefine USE_PCRE 1
 
13
#cmakedefine USE_MAPSERVER 1
 
14
 
 
15
#cmakedefine HAVE_STRNCASECMP 1
 
16
#cmakedefine HAVE_SYMLINK 1
 
17
     
 
18
 
 
19
#endif