diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/apollo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/m/apollo.h b/src/m/apollo.h index 0f5e7d01e2c..e878939370b 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. */ | |||
| 94 | #ifndef APOLLO_SR10 | 94 | #ifndef APOLLO_SR10 |
| 95 | #undef BSTRING | 95 | #undef BSTRING |
| 96 | #endif | 96 | #endif |
| 97 | |||
| 98 | /* The function x_destroy_database doesn't exist in the version of X | ||
| 99 | on the Apollo. */ | ||
| 100 | #define NO_X_DESTROY_DATABASE | ||