Commit 43461e44 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Removed generated file src/settings.h from source repository

parent e6a65a93
......@@ -105,6 +105,7 @@
/src/search_functions.php.h
/src/search_opensearch.php.h
/src/svgpan.js.h
/src/settings.h
/doc/Makefile
......
#ifndef SETTINGS_H
#define SETTINGS_H
#define USE_SQLITE3 0
#define USE_LIBCLANG 1
#define IS_SUPPORTED(x) \
((USE_SQLITE3 && strcmp("USE_SQLITE3",(x))==0) || \
(USE_LIBCLANG && strcmp("USE_LIBCLANG",(x))==0) || \
0)
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment