diff options
| author | Colin Walters | 2002-04-10 19:16:49 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-10 19:16:49 +0000 |
| commit | 6b910f7d685454a76f3e3c58aa08f5a2db37d68b (patch) | |
| tree | 51eae86b8afdfc544ad51b5f037be58b05cd0b73 | |
| parent | e82defd14e4c6f2ed9a64c9372b9a7d49d26028d (diff) | |
| download | emacs-6b910f7d685454a76f3e3c58aa08f5a2db37d68b.tar.gz emacs-6b910f7d685454a76f3e3c58aa08f5a2db37d68b.zip | |
Add HAVE_SHARED_GAME_DIR.
| -rw-r--r-- | src/config.in | 2 |
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 |