From: Michael Welsh Duggan Date: Tue, 6 Mar 2001 22:19:19 +0000 (+0000) Subject: STABLE10-linux-libafs-with-modversions-20010228 X-Git-Tag: openafs-stable-1_0_3~16 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=af5cf58dd01e533060aeaf1f9b0aa22f26797714;p=packages%2Fo%2Fopenafs.git STABLE10-linux-libafs-with-modversions-20010228 (cherry picked from commit 3f43961f538884b76092012627172dcb1afffa7d) --- diff --git a/src/config/param.i386_linux22.h b/src/config/param.i386_linux22.h index 76a493960..7f3277e9f 100644 --- a/src/config/param.i386_linux22.h +++ b/src/config/param.i386_linux22.h @@ -60,6 +60,11 @@ #define AFS_GLOBAL_SUNLOCK #endif +#if defined(MODULE) && defined(CONFIG_MODVERSIONS) +#define MODVERSIONS +#include +#endif + #endif /* __KERNEL__ && !DUMP_KERNEL*/ #ifdef KERNEL diff --git a/src/config/param.i386_linux24.h b/src/config/param.i386_linux24.h index 1dd862bcb..0e8e95401 100644 --- a/src/config/param.i386_linux24.h +++ b/src/config/param.i386_linux24.h @@ -52,6 +52,11 @@ #define AFS_GLOBAL_SUNLOCK #endif +#if defined(MODULE) && defined(CONFIG_MODVERSIONS) +#define MODVERSIONS +#include +#endif + #endif /* __KERNEL__ && !DUMP_KERNEL*/ #ifdef KERNEL