From 0b74cf8cd89b9daa48966d4e2ab10cf0f52dc1d7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Mar 1993 05:40:29 +0000 Subject: [PATCH] (NO_X_DESTROY_DATABASE): Defined. --- src/m/apollo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/m/apollo.h b/src/m/apollo.h index 0f5e7d01e2..e878939370 100644 --- a/src/m/apollo.h +++ b/src/m/apollo.h @@ -94,3 +94,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef APOLLO_SR10 #undef BSTRING #endif + +/* The function x_destroy_database doesn't exist in the version of X + on the Apollo. */ +#define NO_X_DESTROY_DATABASE -- 2.39.2