diff options
| author | Richard M. Stallman | 1993-08-13 19:09:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-13 19:09:21 +0000 |
| commit | e1111f28fbf42c9231af3323e0a03bb374a33678 (patch) | |
| tree | a33f2fa7eefcb341f8ebe9bd5cfcbb23d7497d8e /src/m | |
| parent | 75e4aa067012b948dd08758d0a8b4f3ec97a7afe (diff) | |
| download | emacs-e1111f28fbf42c9231af3323e0a03bb374a33678.tar.gz emacs-e1111f28fbf42c9231af3323e0a03bb374a33678.zip | |
Delete conditionals for HAVE_X_WINDOWS and HAVE_SOCKETS.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/dpx2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/m/dpx2.h b/src/m/dpx2.h index bcc0156f44d..80ee2eb1bbc 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h | |||
| @@ -133,7 +133,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 133 | /* | 133 | /* |
| 134 | * if we use X11, libX11.a has these... | 134 | * if we use X11, libX11.a has these... |
| 135 | */ | 135 | */ |
| 136 | #ifdef HAVE_X_WINDOWS | ||
| 137 | # undef LIB_X11_LIB | 136 | # undef LIB_X11_LIB |
| 138 | # define LIB_X11_LIB -lX11 | 137 | # define LIB_X11_LIB -lX11 |
| 139 | # undef LIBX11_SYSTEM | 138 | # undef LIBX11_SYSTEM |
| @@ -145,14 +144,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 145 | * we must have INET loaded so we have sockets | 144 | * we must have INET loaded so we have sockets |
| 146 | */ | 145 | */ |
| 147 | # define HAVE_SOCKETS | 146 | # define HAVE_SOCKETS |
| 148 | #endif /* HAVE_X_WINDOWS */ | ||
| 149 | 147 | ||
| 150 | /* | 148 | /* |
| 151 | * useful if you have INET loaded | 149 | * useful if you have INET loaded |
| 152 | */ | 150 | */ |
| 153 | #ifdef HAVE_SOCKETS | ||
| 154 | # define LIBS_MACHINE -linet | 151 | # define LIBS_MACHINE -linet |
| 155 | #endif | ||
| 156 | 152 | ||
| 157 | 153 | ||
| 158 | #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) | 154 | #if (defined(ncl_mr) || defined(ncl_el)) && !defined (NBPC) |