diff options
author | Jim Blandy <jimb@redhat.com> | 1992-02-14 01:57:37 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-02-14 01:57:37 +0000 |
commit | 35e46c62b9fa31f0b3ed4b237c9d92f3020af52e (patch) | |
tree | e4483fb742847517448e5cc8fb3381affef7cbce /src | |
parent | 95605e15f15ec2a56dec7438b5f6121d94da6965 (diff) | |
download | emacs-35e46c62b9fa31f0b3ed4b237c9d92f3020af52e.tar.gz |
entered into RCS
Diffstat (limited to 'src')
-rw-r--r-- | src/s/iris3-6.h | 3 |
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 |