diff options
author | minskim <minskim> | 2009-08-05 22:04:50 +0000 |
---|---|---|
committer | minskim <minskim> | 2009-08-05 22:04:50 +0000 |
commit | 626e6c17fc1df857ee8678c2dd60a4f0970adfc6 (patch) | |
tree | a9fb5d7d981743a3a24473b9c3783ebbb53d429e /editors/emacs/files | |
parent | 3dea842102e3126637663b5f2786e9a5bf2ebd1e (diff) | |
download | pkgsrc-626e6c17fc1df857ee8678c2dd60a4f0970adfc6.tar.gz |
Update editors/emacs and editors/emacs-nox11 to 23.1.
Major changes:
- Improved Unicode support.
- Font rendering with Fontconfig and Xft.
- Support for using X displays and text terminals in one session, and
for running as a daemon.
- Support for multi-file commits in distributed version-control
systems (VC-dir).
- The default X toolkit is now Gtk+, rather than Lucid.
Diffstat (limited to 'editors/emacs/files')
-rw-r--r-- | editors/emacs/files/dragonfly.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/editors/emacs/files/dragonfly.h b/editors/emacs/files/dragonfly.h index fdd9e381545..94650be4dd7 100644 --- a/editors/emacs/files/dragonfly.h +++ b/editors/emacs/files/dragonfly.h @@ -21,8 +21,8 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* Get most of the stuff from bsd4.3 */ -#include "bsd4-3.h" +/* Get most of the stuff from bsd-common */ +#include "bsd-common.h" /* For mem-limits.h. */ #define BSD4_2 @@ -35,6 +35,8 @@ Boston, MA 02111-1307, USA. */ #define LIBS_DEBUG #define LIBS_SYSTEM -lutil +#define TERMINFO +#define LIBS_TERMCAP -lncurses #define SYSV_SYSTEM_DIR /* freebsd has POSIX-style pgrp behavior. */ @@ -77,12 +79,6 @@ Boston, MA 02111-1307, USA. */ ioctl TIOCSCTTY. */ #define DONT_REOPEN_PTY -/* CLASH_DETECTION is defined in bsd4-3.h. - In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links - remaining in /tmp or other directories with +t bit. - To avoid this problem, you could #undef it to use no file lock. */ -/* #undef CLASH_DETECTION */ - /* If the system's imake configuration file defines `NeedWidePrototypes' as `NO', we must define NARROWPROTO manually. Such a define is generated in the Makefile generated by `xmkmf'. If we don't |