summaryrefslogtreecommitdiff
path: root/src/system.hh.in
diff options
context:
space:
mode:
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 */
/*------------------------------------------------------------------------*/