1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-12 02:40:34 -08:00
emacs/src/s
Dan Nicolaescu 3085237cdc Remove BSTRING related code, all platforms define it.
* src/s/usg5-4.h (BSTRING): Remove definition.
* src/s/template.h (BSTRING):
* src/s/msdos.h (BSTRING):
* src/s/ms-w32.h (BSTRING):
* src/s/hpux10-20.h (BSTRING):
* src/s/gnu-linux.h (BSTRING):
* src/s/darwin.h (BSTRING):
* src/s/cygwin.h (BSTRING):
* src/s/bsd-common.h (BSTRING):
* src/s/aix4-2.h (BSTRING): Likewise.
* src/sysdep.c: Remove code depending on BSTRING not being defined.

* configure.in: Remove code dealing with BSTRING.

* lib-src/ntlib.h: Remove code dealing with BSTRING.

* nt/config.nt: Remove code depending on BSTRING.
2010-06-06 01:57:39 -07:00
..
aix4-2.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -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 Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
freebsd.h Reformat some comments in src/s/*.h. 2010-05-11 23:53:03 -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 Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
hpux11.h Remove POSIX_SIGNALS. 2010-05-03 21:00:10 -07:00
irix6-5.h Move UNEXEC definition to autoconf. 2010-06-03 15:16:02 -07:00
ms-w32.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
msdos.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -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 * src/s/sol2-6.h: Remove obsolete comments. 2010-06-01 19:43:47 -07:00
sol2-10.h Move UNEXEC definition to autoconf. 2010-06-03 15:16:02 -07:00
template.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -07:00
unixware.h Reformat some comments in src/s/*.h. 2010-05-11 23:53:03 -07:00
usg5-4.h Remove BSTRING related code, all platforms define it. 2010-06-06 01:57:39 -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.