1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 00:01:05 -08:00
emacs/src/s
Paul Eggert ba93a18774 Remove obsolete '#define static' cruft.
* etc/PROBLEMS: Remove obsolete '#define static' cruft.
* lwlib/xlwmenu.c [emacs]: Include "bitmaps/gray.xbm".
(gray_bitmap_width, gray_bitmap_height, gray_bitmap_bits) [!emacs]:
Remove; all uses replaced with definiens.
* src/s/hpux10-20.h (_FILE_OFFSET_BITS): Don't #undef.
This #undef was "temporary" in 2000; it is no longer needed
now that '#define static' has gone away.
* src/xfns.c, src/xterm.h (gray_bitmap_width, gray_bitmap_height)
(gray_bitmap_bits): Remove; no longer needed.
All uses replaced with definiens.
* src/xterm.c: Include "bitmaps/gray.xbm".
2012-05-30 22:08:37 -07:00
..
aix4-2.h Remove src/m/*. 2012-05-22 09:20:27 -07:00
bsd-common.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
cygwin.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
darwin.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
freebsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
gnu-kfreebsd.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
gnu-linux.h Remove src/m/*. 2012-05-22 09:20:27 -07:00
gnu.h Remove src/m/*. 2012-05-22 09:20:27 -07:00
hpux10-20.h Remove obsolete '#define static' cruft. 2012-05-30 22:08:37 -07:00
hpux11.h Two more hunks from the HP-UX patch at Bug#6811. 2011-01-23 17:00:22 -05:00
irix6-5.h Remove src/m/*. 2012-05-22 09:20:27 -07:00
ms-w32.h Remove src/m/*. 2012-05-22 09:20:27 -07:00
msdos.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
netbsd.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
openbsd.h Port to OpenBSD. 2011-07-19 10:33:06 -07:00
README
sol2-6.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
sol2-10.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
template.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
unixware.h Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). 2012-04-13 23:18:49 -07:00
usg5-4-common.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  The emacs configuration script edits
../config.h to include the appropriate one of these files, and then
each emacs source file includes config.h.

template.h is a generic template for system descriptions; it describes
the parameters a system file can specify.