diff options
author | Ken Brown <kbrown@cornell.edu> | 2012-11-24 12:20:49 -0500 |
---|---|---|
committer | Ken Brown <kbrown@cornell.edu> | 2012-11-24 12:20:49 -0500 |
commit | bcd77a2ba0298c8551fef7c08b001a0f0517bac3 (patch) | |
tree | 52f3dfb1542ec3472df8b1cb5407f91c26185999 /nt/config.nt | |
parent | 433212bfdf135f9977491b0da3f231a95e4a96fb (diff) | |
download | emacs-bcd77a2ba0298c8551fef7c08b001a0f0517bac3.tar.gz |
Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10/msg00403.html.
* configure.ac (HAVE_MOUSE): Remove.
* admin/CPP-DEFINES (HAVE_MOUSE): Remove.
* msdos/sed2v2.inp (HAVE_MOUSE): Remove.
* nt/config.nt (HAVE_MOUSE): Remove.
* src/keyboard.c (HAVE_MOUSE):
* src/frame.c (HAVE_MOUSE): Remove, and rewrite code as if HAVE_MOUSE
were always defined.
Diffstat (limited to 'nt/config.nt')
-rw-r--r-- | nt/config.nt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nt/config.nt b/nt/config.nt index ba63d2c4833..60223306752 100644 --- a/nt/config.nt +++ b/nt/config.nt @@ -687,9 +687,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP -/* Define if you have mouse support. */ -#define HAVE_MOUSE 1 - /* Define to 1 if you have the `nanotime' function. */ #undef HAVE_NANOTIME |