mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-05 18:51:43 +00:00
Build mod_tile with cmake
This commit is contained in:

committed by
ǝɹʇʇɐʃǝ◖ xıʃǝɟ

parent
6c8a1d9aec
commit
f4ee376b35
18
includes/config.h.in
Normal file
18
includes/config.h.in
Normal file
@ -0,0 +1,18 @@
|
||||
/* Define to 1 if you have the functions. */
|
||||
#cmakedefine HAVE_DAEMON @HAVE_DAEMON@
|
||||
#cmakedefine HAVE_GETLOADAVG @HAVE_GETLOADAVG@
|
||||
|
||||
/* Define to 1 if you have the header files. */
|
||||
#cmakedefine HAVE_PATHS_H @HAVE_PATHS_H@
|
||||
#cmakedefine HAVE_PTHREAD @HAVE_PTHREAD@
|
||||
#cmakedefine HAVE_SYS_CDEFS_H @HAVE_SYS_CDEFS_H@
|
||||
#cmakedefine HAVE_SYS_LOADAVG_H @HAVE_SYS_LOADAVG_H@
|
||||
|
||||
/* Define to 1 if you have the libraries. */
|
||||
#cmakedefine HAVE_CAIRO @HAVE_CAIRO@
|
||||
#cmakedefine HAVE_LIBCURL @HAVE_LIBCURL@
|
||||
#cmakedefine HAVE_LIBMEMCACHED @HAVE_LIBMEMCACHED@
|
||||
#cmakedefine HAVE_LIBRADOS @HAVE_LIBRADOS@
|
||||
|
||||
/* Version number of project */
|
||||
#cmakedefine VERSION "@VERSION@"
|
Reference in New Issue
Block a user