From 35e46c62b9fa31f0b3ed4b237c9d92f3020af52e Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 14 Feb 1992 01:57:37 +0000 Subject: entered into RCS --- src/s/iris3-6.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index d295fe30cb4..2944a70725b 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h @@ -191,3 +191,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is how to get the device name of the tty end of a pty. */ #define PTY_TTY_NAME_SPRINTF \ sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); + +/* The C library does have the getwd function. */ +#define HAVE_GETWD -- cgit v1.2.1