Mercurial > emacs
diff src/s/gnu-linux.h @ 3680:6c88b630141b
* 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.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Sat, 12 Jun 1993 15:37:14 +0000 |
| parents | 9137e78cc171 |
| children | b9d69ed987e7 |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Sat Jun 12 10:12:21 1993 +0000 +++ b/src/s/gnu-linux.h Sat Jun 12 15:37:14 1993 +0000 @@ -179,7 +179,9 @@ #define HAVE_UNISTD_H /* for getpagesize.h */ #define NO_SIOCTL_H /* don't have sioctl.h */ +#if 0 /* autoconf should take care of this. */ #define HAVE_RANDOM /* is builtin */ +#endif #define HAVE_CLOSEDIR #define HAVE_GETPAGESIZE #define HAVE_VFORK
