X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;h=a366e4895f318a819cf8e6484e2dde7026287402;hp=912a31e566bcdc2d00b2fe72e356694b7a94b52f;hb=d82a194dafd084eb91d7abffa3ed2e9a33e7c4b6;hpb=b8063ab652bea6feb45102bfce9d3aa873bba295 diff --git a/acconfig.h b/acconfig.h index 912a31e..a366e48 100644 --- a/acconfig.h +++ b/acconfig.h @@ -74,7 +74,7 @@ @BOTTOM@ -#ifndef DONT_NEED_DECLARATIONS +#ifdef WANT_DECLARATIONS /* Declaration for gethostname(3)? */ #undef NEED_DECLARATION_GETHOSTNAME @@ -181,7 +181,7 @@ int pclose(FILE *stream); extern const char *gettext(const char *msgid); #endif -#endif /* !DONT_NEED_DECLARATIONS */ +#endif /* WANT_DECLARATIONS */ /* snprintf(3) unsafe emulation */ #ifdef HAVE_SNPRINTF @@ -226,7 +226,7 @@ extern char *sys_errlist[]; #define offsetof(a,b) ((size_t)&((a *)0)->b) #endif -#ifndef DONT_NEED_DECLARATIONS +#ifdef WANT_DECLARATIONS /* * Handles all of the internationalization configuration options. * Author: Tom Tromey @@ -253,4 +253,4 @@ extern char *sys_errlist[]; # define _(String) (String) # define N_(String) (String) #endif /* ENABLE_NLS */ -#endif /* !DONT_NEED_DECLARATIONS */ +#endif /* WANT_DECLARATIONS */