summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-16 23:53:33 +0200
committerAlexis Hildebrandt <afh@surryhill.net>2023-04-16 23:53:33 +0200
commit1fe7d71cf130074f2b345ebe70f9e76e8899b072 (patch)
tree49823d7cd8720af10c804691903a5c80641fd67d /src/system.hh.in
parent1a6f70ef940f527ab69c6db1e82ae4e9280379da (diff)
downloadfork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.tar.gz
fork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.tar.bz2
fork-ledger-1fe7d71cf130074f2b345ebe70f9e76e8899b072.zip
Introduce ledger.hh
Diffstat (limited to 'src/system.hh.in')
-rw-r--r--src/system.hh.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/system.hh.in b/src/system.hh.in
index 52c8a706..1167885d 100644
--- a/src/system.hh.in
+++ b/src/system.hh.in
@@ -49,12 +49,6 @@
/* Application configuration */
/*------------------------------------------------------------------------*/
-#define Ledger_VERSION_MAJOR @Ledger_VERSION_MAJOR@
-#define Ledger_VERSION_MINOR @Ledger_VERSION_MINOR@
-#define Ledger_VERSION_PATCH @Ledger_VERSION_PATCH@
-#define Ledger_VERSION_PRERELEASE "@Ledger_VERSION_PRERELEASE@"
-#define Ledger_VERSION_DATE @Ledger_VERSION_DATE@
-
#cmakedefine01 HAVE_GETTEXT
#cmakedefine01 HAVE_EDIT
@@ -73,32 +67,6 @@
#cmakedefine01 DEBUG_MODE
#cmakedefine01 NO_ASSERTS
-/**
- * @name Default values
- */
-/*@{*/
-
-#if DEBUG_MODE
-#define DEBUG_ON 1
-#define VERIFY_ON 1
-#define TRACING_ON 1
-#elif NO_ASSERTS
-#define DEBUG_ON 0
-#define VERIFY_ON 0
-#define TRACING_ON 0
-#else
-#define DEBUG_ON 0
-#define VERIFY_ON 0
-#define TRACING_ON 1 // use --trace X to enable
-#endif
-
-#define LOGGING_ON 1
-
-/*@}*/
-
-#define DOCUMENT_MODEL 0
-#define REDUCE_TO_INTEGER 0
-
/*------------------------------------------------------------------------*/
/* System includes */
/*------------------------------------------------------------------------*/