File: cmake_config.h.in

package info (click to toggle)
minetestmapper 20220221-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 288 kB
  • sloc: cpp: 2,620; python: 143; sh: 63; ansic: 33; makefile: 9
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Filled in by the build system

#ifndef CMAKE_CONFIG_H
#define CMAKE_CONFIG_H

#cmakedefine01 USE_POSTGRESQL
#cmakedefine01 USE_LEVELDB
#cmakedefine01 USE_REDIS

#define SHAREDIR "@SHAREDIR@"

#endif