summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-02-14 01:57:37 +0000
committerJim Blandy <jimb@redhat.com>1992-02-14 01:57:37 +0000
commit35e46c62b9fa31f0b3ed4b237c9d92f3020af52e (patch)
treee4483fb742847517448e5cc8fb3381affef7cbce /src
parent95605e15f15ec2a56dec7438b5f6121d94da6965 (diff)
downloademacs-35e46c62b9fa31f0b3ed4b237c9d92f3020af52e.tar.gz
entered into RCS
Diffstat (limited to 'src')
-rw-r--r--src/s/iris3-6.h3
1 files changed, 3 insertions, 0 deletions
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