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/s/gnu-linux.h | |
| 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/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |