X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;h=890db9d0ef8d22d624c45e7d618c8ac82eac6940;hp=b51d61b7fa2775f60edcda19fb744446fedea0bb;hb=dc2a3b54e001b0c0c2d953918ced037ce1fe70bd;hpb=f6eb34fe532a8392a1aa3a0f2d93e16896b8eba5 diff --git a/acconfig.h b/acconfig.h index b51d61b..890db9d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -201,6 +201,7 @@ extern char *sys_errlist[]; #define offsetof(a,b) ((size_t)&((a *)0)->b) #endif +#ifndef DONT_NEED_DECLARATIONS /* * Handles all of the internationalization configuration options. * Author: Tom Tromey @@ -227,3 +228,4 @@ extern char *sys_errlist[]; # define _(String) (String) # define N_(String) (String) #endif /* ENABLE_NLS */ +#endif /* !DONT_NEED_DECLARATIONS */