Commit graph

110 commits

Author SHA1 Message Date
Richard M. Stallman
843873e99f (LIB_STANDARD): Add a second -lc after crtn.o. 1993-09-14 19:47:43 +00:00
Richard M. Stallman
f6c25ced5c (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. 1993-09-13 04:15:08 +00:00
Richard M. Stallman
74e299845c (HAVE_VFORK, INTEL386, aix386): Add #undef. 1993-08-15 03:55:29 +00:00
Richard M. Stallman
bdb8d0854a (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined. 1993-08-13 22:23:19 +00:00
Richard M. Stallman
b2fe4ec62d (START_FILES, LIB_STANDARD): Don't define if USG5_4.
(DEFAULT_ENTRY_ADDRESS): Likewise.
(UNEXEC): Use unexelfsgi.o if USG5_4.
1993-08-13 21:40:37 +00:00
Richard M. Stallman
e1111f28fb Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS. 1993-08-13 19:09:21 +00:00
Richard M. Stallman
6a6eec7e22 (C_ALLOCA): Don't define it. 1993-08-13 08:44:21 +00:00
Richard M. Stallman
c45a32d459 (BIG_ENDIAN): Don't actually define it. 1993-08-12 04:53:38 +00:00
Richard M. Stallman
dc35af79cb (BIG_ENDIAN): Don't define if already defined. 1993-08-11 20:42:43 +00:00
Richard M. Stallman
806f25b218 (BIG_ENDIAN): Provide a value that matches the system. 1993-08-11 04:49:27 +00:00
Richard M. Stallman
dbe2a425d2 (LIB_X11_LIB, LIBX11_SYSTEM): Make #undefs unconditional. 1993-08-10 21:24:41 +00:00
Richard M. Stallman
551dd6e32f (HAVE_TCATTR): Macro #defined.
(HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c.
(SIGTSTP): Commented #undef to allow use of ^Z in shell-mode.
(SIGNALS_VIA_CHARACTERS): #defined.
1993-08-10 17:27:50 +00:00
Richard M. Stallman
69b4bf37c4 Total rewrite; includes ibmps2-aix.h. 1993-08-06 01:01:53 +00:00
Richard M. Stallman
b921eae6ab (SYSTEM_TYPE): Don't redefine it here. 1993-08-05 21:03:28 +00:00
Richard M. Stallman
cefeb3a98d [BSD4_3] (HAVE_FTIME): Defined. 1993-08-04 04:18:32 +00:00
Richard M. Stallman
df208aafdb (CRT0_COMPILE): Add -O and -Demacs. 1993-08-03 18:23:39 +00:00
Jim Blandy
e3a7436e6f Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
* 7300.h [__GNUC__]: #define HAVE_ALLOCA.
[not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION.
(HAVE_SYSVIPC, USE_UTIME): #define these.
(memmove): We don't have this; call safe_bcopy.
(CRT0_COMPILE): #define this, so we always use the system's cc.
* config.h.in: Add #undefs for HAVE_MKDIR and HAVE_RMDIR, for
configure to edit.
* sysdep.c [not HAVE_MKDIR] (mkdir): New function, taken from tar,
for use on systems lacking the mkdir function.
[not HAVE_RMDIR] (rmdir): New function, taken from tar, for use on
systems lacking the rmdir function.
* ymakefile (crt0.o): Replace the compiler and switches with the
symbol CRT0_COMPILE.
(CRT0_COMPILE): If the system and machine description files have
left this undefined, then define it to do the same as the old
crt0.o rule used to.
1993-08-03 07:28:04 +00:00
Jim Blandy
b84b186a3a * config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
1993-07-31 01:39:30 +00:00
Richard M. Stallman
24a5451a04 [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. 1993-07-27 07:51:55 +00:00
Richard M. Stallman
0aaa80cc17 (TEXT_START) [__GNUC__]: Define as 0. 1993-07-23 07:48:11 +00:00
Richard M. Stallman
c901003d61 (NO_MODE_T): Defined. 1993-07-22 08:36:39 +00:00
Richard M. Stallman
b6e1c607fc (memmove): Defined as macro. 1993-07-21 04:37:46 +00:00
Richard M. Stallman
c455d34d63 (X_NOT_POSIX): Defined. 1993-07-20 19:14:05 +00:00
Richard M. Stallman
8258ca538e Comment change. 1993-07-20 05:10:02 +00:00
Richard M. Stallman
301b4551f6 (LD_SWITCH_MACHINE): Add -bI:/usr/lpp/X11/bin/smt.exp. 1993-07-20 05:09:02 +00:00
Jim Blandy
bb5fa23256 Initial revision 1993-07-14 06:09:19 +00:00
Jim Blandy
9b4d86fc62 * m/pmax.h (C_SWITCH_X_MACHINE): Set this to
"-DNeedFunctionPrototypes=0", to avoid lossage in DEC X11 header
	files.
	* ymakefile (really-oldXMenu): Pass C_SWITCH_X_MACHINE to the
	oldXMenu make.
1993-07-06 06:57:49 +00:00
Jim Blandy
b7c0f208a3 Remove #definition of HAVE_CLOSEDIR; autoconf figures this out. 1993-06-18 18:58:46 +00:00
Jim Blandy
40166bf181 Typo. 1993-06-18 15:48:31 +00:00
Jim Blandy
1319549a9a * m/iris4d.h (LIB_STANDARD): Do *not* include -lbsd. We are
now calling the BSD[sg]etpgrp functions directly, so this library
	is not needed; it just provides the BSD[sg]etpgrp functions under
	the [sg]etpgrp names.
	* callproc.c [IRIX] (child_setup): Don't call setpgrp this time.
	It's already been called up in Fcall_process, and create_process.
1993-06-17 23:25:37 +00:00
Jim Blandy
e1c9dcf883 Changes for correct pgrp behavior from Bob Glickstein
<bobg@zindigo.z-code.com>:
	* m/iris4d.h (LIB_STANDARD): Do include -lbsd here.
	* s/irix4-0.h (USE_IRIX_BSDPGRP): #define this.
	(GETPGRP_NO_ARG): Don't #define this.
	* callproc.c [USE_IRIX_BSDPGRP] (Fcall_process): Call BSDsetpgrp
	instead of plain setpgrp.
	[USE_IRIX_BSDPGRP] (child_setup): Same.
	* emacs.c [GETPGRP_NO_ARG] (main, shut_down_emacs): CPP clauses
	deleted; this flag isn't needed anymore.
	[USE_IRIX_BSDPGRP] (main, shut_down_emacs): Call BSDsetpgrp and
	BSDgetpgrp instead of plain setpgrp and getpgrp.
	* process.c [USE_IRIX_BSDPGRP] (create_process): Don't call
	setpgrp before opening the tty.  Call BSDsetpgrp instead of
	setpgrp, after opening the tty.
	* sysdep.c [USE_IRIX_BSDPGRP] (sys_suspend,
	narrow_foreground_group, widen_foreground_group): Call BSDgetpgrp
	and BSDsetpgrp instead of getpgrp and setpgrp.
1993-06-16 23:49:54 +00:00
Jim Blandy
bbe6a8e991 (LIBS_SYSTEM): Don't attempt to #define this if we already have a
definition of LIB_SYSTEM from s/usg5-4.h.
1993-06-16 22:09:24 +00:00
Jim Blandy
73d615812f * m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconf
takes care of that.
1993-06-16 22:07:28 +00:00
Richard M. Stallman
3e36c563db Comment change. 1993-06-12 23:27:32 +00:00
Jim Blandy
4a6fd0de67 Update GPL references - version 2 1993-06-12 22:54:27 +00:00
Jim Blandy
17385adcf7 Updated GPL version to 2. 1993-06-12 22:01:38 +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
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
Jim Blandy
eb8c3be94e Apply typo patches from Paul Eggert. 1993-06-09 11:59:12 +00:00
Richard M. Stallman
38fdf67594 Rewrite by author; mostly rearrangements. 1993-06-08 16:25:02 +00:00
Jim Blandy
8f2d5456ad * config.h.in (HAVE_LIBDNET): New macro, to be defined by
../configure.
	* m/pmax.h (LIBS_MACHINE): Only put "-ldnet" here if HAVE_LIBDNET
	is #defined.
1993-06-08 07:00:13 +00:00
Richard M. Stallman
9fd5d7f03e entered into RCS 1993-06-07 03:34:23 +00:00
Richard M. Stallman
999cf5c25f (NO_MODE_T): Defined.
(LINKER): Add #undef.
1993-06-06 07:54:49 +00:00
Richard M. Stallman
57a1f2a2ed (MIPS2): Comment out define.
(LIB_STANDARD): Delete -lisode.
1993-06-05 08:06:50 +00:00
Richard M. Stallman
d5dd7d18cf [__GNUC__ >= 2]: Don't include alloca.h. 1993-06-04 05:21:01 +00:00
Richard M. Stallman
2e388a26de (HAVE_FTIME): Defined. 1993-06-03 20:27:26 +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
Richard M. Stallman
9f717104c4 (KERNEL_FILE): New override definition. 1993-06-01 20:25:45 +00:00
Richard M. Stallman
069ca42f23 Comment changes. 1993-06-01 20:00:49 +00:00
Richard M. Stallman
5a2411669f (LIBS_MACHINE): Defined. 1993-06-01 17:32:53 +00:00