diff options
| author | Dave Love | 2000-06-20 14:04:28 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 14:04:28 +0000 |
| commit | 41c235f496e0f4737a9f096895cd0cd9bce1ea19 (patch) | |
| tree | ad2ad9f67e0415dc54e2125ef3aadc9f68d71cce /src/s | |
| parent | 662767b0e9f8b31dae9f202f6dde3bc485f8998b (diff) | |
| download | emacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.tar.gz emacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.zip | |
Don't declare HAVE_GETWD.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/cxux.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 1 | ||||
| -rw-r--r-- | src/s/iris3-6.h | 3 | ||||
| -rw-r--r-- | src/s/irix3-3.h | 4 |
4 files changed, 0 insertions, 10 deletions
diff --git a/src/s/cxux.h b/src/s/cxux.h index 6b0de297d94..c39f2413cc2 100644 --- a/src/s/cxux.h +++ b/src/s/cxux.h | |||
| @@ -212,8 +212,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 212 | */ | 212 | */ |
| 213 | #undef const | 213 | #undef const |
| 214 | 214 | ||
| 215 | #define HAVE_GETWD | ||
| 216 | |||
| 217 | #ifdef sigmask | 215 | #ifdef sigmask |
| 218 | #undef sigmask | 216 | #undef sigmask |
| 219 | #endif | 217 | #endif |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 6cc82527924..44765c024f6 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -207,7 +207,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 207 | 207 | ||
| 208 | #define NO_SIOCTL_H /* don't have sioctl.h */ | 208 | #define NO_SIOCTL_H /* don't have sioctl.h */ |
| 209 | 209 | ||
| 210 | #define HAVE_GETWD /* cure conflict with getcwd? */ | ||
| 211 | #define HAVE_WAIT_HEADER | 210 | #define HAVE_WAIT_HEADER |
| 212 | 211 | ||
| 213 | #define SYSV_SYSTEM_DIR /* use dirent.h */ | 212 | #define SYSV_SYSTEM_DIR /* use dirent.h */ |
diff --git a/src/s/iris3-6.h b/src/s/iris3-6.h index c4406cd2e87..56e0e06fefc 100644 --- a/src/s/iris3-6.h +++ b/src/s/iris3-6.h | |||
| @@ -157,6 +157,3 @@ Boston, MA 02111-1307, USA. */ | |||
| 157 | /* This is how to get the device name of the tty end of a pty. */ | 157 | /* This is how to get the device name of the tty end of a pty. */ |
| 158 | #define PTY_TTY_NAME_SPRINTF \ | 158 | #define PTY_TTY_NAME_SPRINTF \ |
| 159 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); | 159 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); |
| 160 | |||
| 161 | /* The C library does have the getwd function. */ | ||
| 162 | #define HAVE_GETWD | ||
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h index 9fc8a54bc4d..1d02c5c3270 100644 --- a/src/s/irix3-3.h +++ b/src/s/irix3-3.h | |||
| @@ -137,10 +137,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 137 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); | 137 | sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev)); |
| 138 | 138 | ||
| 139 | 139 | ||
| 140 | /* getwd is defined. */ | ||
| 141 | |||
| 142 | #define HAVE_GETWD | ||
| 143 | |||
| 144 | #define HAVE_SYSVIPC | 140 | #define HAVE_SYSVIPC |
| 145 | 141 | ||
| 146 | /* sioctl.h should be included where appropriate. */ | 142 | /* sioctl.h should be included where appropriate. */ |