mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
Don't declare HAVE_GETWD.
This commit is contained in:
parent
662767b0e9
commit
41c235f496
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -212,8 +212,6 @@ Boston, MA 02111-1307, USA. */
|
||||
*/
|
||||
#undef const
|
||||
|
||||
#define HAVE_GETWD
|
||||
|
||||
#ifdef sigmask
|
||||
#undef sigmask
|
||||
#endif
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user