1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 18:55:13 -08:00
emacs/src/s
Dan Nicolaescu 76fd1ee9bd Clean up unexec.c, remove references to unused code.
* nt/config.nt: Remove code referring to NO_REMAP, unused.

* src/unexec.c (make_hdr): Remove references to NO_REMAP, COFF,
SEGMENT_MASK, SECTION_ALIGNMENT, ADJUST_EXEC_HEADER.
* src/s/usg5-4.h (COFF):
* src/s/template.h:
* src/s/msdos.h (COFF, NO_REMAP):
* src/s/ms-w32.h (NO_REMAP):
* src/s/hpux10-20.h (NO_REMAP):
* src/m/sparc.h (SEGMENT_MASK):
* src/m/m68k.h (NO_REMAP):
* src/m/intel386.h (SEGMENT_MASK):
* src/m/arm.h (NO_REMAP):
* src/m/alpha.h (COFF):
* src/m/template.h: Remove references to unused defines.
2010-07-28 20:25:08 -07:00
..
aix4-2.h Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
bsd-common.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
cygwin.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
darwin.h Simplify start_of_data, start_of_text and related code. 2010-07-07 20:03:52 -07:00
freebsd.h Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
gnu-kfreebsd.h
gnu-linux.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
gnu.h NOT_C_CODE is always true now. 2010-06-02 22:29:02 -07:00
hpux10-20.h Clean up unexec.c, remove references to unused code. 2010-07-28 20:25:08 -07:00
hpux11.h Remove POSIX_SIGNALS. 2010-05-03 21:00:10 -07:00
irix6-5.h Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
ms-w32.h Clean up unexec.c, remove references to unused code. 2010-07-28 20:25:08 -07:00
msdos.h Clean up unexec.c, remove references to unused code. 2010-07-28 20:25:08 -07:00
netbsd.h NOT_C_CODE is always true now. 2010-06-02 22:29:02 -07:00
openbsd.h Move TERMINFO, LIBS_TERMCAP from cpp to configure. 2010-05-07 19:05:24 -07:00
README
sol2-6.h * configure.in (HAVE_SOUND, HAVE_X_I18N, HAVE_X11R6_XIM): 2010-06-29 20:43:30 -07:00
sol2-10.h Remove some cpp that is internal to configure.in. 2010-06-29 19:48:54 -07:00
template.h Clean up unexec.c, remove references to unused code. 2010-07-28 20:25:08 -07:00
unixware.h Reformat some comments in src/s/*.h. 2010-05-11 23:53:03 -07:00
usg5-4.h Clean up unexec.c, remove references to unused code. 2010-07-28 20:25:08 -07: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.