mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
Replace symbol BSD with BSD_SYSTEM.
This commit is contained in:
parent
e397a0172f
commit
488b7cb38f
2 changed files with 4 additions and 4 deletions
|
|
@ -137,11 +137,11 @@ CC = C_COMPILER
|
|||
|
||||
/* Some s/SYSTEM.h files define this to request special switches in ld. */
|
||||
#ifndef LD_SWITCH_SYSTEM
|
||||
#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)))
|
||||
#if !defined (__GNUC__) && (defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)))
|
||||
#define LD_SWITCH_SYSTEM -X
|
||||
#else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
|
||||
#else /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
|
||||
#define LD_SWITCH_SYSTEM
|
||||
#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD) && !defined (COFF)) */
|
||||
#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
|
||||
#endif /* LD_SWITCH_SYSTEM */
|
||||
|
||||
/* Some m/MACHINE.h files define this to request special switches in ld. */
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
|
|||
#include <ssdef.h>
|
||||
#endif
|
||||
|
||||
#ifdef BSD
|
||||
#ifdef BSD_SYSTEM
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue