mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
|
# -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/
|