1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 00:01:33 -08:00
Commit graph

35 commits

Author SHA1 Message Date
Richard M. Stallman
bf20bdca0e (HAVE_GETPAGESIZE): Definition deleted. 1994-10-26 23:25:27 +00:00
Richard M. Stallman
00364e4e3d Don't include signal.h, values.h.
(signal): Definition deleted.
1994-09-25 16:37:30 +00:00
Karl Heuer
5df583315f Delete obsolete symbols. 1994-09-18 21:12:31 +00:00
Richard M. Stallman
8427dec96b Add LINUX_QMAGIC conditional. 1994-08-26 01:44:01 +00:00
Richard M. Stallman
a9c82aaf41 [emacs]: Include stdio.h. 1994-07-18 06:28:42 +00:00
Richard M. Stallman
97823303c4 (SEGMENT_MASK): Defined. 1994-06-20 01:39:02 +00:00
Richard M. Stallman
8a1cf30e6e (C_OPTIMIZE_SWITCH): Definition deleted. 1994-06-19 15:24:14 +00:00
Richard M. Stallman
6f10bc9dbc (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
(HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR):
(HAVE_XSCREENNUMBEROFSCREEN, HAVE_XRMSETDATABASE):
Comment out these definitions.
1994-06-18 14:49:34 +00:00
Richard M. Stallman
b2e209baaf (CLASH_DETECTION): Defined. 1994-06-10 20:32:46 +00:00
Richard M. Stallman
e3b89505ff (HAVE_XRMSETDATABASE): Define if not defined. 1994-05-27 08:00:46 +00:00
Richard M. Stallman
967ac200e0 (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
(HAVE_XSCREENNUMBEROFSCREEN): Define these if not already defined.
1994-05-22 20:17:29 +00:00
Richard M. Stallman
c2c3f859e2 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
renamed from PENDING_OUTPUT_COUNT.
1994-05-19 16:34:27 +00:00
Karl Heuer
3a22ee3595 Update copyright. 1994-05-04 02:41:09 +00:00
Karl Heuer
18a66f9916 Delete HAVE_SETSID; configure checks for that. 1994-02-12 00:32:31 +00:00
Richard M. Stallman
c21a657e1a Don't include stdio.h. 1994-01-17 01:40:01 +00:00
Richard M. Stallman
5e5623c2e2 (PENDING_OUTPUT_COUNT): Two alternate definitions
for different versions of stdio.h.
1993-12-31 10:42:30 +00:00
Richard M. Stallman
b04101bbbd (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined. 1993-12-26 09:10:10 +00:00
Richard M. Stallman
4eeddc6608 (HAVE_UNISTD_H): No need to define here. 1993-11-19 18:26:10 +00:00
Richard M. Stallman
cafdb68af9 [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE. 1993-11-04 22:12:59 +00:00
Brian Fox
1abbab7afd Comment update reflects reality. 1993-10-05 01:48:48 +00:00
Richard M. Stallman
edb0cf8d8d (LIBS_MACHINE): Make definition empty. 1993-09-14 12:12:42 +00:00
Jim Blandy
b7c0f208a3 Remove #definition of HAVE_CLOSEDIR; autoconf figures this out. 1993-06-18 18:58:46 +00:00
Jim Blandy
9199fa7f7f * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
and #define the latter.
1993-06-14 15:35:55 +00:00
Jim Blandy
f7bcff969d * config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Add #undefs for these.
	Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
	* xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
	NO_XRM_SET_DATABASE; the latter isn't used any more.
	* m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
	Dyke out these #definitions; to avoid conflict with autoconf.
1993-06-12 15:37:14 +00:00
Jim Blandy
9e47973421 * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this. 1993-06-09 12:53:35 +00:00
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
d391fe0959 (HAVE_TCATTR): Deleted.
(BSD): Don't define.
(read, write, open, close): Defined.
(INTERRUPTIBLE_OPEN, INTERRUPTIBLE_CLOSE, INTERRUPTIBLE_IO): Defined.
(C_SWITCH_SYSTEM): Defined.
1993-05-31 01:27:19 +00:00
Jim Blandy
9183f1f990 * linux.h (C_OPTIMIZE_SWITCH): Set this to the empty string;
configure guesses just fine.
1993-05-29 21:26:28 +00:00
Jim Blandy
3233bbe1de * s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit. 1993-05-28 07:39:58 +00:00
Richard M. Stallman
51d18dc30e (HAVE_TCATTR): Defined. 1993-05-27 00:21:21 +00:00
Jim Blandy
dad297617d * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
* s/linux.h (HAVE_SETSID): Defined.
	(HAVE_SOCKETS): Defined.
1993-05-24 15:01:31 +00:00
Jim Blandy
493744e5ae Remove HAVE_RENAME; configure guesses that now. 1993-05-23 22:03:39 +00:00
Jim Blandy
b49ef4553b * s/linux.h: Remove copyright notices by Michael K. Johnson and
Rik Faith.  They have both sent in papers now which make their
	changes public domain.
1993-05-21 22:52:55 +00:00
Jim Blandy
12a07afc12 *** empty log message *** 1993-05-20 02:05:02 +00:00
Jim Blandy
566e35870b Initial revision 1993-05-20 02:04:15 +00:00