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/m | |
| parent | 662767b0e9f8b31dae9f202f6dde3bc485f8998b (diff) | |
| download | emacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.tar.gz emacs-41c235f496e0f4737a9f096895cd0cd9bce1ea19.zip | |
Don't declare HAVE_GETWD.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/dpx2.h | 1 | ||||
| -rw-r--r-- | src/m/ibmps2-aix.h | 1 | ||||
| -rw-r--r-- | src/m/ibmrs6000.h | 1 |
3 files changed, 0 insertions, 3 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 | ||