Commit Graph

726 Commits

Author SHA1 Message Date
Dave Love
92dd1b29e0 (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define. 2000-11-22 10:41:06 +00:00
Gerd Moellmann
7aaf438830 (_FILE_OFFSET_BITS): Undef. 2000-11-21 15:53:02 +00:00
Kenichi Handa
1a55ec5a9e Move #undef USE_MMAP_FOR_BUFFERS out of #if 0 ... #endif scope. 2000-11-21 00:31:45 +00:00
Gerd Moellmann
a8f77aaa34 Don't use `#cpu'. 2000-11-20 19:45:24 +00:00
Gerd Moellmann
c245b58081 (USE_MMAP_FOR_BUFFERS): Undefine. 2000-11-20 11:58:20 +00:00
Kenichi Handa
050c9c6849 (C_SWITCH_X_SYSTEM): Include -I/usr/include/X11R6 and
-I/usr/contrib/X11R6/include.
(LD_SWITCH_X_DEFAULT): Include -L/usr/lib/X11R6.
2000-11-11 00:31:37 +00:00
Dave Love
dfcd7ccfe9 Don't define SYSTEM_MALLOC so that we can find out
when it's necessary.
2000-10-26 22:08:28 +00:00
Dave Love
5979523a64 (USE_MMAP_FOR_BUFFERS): Define. 2000-09-28 21:49:46 +00:00
Dave Love
2a620aaa63 Define REL_ALLOC_MMAP, not REL_ALLOC_MMAP. 2000-09-28 09:41:28 +00:00
Dave Love
c952a61737 Now works 64-bit. Tidied. 2000-09-27 09:32:32 +00:00
Gerd Moellmann
76bb714a40 (POSIX_SIGNALS): Define. 2000-09-25 11:52:48 +00:00
Gerd Moellmann
67cdbf1682 (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. 2000-09-14 15:12:48 +00:00
Ken Raeburn
6a72fdd12e s/netbsd.h: NO_C_SOURCE->NOT_C_CODE 2000-09-10 01:12:09 +00:00
Dave Love
0460aa783e (REL_ALLOC_MMAP): Define. 2000-09-08 13:57:04 +00:00
Gerd Moellmann
fc653ef2d8 (GC_MARK_STACK, REL_ALLOC_MMAP): Define. 2000-09-08 13:56:53 +00:00
Dave Love
326cdd749d Mention REL_ALLOC_MMAP. 2000-09-08 13:49:15 +00:00
Andrew Innes
cc48c6e7a4 (ORDINARY_LINK): New define. 2000-09-03 17:40:40 +00:00
Gerd Moellmann
d276b0cfc1 Include <signal.h>.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
2000-09-02 11:34:56 +00:00
Gerd Moellmann
c6ac3c3a67 (bcopy, bzero, bcmp): Don't define. 2000-08-28 15:03:56 +00:00
Gerd Moellmann
1f4ecd6b72 (index): Define only if not HAVE_INDEX.
(rindex): Define only if !HAVE_RINDEX.
2000-08-28 15:03:42 +00:00
Andrew Innes
bfba227f39 (malloc, free, realloc, calloc): Rename if
USE_CRT_DLL is defined, so Emacs can use GNU malloc even though it
cannot override the CRT malloc.
(_WINSOCK_H): Define to prevent normal winsock
definitions from being used.
(sys_nerr): Provide default definition.
(strdup, strupr, strnicmp, stricmp, tzset, tzname): Map to same
name with _ prepended.
(NSIG): Define if not known.
(get_emacs_configuration): Provide extern declaration.
(get_emacs_configuration_options): Provide extern declaration.
(EMACS_CONFIG_OPTIONS): Call get_emacs_configuration_options.
2000-08-22 23:55:09 +00:00
Dave Love
df7c0cb421 Comment about gcc -g. 2000-08-15 09:17:23 +00:00
Andreas Schwab
2dad51cce6 * m/ia64.h: Moved from s/ia64.h. 2000-08-04 08:48:52 +00:00
Gerd Moellmann
f4988be716 *** empty log message *** 2000-08-03 20:24:26 +00:00
Dave Love
2b565005e6 (IRIX_FORCE_32_BITS, LD_SWITCH_SYSTEM): Don't
define.
[_MIPS_SZLONG == 64]: Set up for 64-bit mode -- not currently
working.
2000-07-27 14:47:17 +00:00
Dave Love
9272c039fb (LIBS_TERMCAP): Move from m/sparc.h. 2000-07-24 18:28:05 +00:00
Gerd Moellmann
7d0b202fbf Not in use since 20.x. 2000-07-24 14:23:08 +00:00
Gerd Moellmann
026d2a71e3 (WAITTYPE, WRETCODE): Put in #if 0. 2000-07-05 19:57:51 +00:00
Ken Raeburn
80fcd514bb Sound support for NetBSD through "Linux emulation" support:
* config.in (HAVE_SOUNDCARD_H): Undef.
(HAVE_SOUND): Define if HAVE_SOUNDCARD_H.
* Makefile.in (LIBSOUND): New variable.
(LIBES): Include it.
* sound.c [HAVE_SOUNDCARD_H]: Include <sys/ioctl.h> and <soundcard.h>.
(DEFAULT_SOUND_DEVICE): Define to "/dev/dsp" if not defined elsewhere.
(vox_open): Use DEFAULT_SOUND_DEVICE.
* s/netbsd.h (DEFAULT_SOUND_DEVICE): Define to /dev/audio.
2000-07-05 19:33:00 +00:00
Gerd Moellmann
0b81c94077 (sigunblock): Define. 2000-06-28 11:51:19 +00:00
Dave Love
93e40f4000 (C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
(sys_siglist, NSIG): Definitions moved here from osf1.h.
2000-06-27 16:28:35 +00:00
Dave Love
a61f217b5b (C_SWITCH_SYSTEM, LIBS_SYSTEM): Revert last change (moved to osf5-0.h).
[!NOT_C_CODE]: Protect string.h stuff.
2000-06-27 16:24:16 +00:00
Dave Love
8cf8560b9c *** empty log message *** 2000-06-23 17:21:32 +00:00
Dave Love
2e83e1e11e Move string.h hack here from alpha.h and make it conditional.
(C_SWITCH_SYSTEM): Use _OSF_SOURCE, not -BSD, which clashes with
_XOPEN_SOURCE.
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist, NSIG): Define.
(SOCKLEN_TYPE): Don't define.
2000-06-23 17:02:15 +00:00
Dave Love
bb746ea696 (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500. 2000-06-22 12:52:06 +00:00
Dave Love
f83a1ae3d2 (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here. 2000-06-22 12:47:29 +00:00
Gerd Moellmann
6a9f1263c6 (sigblock): Redefined to pass a pointer as second
argument to sigprocmask.
2000-06-20 18:30:44 +00:00
Dave Love
41c235f496 Don't declare HAVE_GETWD. 2000-06-20 14:04:28 +00:00
Dave Love
85248548ea Don't declare GETTIMEOFDAY_ONE_ARGUMENT. 2000-06-20 13:36:45 +00:00
Dave Love
eaac62b49c Don't declare HAVE_GETWD, VFORK_RETURN_TYPE. 2000-06-20 13:36:13 +00:00
Dave Love
ba999c1481 Don't declare HAVE_GETWD, HAVE_GETTIMEOFDAY. 2000-06-20 13:35:30 +00:00
Kenichi Handa
c99c89ac6a (HAVE_GETLOADAVG): Define it as 1. 2000-06-20 12:20:16 +00:00
Gerd Moellmann
9f817ea412 *** empty log message *** 2000-06-14 13:39:46 +00:00
Dave Love
162ccef4e8 Don't define MATHERR. 2000-06-05 13:28:43 +00:00
Gerd Moellmann
dd04d6c153 (setpgrp): Don't define it here because this
prevents compilation on GNU/Linux systems with glib 2.2.
2000-05-23 21:59:27 +00:00
Gerd Moellmann
71125fb836 (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
(PTY_ITERATION, PTY_NAME_SPRINTF, PTY_OPEN, PTY_TTY_NAME_SPRINTF)
[HAVE_GRANDPT]: Define.
(C_SWITCH_SYSTEM): Add -D_XOPEN_SOURCE.
2000-05-20 15:51:13 +00:00
Gerd Moellmann
7e0ba6da56 (TERMCAP_OBJ): Removed.
(LIBS_TERMCAP): Don't define for __FreeBSD_version >= 400000.
2000-04-27 19:09:58 +00:00
Dave Love
8fffa182c3 Revert HAVE_GETLOADAVG changes. 2000-04-19 11:21:37 +00:00
Gerd Moellmann
1f71352bba (LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'. 2000-04-14 19:27:02 +00:00
Dave Love
314767c0a5 Don't define autoconfiscated NLIST_STRUCT. 2000-04-14 17:54:26 +00:00