X-Git-Url: http://git.jankratochvil.net/?p=mdsms.git;a=blobdiff_plain;f=acconfig.h;h=8134a13dee0c162c49df07210413ea2df6b247ee;hp=b51d61b7fa2775f60edcda19fb744446fedea0bb;hb=b8da312c086a3a21b39cce671060b84e651fa7ad;hpb=f6eb34fe532a8392a1aa3a0f2d93e16896b8eba5 diff --git a/acconfig.h b/acconfig.h index b51d61b..8134a13 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 @@ -201,6 +205,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 +232,4 @@ extern char *sys_errlist[]; # define _(String) (String) # define N_(String) (String) #endif /* ENABLE_NLS */ +#endif /* !DONT_NEED_DECLARATIONS */