emacs/src/s
Glenn Morris c6ea2936cc Move MOTIF_LIBW to autoconf.
* configure.in (HAVE_MOTIF_2_1): Remove unused variable.
(LIBXP): No longer substitute in Makefiles.
(MOTIF_LIBW): New output variable.  Move system-specific settings here
from src/s files.

* src/Makefile.in (LIBXP): Remove, since included in MOTIF_LIBW.
(MOTIF_LIBW): Set with configure, not cpp.
* s/aix4-2.h (LIB_MOTIF):
* s/gnu-linux.h (LIB_MOTIF):
* s/unixware.h (LIB_MOTIF): Move to configure.in.

* admin/CPP-DEFINES: Remove LIB_MOTIF.
2010-04-27 00:02:12 -07:00
..
aix4-2.h Move MOTIF_LIBW to autoconf. 2010-04-27 00:02:12 -07:00
bsd-common.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -07:00
cygwin.h Use autoconf instead of cpp for LIB_MATH. 2010-04-26 10:10:09 -07:00
darwin.h Use autoconf instead of cpp for LIB_MATH. 2010-04-26 10:10:09 -07:00
freebsd.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h Move MOTIF_LIBW to autoconf. 2010-04-27 00:02:12 -07:00
gnu.h Consolidate redundant definitions in s/bsd-common.h. 2010-03-20 00:57:11 -07:00
hpux10-20.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * m/iris4d.h (UNEXEC): Move definition ... 2010-04-06 23:01:30 -07:00
ms-w32.h Don't depend on cm.c or termcap.c on Windows, use stubs. 2010-04-21 02:17:02 +02:00
msdos.h Remove NOMULTIPLEJOBS, unused. 2010-04-20 22:47:56 -07:00
netbsd.h Use $CRT_DIR in more places. 2010-04-26 20:14:14 -07:00
openbsd.h Remove redundant flags. 2010-04-23 15:18:49 -07:00
README
sol2-6.h Clean up Solaris code. 2010-04-23 00:00:38 -07:00
sol2-10.h * sysdep.c (system_process_attributes): Add implementation for Solaris. 2008-12-19 20:58:37 +00:00
template.h Remove NOMULTIPLEJOBS, unused. 2010-04-20 22:47:56 -07:00
unixware.h Move MOTIF_LIBW to autoconf. 2010-04-27 00:02:12 -07:00
usg5-4.h Remove all uses of C_DEBUG_SWITCH and LIBS_DEBUG. 2010-03-29 19:47:23 -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.