aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-05-31 17:27:25 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-05-31 17:27:25 +0200
commit784b87aab4add9db1d316d85c85f1aa40d63ac00 (patch)
tree4e032ad8c793c7d562afc876d5d463b2aa37a286 /src/config.h
parent9b69b2ff7563fb89ea8589d307a1c0b83cd6ed7f (diff)
Integrate config to the rest of the code
Compile-time values such as DATABASE_PATH are no longer needed.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/config.h b/src/config.h
index 50cba3a..4814f7f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,17 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
-#ifndef FTAG_REMOTE_HOST
-#define FTAG_REMOTE_HOST "localhost"
-#endif
-
-#ifndef FTAG_REMOTE_ROOT
-/* HOME on remote host */
-#define FTAG_REMOTE_ROOT "ftag"
-#endif
-
-#define DATABASE_PATH FTAG_CACHE_DIR "/ftag.sqlite3"
-
/* Note "FC" stands for "Ftag Config". */
enum ftag_config_e {
FC_DATABASE_PATH,