diff options
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/g10/options.h b/g10/options.h index 339804f59..e80d3ead0 100644 --- a/g10/options.h +++ b/g10/options.h @@ -30,14 +30,6 @@ #include "../common/session-env.h" #include "../common/compliance.h" -#ifndef EXTERN_UNLESS_MAIN_MODULE -/* Norcraft can't cope with common symbols */ -#if defined (__riscos__) && !defined (INCLUDED_BY_MAIN_MODULE) -#define EXTERN_UNLESS_MAIN_MODULE extern -#else -#define EXTERN_UNLESS_MAIN_MODULE -#endif -#endif /* Declaration of a keyserver spec type. The definition is found in ../common/keyserver.h. */ |