emacs/src/m
Dan Nicolaescu 4624371d9a * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
dealing with obsolete variables.

* fakemail.c (MAIL_PROGRAM_NAME): Remove unused conditional.
(main): Replace MAIL_PROGRAM_NAME with its value.

* src/Makefile.in:
* src/emacs.c:
* src/gmalloc.c:
* src/keyboard.c:
* src/lisp.h:
* src/m/ibm370aix.h:
* src/process.c:
* src/regex.c:
* src/s/hpux.h:
* src/sysdep.c:
* src/sysselect.h:
* src/systty.h:
* src/unexec.c:
* src/w32term.c:
* src/xsmfns.c:
* src/xterm.c: Remove code that deals with obsolete variables.

* s/msdos.h (DONT_NEED_ENVIRON): Don't define.

* ecrt0.c: Replace the DONT_NEED_ENVIRON test with MSDOS test,
nothing else needs it anymore.
2008-02-09 18:03:10 +00:00
..
alpha.h Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
amdx86-64.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR 2008-01-17 11:42:12 +00:00
arm.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ews4800.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
hp800.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
hp9000s300.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ia64.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ibm370aix.h * configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code 2008-02-09 18:03:10 +00:00
ibmrs6000.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ibmrs6000.inp Add arch taglines 2003-09-01 15:45:59 +00:00
ibms390.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ibms390x.h (START_FILES, LIB_STANDARD): Use HAVE_LIB64_DIR 2008-01-17 11:42:12 +00:00
intel386.h * movemail.c: Remove references to XENIX. 2008-01-18 15:15:07 +00:00
iris4d.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
m68k.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
macppc.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
mips-siemens.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
mips.h * movemail.c: 2008-01-13 00:43:55 +00:00
mips4.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
ncr386.h Add arch taglines 2003-09-01 15:45:59 +00:00
next.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
pmax.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
powermac.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
powerpcle.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
README
sparc.h Merge from emacs--rel--22 2008-01-08 20:46:54 +00:00
tandem-s2.h Add arch taglines 2003-09-01 15:45:59 +00:00
template.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
vax.h Add 2008 to copyright years. 2008-01-08 04:04:36 +00:00
xtensa.h No need for a license in such a trivial file (also, should have been 2007-02-28 03:30:55 +00:00

This directory contains C header files containing machine-specific
definitions.  Each file describes a particular machine.  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 machine descriptions; it
describes the parameters a machine file can specify.