aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2011-07-17 23:39:46 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2011-07-17 23:39:46 +0200
commit1b3b8ac2c6b8e652a56b6da71b6287e5d888a26d (patch)
tree4a3be0038c07e33c1ceedb63108f5d3edced12da
parent976d10e591b9bb1894655f1498d98cf114960853 (diff)
downloadvideoteco-fork-1b3b8ac2c6b8e652a56b6da71b6287e5d888a26d.tar.gz
disable .OLD backup file creation by default
* should be configurable using ./configure (disabled by default)
-rw-r--r--teco.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/teco.h b/teco.h
index cb2df2e..87af8b8 100644
--- a/teco.h
+++ b/teco.h
@@ -35,7 +35,9 @@
#define SUCCESS 1
#define NULL 0
-#define CREATE_OLD_FILES
+#if 0
+#define CREATE_OLD_FILES /**< Create \c .OLD backup files */
+#endif
#define BLOCKED 2
#define INVALIDATE 3