]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't declare HAVE_GETWD.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:04:28 +0000 (14:04 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 14:04:28 +0000 (14:04 +0000)
src/m/dpx2.h
src/m/ibmps2-aix.h
src/m/ibmrs6000.h
src/s/cxux.h
src/s/gnu-linux.h
src/s/iris3-6.h
src/s/irix3-3.h

index 4e72182907daef2a497d0434f3a612d173c2011f..cb88daf7439c0abfeaef546365530d92e04e6860 100644 (file)
@@ -130,7 +130,6 @@ Boston, MA 02111-1307, USA.  */
 # undef LIBX11_SYSTEM
 # define LIBX11_SYSTEM -lmalloc -lnsl
 # define BSTRING
-# define HAVE_GETWD
 
 /*
  * we must have INET loaded so we have sockets
index 72587ae31ae3289fbbd6959fbdf6f46278b2e393..aa5cb97ff3c99998a9fb1d330c8d3a86c24f3f4c 100644 (file)
@@ -216,7 +216,6 @@ so disable it for them.  */
 
 #ifdef USG5_3
 #define XICCC
-#define HAVE_GETWD
 #undef LD_SWITCH_MACHINE
 #define LD_SWITCH_MACHINE -T0x0 -K -e start
 
index fe876cb9462f375d40056551ae431e7b2c76197a..56756ed0f95f76933b3223646f781a50ee1e4eaf 100644 (file)
@@ -148,7 +148,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define START_FILES
 #define HAVE_SYSVIPC
-#define HAVE_GETWD
 /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
 #define BROKEN_FIONREAD
 
index 6b0de297d94dffdb0c54b429f6e86a8b15527652..c39f2413cc268b5821a5d78c9f42c13de302ef99 100644 (file)
@@ -212,8 +212,6 @@ Boston, MA 02111-1307, USA.  */
  */
 #undef const
 
-#define HAVE_GETWD
-
 #ifdef sigmask
 #undef sigmask
 #endif
index 6cc8252792478b784eb70c747208d78b68859bd9..44765c024f6f2bfe7e45fb873a05e35b5c1a5dad 100644 (file)
@@ -207,7 +207,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define NO_SIOCTL_H           /* don't have sioctl.h */
 
-#define HAVE_GETWD            /* cure conflict with getcwd? */
 #define HAVE_WAIT_HEADER
 
 #define SYSV_SYSTEM_DIR       /* use dirent.h */
index c4406cd2e870a3a987236c50e375997fdbcf52c2..56e0e06fefcf8049a03c85014312e066c6e7fcb4 100644 (file)
@@ -157,6 +157,3 @@ Boston, MA 02111-1307, 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
index 9fc8a54bc4df92c11c7f23bf70e8caec5693e78f..1d02c5c3270d7a9edc4c5f955ba8b67064b11837 100644 (file)
@@ -137,10 +137,6 @@ Boston, MA 02111-1307, USA.  */
            sprintf (ptyname, "/dev/ttyq%d", minor (stb.st_rdev));
 
 
-/* getwd is defined.  */
-
-#define HAVE_GETWD
-
 #define HAVE_SYSVIPC
 
 /* sioctl.h should be included where appropriate.  */