1994-10-17 08:04:13 +00:00
|
|
|
# -sed2x.inp------------------------------------------------------------
|
|
|
|
# Extra configuration script for src/config.h for DesqView/X
|
|
|
|
# ----------------------------------------------------------------------
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
2024-01-02 01:47:10 +00:00
|
|
|
# Copyright (C) 1994, 2001-2024 Free Software Foundation, Inc.
|
2001-03-01 17:19:33 +00:00
|
|
|
#
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
#
|
|
|
|
# This file is free software; as a special exception, the author gives
|
|
|
|
# unlimited permission to copy and/or distribute it, with or without
|
|
|
|
# modifications, as long as this notice is preserved.
|
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
#
|
|
|
|
# ----------------------------------------------------------------------
|
1994-10-17 08:04:13 +00:00
|
|
|
/^#undef HAVE_X_WINDOWS *$/s/undef/define/
|
2010-05-14 03:05:00 +00:00
|
|
|
/^#undef HAVE_WINDOW_SYSTEM *$/s/undef/define/
|
1994-10-17 08:04:13 +00:00
|
|
|
/^#undef HAVE_X11 *$/s/undef/define/
|
|
|
|
/^#undef HAVE_X_MENU *$/s/undef/define/
|
|
|
|
/^#undef HAVE_XSCREENNUMBEROFSCREEN *$/s/undef/define/
|
|
|
|
/^#undef HAVE_SELECT *$/s/undef/define/
|
2003-09-01 15:45:59 +00:00
|
|
|
|