diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-02 11:55:56 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-07-02 11:55:56 (GMT) |
commit | 10dc9dd585b220c7880d11095075276394199b1d (patch) | |
tree | 489498a13475d193eab86eef8859334ddbf360de | |
parent | dbd559269be1a10cf67ba9e7e92c99fe3c35a217 (diff) | |
download | Doxygen-10dc9dd585b220c7880d11095075276394199b1d.zip Doxygen-10dc9dd585b220c7880d11095075276394199b1d.tar.gz Doxygen-10dc9dd585b220c7880d11095075276394199b1d.tar.bz2 |
Switch back to default config
-rw-r--r-- | src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.h b/src/settings.h index 1d3fbbf..a9fd128 100644 --- a/src/settings.h +++ b/src/settings.h @@ -2,7 +2,7 @@ #define SETTINGS_H #define USE_SQLITE3 0 -#define USE_LIBCLANG 1 +#define USE_LIBCLANG 0 #define IS_SUPPORTED(x) \ ((USE_SQLITE3 && strcmp("USE_SQLITE3",(x))==0) || \ |