mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 04:30:55 -08:00
9 lines
471 B
Text
9 lines
471 B
Text
# -sed2x.inp------------------------------------------------------------
|
|
# Extra configuration script for src/config.h for DesqView/X
|
|
# ----------------------------------------------------------------------
|
|
/^#undef HAVE_X_WINDOWS *$/s/undef/define/
|
|
/^#undef HAVE_X11 *$/s/undef/define/
|
|
/^#undef HAVE_X_MENU *$/s/undef/define/
|
|
/^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/
|
|
/^#undef HAVE_XSETWMPROTOCOLS *$/s/undef/define/
|
|
/^#undef HAVE_SELECT *$/s/undef/define/
|