summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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