X-Git-Url: https://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;h=ac1bcefcde512ee07c5569664d803f1326c2ad41;hp=890db9d0ef8d22d624c45e7d618c8ac82eac6940;hb=f3c081df429e32cf77534cd4650daf3bed23e122;hpb=dc2a3b54e001b0c0c2d953918ced037ce1fe70bd diff --git a/acconfig.h b/acconfig.h index 890db9d..ac1bcef 100644 --- a/acconfig.h +++ b/acconfig.h @@ -54,6 +54,10 @@ #undef HAVE_CBAUDEX #undef CBAUDEX +/* CRTSCTS define, may be missing. */ +#undef HAVE_CRTSCTS +#undef CRTSCTS + /* FD_SETSIZE define, may be missing. */ #undef HAVE_FD_SETSIZE @@ -212,9 +216,10 @@ extern char *sys_errlist[]; #ifdef HAVE_LIBINTL_H # include #endif /* HAVE_LIBINTL_H */ -# define _(String) gettext (String) +/* 'gettext()' may not be declared here and it will default to return 'int'! */ +# define _(String) ((const char *)gettext (String)) # ifdef gettext_noop -# define N_(String) gettext_noop (String) +# define N_(String) ((const char *)gettext_noop (String)) # else # define N_(String) (String) # endif