(BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what
the system-description files say. They don't always make fine
enough distinctions between systems, and sometimes the bcopy
routines are available only with X windows.
#undef HAVE_XRMSETDATABASE
#undef HAVE_RANDOM
+#undef HAVE_BCOPY
+
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__
#define SIGTYPE RETSIGTYPE
#endif
+/* The rest of the code currently tests the CPP symbol BSTRING.
+ Override any claims made by the system-description files. */
+#undef BSTRING
+#ifdef HAVE_BCOPY
+#define BSTRING
+#endif
+
/* Non-ANSI C compilers usually don't have volatile. */
#ifndef HAVE_VOLATILE
#ifndef __STDC__