1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 00:40:35 -08:00
Commit graph

22 commits

Author SHA1 Message Date
Paul Eggert
332d98c75d * m/alpha.h: Do not include <stdlib.h>, as <config.h> does this now.
(NSIG): Remove.
(NSIG_MINIMUM): New macro.
* m/cydra5.h, m/dpx2.h, m/mips.h, m/pfa50.h, m/sps7.h, m/stride.h,
m/ustation.h:
(SIGIO): Do not undef.
(BROKEN_SIGIO): New macro.

* m/ustation.h:
(SIGTSTP): Do not undef.
(BROKEN_SIGTSTP): New macro.
* m/delta.h: Doc fix.
1999-10-19 07:27:16 +00:00
Erik Naggum
3b7ad313e0 Update FSF's address in the preamble. 1996-01-15 09:18:04 +00:00
Karl Heuer
0cee2c9e47 (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h. 1995-10-31 17:20:16 +00:00
Francesco Potortì
c150694b7e * delta.h (C_SWITCH_MACHINE): Let configure decide if this is a
68040 or 68030.  Don't condition on __STDC__.
1995-05-08 14:48:26 +00:00
Karl Heuer
09b3d66283 (VALBITS, GCTYPEBITS): Deleted; default is better. 1995-01-07 00:23:16 +00:00
Francesco Potortì
007f6f5ad2 * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed,
because the compiler shipped with R3V7 is not stable.
EOF
1994-11-24 08:51:11 +00:00
Karl Heuer
74d3f80691 (WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN. 1994-09-26 19:43:24 +00:00
Karl Heuer
5df583315f Delete obsolete symbols. 1994-09-18 21:12:31 +00:00
Francesco Potortì
2a06556614 * m/delta.h (memmove): switch the first two args. 1994-06-18 17:54:50 +00:00
Francesco Potortì
ecf2bd2532 * m/delta.h: (SYSTEM_MALLOC): deleted. The problem isn't there. 1994-05-06 08:16:14 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Francesco Potortì
53c179b8a2 * m/delta.h: (SYSTEM_MALLOC): defined as gnu malloc does not work.
(BCOPY_UPWARD_SAFE): defined to 0 for the Green Hills compiler.
1994-05-02 17:47:58 +00:00
Francesco Potortì
ca9c55b09a * m/delta.h (HAVE_SOCKETS): defined if HAVE_INET_SOCKETS is defined. 1994-04-20 10:52:23 +00:00
Francesco Potortì
77dc8ce528 * m/delta.h (HAVE_BCOPY): undef'd for efficiency.
(bcopy, bzero, bcmp): define'd for efficiency.
        (GAP_USE_BCOPY, BCOPY_DOWNWARD_SAFE): define'd for GHc compiler.
1994-01-25 15:04:07 +00:00
Francesco Potortì
407362cd3b * m/delta.h (HAVE_RANDOM, BROKEN_FIONREAD): defined if X is used.
(HAVE_XSCREENNUMBEROFSCREEN): defined if X is used.
	(LIB_X11_LIB, LIBX11_SYSTEM): override only if X is used.
	(USG_SHARED_LIBRARIES): undefine only if X is used.
1994-01-24 12:31:40 +00:00
Francesco Potortì
c56a586eb5 * m/delta.h (BROKEN_CLOSEDIR): added because closedir is interruptible.
(HAVE_UNISTD_H): deleted because configure takes care of it.
	(C_SWITCH_MACHINE): added optimisation options for gnu cc.
1993-12-22 17:18:49 +00:00
Richard M. Stallman
f9d78f50cf Properly install previous change. 1993-11-27 19:37:46 +00:00
Richard M. Stallman
7819b9be12 (HAVE_RANDOM, HAVE_XSCREENNUMBEROFSCREEN, BROKEN_FIONREAD): Add definitions.
(LIB_X11_LIB, LIBX11_SYSTEM): Add override definitions.
(USG_SHARED_LIBRARIES): Add #undef.
1993-11-25 06:47:28 +00:00
Jim Blandy
1cda1ca1a6 * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
	* m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
	for us.
1993-06-10 06:23:04 +00:00
Richard M. Stallman
4ab18f0d6a (MOTOROLA_DELTA): Defined.
(HAVE_SYSVIPC, BAT68K, BAT_ALLOCA): Deleted--obsolete.
(STACK_DIRECTION, HAVE_X_WINDOWS): Deleted--configure knows.
(C_SWITCH_MACHINE): Set to -ga if using the Green Hills compiler.
(LIB_STANDARD, LIB_MATH): Defined to the 68881 versions.
(LIBS_SYSTEM): -lbsd brings sigblock and sigsetmask.
(sigsetmask): Undefined--it is in -lbsd.
(LDAV_SYMBOL): Undefined--we have no such thing.
(KERNEL_FILE): Defined to "/sysV68".
(BSTRING, HAVE_SELECT, HAVE_UNISTD_H, HAVE_TIMEVAL): Defined.
(SIGNALS_VIA_CHARACTERS): Defined.
(memmove): Defined as memcpy--we have no memmove.
(SIGIO, INTERRUPT_INPUT): Undefined--not yet tested.
(SHORT_FILE_NAMES, CLASH_DETECTION): Defined.
1993-06-02 18:37:28 +00:00
Jim Blandy
edbe355be2 entered into RCS 1992-07-07 19:52:37 +00:00
Jim Blandy
20c428fd9d Initial revision 1991-12-13 18:49:49 +00:00