Mercurial > hg > xemacs-beta
comparison src/config.h.in @ 4790:bc4f2511bbea
Remove support for the OffiX drag-and-drop protocol. See xemacs-patches
message with ID <870180fe0912211421m3e3d7891pdadefef167b50cb4@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 22 Dec 2009 15:52:06 -0700 |
parents | 5460287a3327 |
children | 5d120deb60ca 9987da5935bd |
comparison
equal
deleted
inserted
replaced
4789:56049bea9231 | 4790:bc4f2511bbea |
---|---|
657 | 657 |
658 /* Compile in support for CDE (Common Desktop Environment) drag and drop? | 658 /* Compile in support for CDE (Common Desktop Environment) drag and drop? |
659 Requires libDtSvc, which typically must be present at runtime. */ | 659 Requires libDtSvc, which typically must be present at runtime. */ |
660 #undef HAVE_CDE | 660 #undef HAVE_CDE |
661 | 661 |
662 /* Compile in support for OffiX Drag and Drop? */ | |
663 #undef HAVE_OFFIX_DND | |
664 | |
665 /* Compile in generic Drag'n'Drop API */ | 662 /* Compile in generic Drag'n'Drop API */ |
666 #undef HAVE_DRAGNDROP | 663 #undef HAVE_DRAGNDROP |
667 | 664 |
668 /* Compile in support for proper handling of WM_COMMAND. */ | 665 /* Compile in support for proper handling of WM_COMMAND. */ |
669 #undef HAVE_WMCOMMAND | 666 #undef HAVE_WMCOMMAND |