diff options
Diffstat (limited to 'src/macros.h')
-rw-r--r-- | src/macros.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/macros.h b/src/macros.h index f70e20614..caaca9a3e 100644 --- a/src/macros.h +++ b/src/macros.h @@ -321,3 +321,7 @@ #else # define PLINES_NOFILL(x) plines(x) #endif + +#if defined(FEAT_NETBEANS_INTG) || defined(FEAT_CLIENTSERVER) +# define MESSAGE_QUEUE +#endif |