comparison src/s/hpux10-20.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 d86e65007470
comparison
equal deleted inserted replaced
108881:5582106cddf0 108882:3ff97bad1c47
65 doesn't work in the way Emacs needs it to. */ 65 doesn't work in the way Emacs needs it to. */
66 #define BROKEN_SIGIO 66 #define BROKEN_SIGIO
67 67
68 /* Some additional system facilities exist. */ 68 /* Some additional system facilities exist. */
69 #define HAVE_PERROR /* Delete this line for version 6. */ 69 #define HAVE_PERROR /* Delete this line for version 6. */
70
71 #define UNEXEC unexhp9k800.o
72 70
73 /* This is how to get the device name of the tty end of a pty. */ 71 /* This is how to get the device name of the tty end of a pty. */
74 #define PTY_TTY_NAME_SPRINTF \ 72 #define PTY_TTY_NAME_SPRINTF \
75 sprintf (pty_name, "/dev/pty/tty%c%x", c, i); 73 sprintf (pty_name, "/dev/pty/tty%c%x", c, i);
76 74