mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 22:40:46 -08:00
systems. * configure: Regenerate. * Makefile.in (NO_SHORTNAMES): * emacsclient.c (NO_SHORTNAMES): * fakemail.c (NO_SHORTNAMES): * make-docfile.c (NO_SHORTNAMES): * movemail.c (NO_SHORTNAMES): * pop.c (NO_SHORTNAMES): Remove references to obsolete variable. * config.nt (SHORTNAMES): Remove reference to obsolete variable. * s/vms4-0.h: * s/vms4-2.h: * s/vms4-4.h: * s/vms5-5.h: Remove, unused. * s/irix5-2.h: * s/irix6-0.h: * s/riscos5.h: * s/mach-bsd4-3.h: * m/mips4.h: Remove files for obsolete systems * Makefile.in: * filelock.c: * unexmips.c: * m/hp9000s300.h: * m/iris4d.h: * s/aix3-1.h: * s/hpux.h: * s/msdos.h: * s/usg5-0.h: * s/usg5-2-2.h: * s/usg5-2.h: * s/usg5-3.h: Remove references to obsolete variables. * s/irix5-0.h: Remove, move all the contents ... * s/irix6-5.h: ... here. Simplify. * config.in: Regenerate. |
||
|---|---|---|
| .. | ||
| 386bsd.h | ||
| aix3-1.h | ||
| aix3-2-5.h | ||
| aix3-2.h | ||
| aix4-1.h | ||
| aix4-2.h | ||
| aix4.h | ||
| bsd4-1.h | ||
| bsd4-2.h | ||
| bsd4-3.h | ||
| bsd386.h | ||
| bsdos2-1.h | ||
| bsdos2.h | ||
| bsdos3.h | ||
| bsdos4.h | ||
| cygwin.h | ||
| darwin.h | ||
| freebsd.h | ||
| gnu-kfreebsd.h | ||
| gnu-linux.h | ||
| gnu.h | ||
| hpux.h | ||
| hpux8.h | ||
| hpux9.h | ||
| hpux9shr.h | ||
| hpux10-20.h | ||
| hpux10.h | ||
| hpux11.h | ||
| irix6-5.h | ||
| lynxos.h | ||
| ms-w32.h | ||
| msdos.h | ||
| netbsd.h | ||
| nextstep.h | ||
| openbsd.h | ||
| README | ||
| sol2-3.h | ||
| sol2-4.h | ||
| sol2-5.h | ||
| sol2-6.h | ||
| sol2.h | ||
| template.h | ||
| ultrix4-3.h | ||
| unixware.h | ||
| usg5-0.h | ||
| usg5-2-2.h | ||
| usg5-2.h | ||
| usg5-3.h | ||
| usg5-4-2.h | ||
| usg5-4-3.h | ||
| usg5-4.h | ||
| ux4800.h | ||
| uxpds.h | ||
| uxpv.h | ||
| vms.h | ||
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.