aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Walters2002-04-10 19:16:49 +0000
committerColin Walters2002-04-10 19:16:49 +0000
commit6b910f7d685454a76f3e3c58aa08f5a2db37d68b (patch)
tree51eae86b8afdfc544ad51b5f037be58b05cd0b73
parente82defd14e4c6f2ed9a64c9372b9a7d49d26028d (diff)
downloademacs-6b910f7d685454a76f3e3c58aa08f5a2db37d68b.tar.gz
emacs-6b910f7d685454a76f3e3c58aa08f5a2db37d68b.zip
Add HAVE_SHARED_GAME_DIR.
-rw-r--r--src/config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.in b/src/config.in
index c43070d6d95..5ddae2cbb84 100644
--- a/src/config.in
+++ b/src/config.in
@@ -37,6 +37,8 @@ Boston, MA 02111-1307, USA. */
37/* Define REL_ALLOC if you want to use the relocating allocator for 37/* Define REL_ALLOC if you want to use the relocating allocator for
38 buffer space. */ 38 buffer space. */
39#undef REL_ALLOC 39#undef REL_ALLOC
40
41#undef HAVE_SHARED_GAME_DIR
40 42
41/* Define HAVE_X_WINDOWS if you want to use the X window system. */ 43/* Define HAVE_X_WINDOWS if you want to use the X window system. */
42#undef HAVE_X_WINDOWS 44#undef HAVE_X_WINDOWS