# HG changeset patch # User Jim Blandy # Date 698032657 0 # Node ID 4c9c887ccec7a812f0418f8cfa8708c0b1b16e84 # Parent a7b7b759f6948bb32f33d8e7f5f088142e3e2542 entered into RCS diff -r a7b7b759f694 -r 4c9c887ccec7 src/s/iris3-6.h --- a/src/s/iris3-6.h Wed Feb 12 03:35:14 1992 +0000 +++ b/src/s/iris3-6.h Fri Feb 14 01:57:37 1992 +0000 @@ -191,3 +191,6 @@ /* 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