diff options
| author | Jim Blandy | 1993-06-12 15:37:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-12 15:37:14 +0000 |
| commit | f7bcff969db74915b33b124fb08363498650dc38 (patch) | |
| tree | 1a8a8e2f01f8c022b82357ea53d66c5cfa3a9b12 /src | |
| parent | 788442db42d919bdc51e3ef859fc58a62c9fcf6a (diff) | |
| download | emacs-f7bcff969db74915b33b124fb08363498650dc38.tar.gz emacs-f7bcff969db74915b33b124fb08363498650dc38.zip | |
* config.h.in (HAVE_XRMSETDATABASE, HAVE_RANDOM, HAVE_LIBXBSD):
Add #undefs for these.
Dyke out code requesting -lXbsd and HAVE_RANDOM for XFREE386.
* xfns.c (Fx_open_connection): Test HAVE_XRMSETDATABASE instead of
NO_XRM_SET_DATABASE; the latter isn't used any more.
* m/delta88k, m/tekXD88.h, s/linux.h, s/usg5-4-2.h (HAVE_RANDOM):
Dyke out these #definitions; to avoid conflict with autoconf.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/delta88k.h | 2 | ||||
| -rw-r--r-- | src/m/tekxd88.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/src/m/delta88k.h b/src/m/delta88k.h index 61c61e53028..bede552b434 100644 --- a/src/m/delta88k.h +++ b/src/m/delta88k.h | |||
| @@ -176,7 +176,9 @@ and this notice must be preserved on all copies. */ | |||
| 176 | 176 | ||
| 177 | #ifdef USG5_4 | 177 | #ifdef USG5_4 |
| 178 | #ifdef HAVE_X_WINDOWS | 178 | #ifdef HAVE_X_WINDOWS |
| 179 | #if 0 /* autoconf should take care of this. */ | ||
| 179 | #define HAVE_RANDOM | 180 | #define HAVE_RANDOM |
| 181 | #endif | ||
| 180 | #else | 182 | #else |
| 181 | #undef BSTRING | 183 | #undef BSTRING |
| 182 | #endif /* HAVE_X_WINDOWS */ | 184 | #endif /* HAVE_X_WINDOWS */ |
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h index 1a7ca441dc9..5d1810837c1 100644 --- a/src/m/tekxd88.h +++ b/src/m/tekxd88.h | |||
| @@ -112,7 +112,9 @@ and this notice must be preserved on all copies. */ | |||
| 112 | #undef sigsetmask /* XD88 has sigsetmask() */ | 112 | #undef sigsetmask /* XD88 has sigsetmask() */ |
| 113 | 113 | ||
| 114 | #ifdef HAVE_X_WINDOWS | 114 | #ifdef HAVE_X_WINDOWS |
| 115 | # if 0 /* autoconf should take care of this. */ | ||
| 115 | # define HAVE_RANDOM /* Random is in libX11.a */ | 116 | # define HAVE_RANDOM /* Random is in libX11.a */ |
| 117 | # endif | ||
| 116 | # undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ | 118 | # undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ |
| 117 | # undef LIBX11_SYSTEM | 119 | # undef LIBX11_SYSTEM |
| 118 | #endif /* HAVE_X_WINDOWS */ | 120 | #endif /* HAVE_X_WINDOWS */ |
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 8b481207ec2..2858fec12af 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -179,7 +179,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 179 | #define HAVE_UNISTD_H /* for getpagesize.h */ | 179 | #define HAVE_UNISTD_H /* for getpagesize.h */ |
| 180 | #define NO_SIOCTL_H /* don't have sioctl.h */ | 180 | #define NO_SIOCTL_H /* don't have sioctl.h */ |
| 181 | 181 | ||
| 182 | #if 0 /* autoconf should take care of this. */ | ||
| 182 | #define HAVE_RANDOM /* is builtin */ | 183 | #define HAVE_RANDOM /* is builtin */ |
| 184 | #endif | ||
| 183 | #define HAVE_CLOSEDIR | 185 | #define HAVE_CLOSEDIR |
| 184 | #define HAVE_GETPAGESIZE | 186 | #define HAVE_GETPAGESIZE |
| 185 | #define HAVE_VFORK | 187 | #define HAVE_VFORK |