aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-06-20 14:04:28 +0000
committerDave Love2000-06-20 14:04:28 +0000
commit41c235f496e0f4737a9f096895cd0cd9bce1ea19 (patch)
treead2ad9f67e0415dc54e2125ef3aadc9f68d71cce /src
parent662767b0e9f8b31dae9f202f6dde3bc485f8998b (diff)
downloademacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.tar.gz
emacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.zip
Don't declare HAVE_GETWD.
Diffstat (limited to 'src')
-rw-r--r--src/m/dpx2.h1
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/ibmrs6000.h1
-rw-r--r--src/s/cxux.h2
-rw-r--r--src/s/gnu-linux.h1
-rw-r--r--src/s/iris3-6.h3
-rw-r--r--src/s/irix3-3.h4
7 files changed, 0 insertions, 13 deletions
diff --git a/src/m/dpx2.h b/src/m/dpx2.h
index 4e72182907d..cb88daf7439 100644
--- a/src/m/dpx2.h
+++ b/src/m/dpx2.h
@@ -130,7 +130,6 @@ Boston, MA 02111-1307, USA. */
130# undef LIBX11_SYSTEM 130# undef LIBX11_SYSTEM
131# define LIBX11_SYSTEM -lmalloc -lnsl 131# define LIBX11_SYSTEM -lmalloc -lnsl
132# define BSTRING 132# define BSTRING
133# define HAVE_GETWD
134 133
135/* 134/*
136 * we must have INET loaded so we have sockets 135 * we must have INET loaded so we have sockets
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index 72587ae31ae..aa5cb97ff3c 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -216,7 +216,6 @@ so disable it for them. */
216 216
217#ifdef USG5_3 217#ifdef USG5_3
218#define XICCC 218#define XICCC
219#define HAVE_GETWD
220#undef LD_SWITCH_MACHINE 219#undef LD_SWITCH_MACHINE
221#define LD_SWITCH_MACHINE -T0x0 -K -e start 220#define LD_SWITCH_MACHINE -T0x0 -K -e start
222 221
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index fe876cb9462..56756ed0f95 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -148,7 +148,6 @@ Boston, MA 02111-1307, USA. */
148 148
149#define START_FILES 149#define START_FILES
150#define HAVE_SYSVIPC 150#define HAVE_SYSVIPC
151#define HAVE_GETWD
152/*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ 151/*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
153#define BROKEN_FIONREAD 152#define BROKEN_FIONREAD
154 153
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. */