Mercurial > emacs
changeset 29792:ad887a4586ab
Don't declare HAVE_GETWD.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 Jun 2000 14:04:28 +0000 |
parents | 34d95709a82b |
children | d5b993b86f16 |
files | 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 |
diffstat | 7 files changed, 0 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/dpx2.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/m/dpx2.h Tue Jun 20 14:04:28 2000 +0000 @@ -130,7 +130,6 @@ # undef LIBX11_SYSTEM # define LIBX11_SYSTEM -lmalloc -lnsl # define BSTRING -# define HAVE_GETWD /* * we must have INET loaded so we have sockets
--- a/src/m/ibmps2-aix.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/m/ibmps2-aix.h Tue Jun 20 14:04:28 2000 +0000 @@ -216,7 +216,6 @@ #ifdef USG5_3 #define XICCC -#define HAVE_GETWD #undef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE -T0x0 -K -e start
--- a/src/m/ibmrs6000.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/m/ibmrs6000.h Tue Jun 20 14:04:28 2000 +0000 @@ -148,7 +148,6 @@ #define START_FILES #define HAVE_SYSVIPC -#define HAVE_GETWD /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ #define BROKEN_FIONREAD
--- a/src/s/cxux.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/s/cxux.h Tue Jun 20 14:04:28 2000 +0000 @@ -212,8 +212,6 @@ */ #undef const -#define HAVE_GETWD - #ifdef sigmask #undef sigmask #endif
--- a/src/s/gnu-linux.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/s/gnu-linux.h Tue Jun 20 14:04:28 2000 +0000 @@ -207,7 +207,6 @@ #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 */
--- a/src/s/iris3-6.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/s/iris3-6.h Tue Jun 20 14:04:28 2000 +0000 @@ -157,6 +157,3 @@ /* 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
--- a/src/s/irix3-3.h Tue Jun 20 14:02:05 2000 +0000 +++ b/src/s/irix3-3.h Tue Jun 20 14:04:28 2000 +0000 @@ -137,10 +137,6 @@ 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. */