summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
committerBardur Arantsson <bardur@scientician.net>2019-02-15 19:20:25 +0100
commit1d7bd3f3169d03fcb2f9f127f97bb78942523d79 (patch)
tree9bc2eb00cb27a3829c13a0a58d7e0418bbd32121 /src/config.h
parent3eacc4f9835c697c50838b0f341355b5600d0256 (diff)
Simplify and combine the h-* headers
They were -- at best -- extremely dangerous to include separately because of order-dependence. There were also quite a few (apparent) workarounds for extremely old and non-standard systems.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/config.h b/src/config.h
index 290ec624..eb7795b4 100644
--- a/src/config.h
+++ b/src/config.h
@@ -68,34 +68,6 @@
#define MONSTER_FLOW_DEPTH 32
-
-
-/*
- * OPTION: Set the "default" path to the angband "lib" directory.
- *
- * See "main.c" for usage, and note that this value is only used on
- * certain machines, primarily Unix machines. If this value is used,
- * it will be over-ridden by the "ANGBAND_PATH" environment variable,
- * if that variable is defined and accessable. The final slash is
- * optional, but it may eventually be required.
- *
- * Using the value "./lib/" below tells Angband that, by default,
- * the user will run "angband" from the same directory that contains
- * the "lib" directory. This is a reasonable (but imperfect) default.
- *
- * If at all possible, you should change this value to refer to the
- * actual location of the "lib" folder, for example, "/tmp/angband/lib/"
- * or "/usr/games/lib/angband/", or "/pkg/angband/lib".
- *
- * Additional note -- if you are planning to use makefile.org, don't bother
- * setting this variable, as it is overridden by a value set near the top of
- * that file.
- */
-#ifndef DEFAULT_PATH
-# define DEFAULT_PATH "./lib/"
-#endif
-
-
/*
* Where to put the user's files.
*/
@@ -103,12 +75,6 @@
/*
- * OPTION: Person to bother if something goes wrong.
- */
-#define MAINTAINER "darkgod@t-o-m-e.net"
-
-
-/*
* OPTION: Default font (when using X11).
*/
#define DEFAULT_X11_FONT "9x15"