mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
This commit is contained in:
parent
f83a1ae3d2
commit
bb746ea696
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2000-06-22 Dave Love <fx@gnu.org>
|
||||
|
||||
* s/isc3-0.h (C_SWITCH_SYSTEM): Define _XOPEN_SOURCE=500.
|
||||
|
||||
* s/gnu-linux.h (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
|
||||
|
||||
2000-06-22 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* ccl.c (ccl_driver) <CCL_End>: Decrement stack_idx only when it
|
||||
|
|
|
|||
|
|
@ -34,8 +34,9 @@
|
|||
/* We need either _XOPEN_SOURCE or _POSIX_SOURCE to import the posix
|
||||
signal symbols; might as well use _XOPEN_SOURCE. Defining _SYSV3
|
||||
ensures that we don't lose the traditional symbols as a side effect
|
||||
from this or __STDC__ being defined. */
|
||||
#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE -D_SYSV3
|
||||
from this or __STDC__ being defined. Define _XOPEN_SOURCE=500 for
|
||||
compatibility with the autoconf test. */
|
||||
#define C_SWITCH_SYSTEM -D_XOPEN_SOURCE=500 -D_SYSV3
|
||||
|
||||
#ifdef __GNUC__ /* Currently we use -lcposix only with gcc */
|
||||
/* This works around a bug in ISC 4.0 and 3.0; it fails
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue