summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2017-09-13 13:25:47 -0700
committerMatthias Klose <doko@debian.org>2017-09-13 13:25:47 -0700
commitabc3836ffbf6083c2572f5c8622e4926c71ebc9c (patch)
tree91e54a6407b17e02e410dbe9a6335b2c4d74c245 /src/config.h
parent17afaf664eeca4f972356e65a619bb42d5bd4283 (diff)
tome (2.4~0.git.2015.12.29-1.2) unstable; urgency=medium
* Non-maintainer upload. [ Colin Watson ] * Only build with -fsanitize=undefined -fsanitize=address on architectures that support these. [ Bhavani Shankar ] * Match variable boolean type in z-rand.cc to fix compilation on 32 bit archs. Thanks to Andreas Beckmann from debian for the report. Closes: #843984. [dgit import package tome 2.4~0.git.2015.12.29-1.2]
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/config.h b/src/config.h
index 290ec624..8ff00f8f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -58,7 +58,7 @@
/*
* OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c"
*/
-/* #define USE_NCURSES */
+#define USE_NCURSES
@@ -92,7 +92,7 @@
* that file.
*/
#ifndef DEFAULT_PATH
-# define DEFAULT_PATH "./lib/"
+# define DEFAULT_PATH "/var/games/tome"
#endif
@@ -105,7 +105,7 @@
/*
* OPTION: Person to bother if something goes wrong.
*/
-#define MAINTAINER "darkgod@t-o-m-e.net"
+#define MAINTAINER "tome@packages.debian.org"
/*