aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/delta88k.h2
-rw-r--r--src/m/tekxd88.h2
-rw-r--r--src/s/gnu-linux.h2
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