comparison src/s/irix6-5.h @ 108882:3ff97bad1c47

Move UNEXEC definition to autoconf. * configure.in (unxec): Do not define and substitute. (UNEXEC_OBJ): New output variable, replaces cpp UNEXEC. * msdos/sed1v2.inp (UNEXEC_OBJ): Use UNEXEC_OBJ instead of unexec. * src/s/usg5-4.h (UNEXEC): Remove, move to configure.in. * src/s/sol2-10.h (UNEXEC): * src/s/irix6-5.h (UNEXEC): * src/s/hpux10-20.h (UNEXEC): * src/s/gnu-linux.h (UNEXEC): * src/s/darwin.h (UNEXEC): * src/s/cygwin.h (UNEXEC): * src/s/bsd-common.h (UNEXEC): * src/s/aix4-2.h (UNEXEC): * src/m/alpha.h (UNEXEC): Likewise. * src/Makefile.in (UNEXEC_OBJ): Define using @UNEXEC_OBJ@.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 03 Jun 2010 15:16:02 -0700
parents f8e62c2bf3e9
children 6799ec1a7188
comparison
equal deleted inserted replaced
108881:5582106cddf0 108882:3ff97bad1c47
81 #define ULIMIT_BREAK_VALUE 0x14000000 81 #define ULIMIT_BREAK_VALUE 0x14000000
82 82
83 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ 83 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
84 #define PREFER_VSUSP 84 #define PREFER_VSUSP
85 85
86 #define UNEXEC unexelf.o
87
88 #define NARROWPROTO 1 86 #define NARROWPROTO 1
89 87
90 #define USE_MMAP_FOR_BUFFERS 1 88 #define USE_MMAP_FOR_BUFFERS 1
91 89
92 #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */ 90 #if _MIPS_SZLONG == 64 /* -mabi=64 (gcc) or -64 (MIPSpro) */