1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 04:52:10 -08:00
Commit graph

620 commits

Author SHA1 Message Date
Richard M. Stallman
d5844360c8 (NLIST_STRUCT, KERNEL_FILE, LDAV_SYMBOL): Add #undefs. 1998-09-27 07:21:30 +00:00
Karl Heuer
5cfc5cbe70 (TIOCSIGSEND): Add #undef.
(bcopy, bcmp, bzero): Add #undef.
1998-09-10 15:59:36 +00:00
Paul Eggert
9d0ebf980b (NOT_USING_MOTIF): New macro.
(LD_SWITCH_SYSTEM_TEMACS): Put /usr/dt/lib in the link library
path only if we're not building with Motif.
1998-08-28 23:38:20 +00:00
Richard M. Stallman
c683d70bd8 (LD_SWITCH_SYSTEM): Delete -dp. 1998-08-19 07:27:13 +00:00
Geoff Voelker
d08e1f6c0d (SYSTEM_PURESIZE_EXTRA): Increase. 1998-08-19 03:48:17 +00:00
Richard M. Stallman
62bb752fdb (__FreeBSD_version): Define it, or else include osreldate.h to define it.
(LIB_GCC): Unconditional definition deleted.
[ELF] (LD_SWITCH_SYSTEM, START_FILES, UNEXEC, LIB_STANDARD, LIB_GCC):
New alternative definitions.
[! ELF] (START_FILES, LIB_GCC): New alternative definitions.
1998-08-10 02:41:44 +00:00
Richard M. Stallman
ec0f00faca Initial revision 1998-08-08 03:02:37 +00:00
Richard M. Stallman
524eab087c entered into RCS 1998-07-26 04:24:47 +00:00
Richard M. Stallman
c64b0eb74c Initial revision 1998-07-25 20:51:18 +00:00
Richard M. Stallman
341989bef3 (HAVE_STRING_H): Move #undef here. 1998-07-25 06:46:28 +00:00
Richard M. Stallman
24b0b52b11 (HAVE_STRING_H): Delete #undef here. 1998-07-25 06:46:19 +00:00
Richard M. Stallman
445f44d296 (getcwd): Remove define.
(getdefdir) [emacs]: Redefine to always return root directory.
1998-06-10 21:00:58 +00:00
Karl Heuer
42d720cfa9 (SOCKLEN_TYPE): Define as int. 1998-06-01 21:07:32 +00:00
Andrew Innes
124abc748d Use 1 as explicit value of empty #defines. 1998-06-01 14:23:44 +00:00
Richard M. Stallman
9e1348eee9 (setpgrp): Remove extra parens around parameters. 1998-05-25 16:01:08 +00:00
Richard M. Stallman
5e0082a529 (LIBXMU): Don't bother testing CANNOT_DUMP. 1998-05-04 01:50:46 +00:00
Richard M. Stallman
d85e7184b9 (HAVE_STRING_H): Add #undef.
(NO_ABORT): Defined.
1998-05-02 06:40:41 +00:00
Richard M. Stallman
7acceb4aaf (HAVE_STRING_H): Add #undef.
(HAVE_WAIT_HEADER): Defined.
1998-04-28 22:58:20 +00:00
Geoff Voelker
719072f5c4 (utimbuf): New macro. 1998-04-23 23:41:42 +00:00
Geoff Voelker
b2140d4b79 (HAVE_STRING_H, HAVE_STRFTIME): Define macros.
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
1998-04-17 05:06:20 +00:00
Karl Heuer
ad61e7bc25 (LINKER): Add definition.
(LD_SWITCH_SYSTEM): Undo previous change.
1998-04-11 18:16:01 +00:00
Richard M. Stallman
8828ae9b5e (SETUP_SLAVE_PTY): New definition. 1998-03-12 06:59:25 +00:00
Andreas Schwab
2e38d8620a (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
version after 2.0.
(UNEXEC_USE_MAP_PRIVATE): Don't define if
LINUX_MAP_SHARED_DOES_WORK.
1998-02-20 13:06:59 +00:00
Richard M. Stallman
6209024e1b (SYSTEM_MALLOC): Defined. 1998-01-22 04:37:13 +00:00
Richard M. Stallman
92bb366afa (LIB_MOTIF): Define, if HAVE_LIBINTL.
(LIBX11_SYSTEM): Undo previous change.
1997-12-31 04:44:31 +00:00
Richard M. Stallman
beffc8bb49 (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl. 1997-12-21 02:44:46 +00:00
Karl Heuer
dac4e1e7f1 (LIBS_SYSTEM): Define this. 1997-11-20 21:56:52 +00:00
Richard M. Stallman
12f230a16e (LD_SWITCH_SYSTEM): Use -Wl,-rpath if __ELF__. 1997-10-11 03:57:20 +00:00
Richard M. Stallman
c151e13c0e [! HAVE_LIBXMU] (LIBXMU): Define as empty.
[! HAVE_LIBXMU] (NO_EDITRES): Defined.
1997-10-01 17:24:24 +00:00
Karl Heuer
991667f86e Fix name of include file to match 1996-08-24 renaming. 1997-09-29 18:53:12 +00:00
Richard M. Stallman
d1d0d27fec (BROKEN_MKTIME): Define. 1997-09-10 03:26:31 +00:00
Richard M. Stallman
994de0acdf (HAVE_RINT): Add #undef. 1997-09-03 23:02:21 +00:00
Geoff Voelker
7f470effe9 (INTERRUPT_INPUT): Don't define.
(bcopy): Use memmove instead of memcpy.
(GAP_USE_BCOPY, BCOPY_UPWARD_SAFE, BCOPY_DOWNWARD_SAFE): Define.
Undef system calls before redefining.  Emulated calls redefined
to sys_*, real calls redefined to _*.
(DebPrint): Macro defined.

Use pragmas to place Emacs initialized data in
EMDATA segment, and Emacs uninitialized data in EMBSS segment.
1997-09-03 01:14:40 +00:00
Richard M. Stallman
b7a74d2cea (SOCKLEN_TYPE): New macro definition. 1997-08-14 22:04:54 +00:00
Richard M. Stallman
145eec6fbc Comment change. 1997-08-01 07:18:01 +00:00
Richard M. Stallman
99a6b56fd4 (LIBXMU): Alternative definition if CANNOT_DUMP. 1997-07-30 04:28:44 +00:00
Richard M. Stallman
f3216838e8 (LD_SWITCH_SYSTEM_TEMACS): Define this instead of LD_SWITCH_SYSTEM. 1997-07-26 01:41:59 +00:00
Richard M. Stallman
b60f4a5c9e Undo previous change. 1997-07-23 02:49:08 +00:00
Richard M. Stallman
7043c154fc (LIBS_SYSTEM): Undo previous change.
(HAVE_LIBKSTAT): Define it.
1997-07-22 03:11:17 +00:00
Richard M. Stallman
4916b52926 (XPointer): Define XPointer. 1997-07-13 20:20:11 +00:00
Richard M. Stallman
92ab4af6fa (XPointer): Define XPointer. 1997-07-12 07:34:33 +00:00
Geoff Voelker
4d8c7bc330 Define HAVE_SHUTDOWN. 1997-07-10 20:09:50 +00:00
Richard M. Stallman
b3bd5cbcdb (C_SWITCH_SYSTEM): Add -Wf,-XNh option. 1997-07-09 23:08:42 +00:00
Richard M. Stallman
5604f9a3e7 (LIBS_SYSTEM): Add -lkvm and -lelf. 1997-07-08 04:28:20 +00:00
Richard M. Stallman
12ddbaa90e (LD_SWITCH_SYSTEM_TEMACS): Add #undef. 1997-07-04 02:01:53 +00:00
Richard M. Stallman
4ceb0cc8f0 (LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here.
(LD_SWITCH_SYSTEM): Don't use -e option here.
1997-07-03 04:05:16 +00:00
Geoff Voelker
2a74150668 Duplicate undefs from config.in to check completeness.
(STDC_HEADERS, HAVE_TZNAME, HAVE_MKTIME): Define to have a value.
(HAVE_GETPAGESIZE, HAVE_SETLOCALE, HAVE_SHUTDOWN, HAVE_TZSET,
HAVE_LIMITS_H, HAVE_STRERROR): Define.
[HAVE_NTGUI] (HAVE_MENUS): Define.
(SYSTEM_PURESIZE_EXTRA): Increase value.
1997-07-01 05:04:20 +00:00
Richard M. Stallman
65431d5b28 Initial revision 1997-06-23 02:46:15 +00:00
Richard M. Stallman
0a7a361afa (KERNEL_FILE): New overriding definition. 1997-06-23 02:45:44 +00:00
Richard M. Stallman
f649aa0497 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition. 1997-06-23 01:54:03 +00:00