summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
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"
/*