| Index: src/include/trousers_types.h
|
| diff --git a/src/include/trousers_types.h b/src/include/trousers_types.h
|
| index ad00271dfced072b86fced8cff7015cb17fcf9e7..1c1d79fe98df2fa5f6e328569319899b78be18e1 100644
|
| --- a/src/include/trousers_types.h
|
| +++ b/src/include/trousers_types.h
|
| @@ -118,7 +118,7 @@ typedef struct tdTSS_KEY {
|
| BYTE *encData;
|
| } TSS_KEY;
|
|
|
| -#if (defined (__linux) || defined (linux))
|
| +#if (defined (__linux) || defined (linux) || defined (SOLARIS) || defined (__GLIBC__))
|
| #define BSD_CONST
|
| #elif (defined (__OpenBSD__) || defined (__FreeBSD__))
|
| #define BSD_CONST const
|
|
|