From 055eec93ac495df814cc5585fd55712a6cac06c4 Mon Sep 17 00:00:00 2001 From: bernd Date: Fri, 27 Apr 2007 17:58:48 +0000 Subject: Initial import of cwm-3. tested by sturm@, ok matthieu@ --- acconfig.h | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 acconfig.h (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 0000000..1afc2bb --- /dev/null +++ b/acconfig.h @@ -0,0 +1,27 @@ +#undef u_int16_t +#undef u_int32_t +#undef u_int64_t +#undef u_int8_t + +@BOTTOM@ + +/* Prototypes for missing functions */ + +#ifndef HAVE_STRLCPY + size_t strlcpy(char *, const char *, size_t); +#endif + +#ifndef HAVE_STRLCAT + size_t strlcat(char *, const char *, size_t); +#endif + +#ifndef HAVE_STRSEP + char *strsep(char **, const char *); +#endif /* HAVE_STRSEP */ + +#ifndef HAVE_ERR + void err(int, const char *, ...); + void warn(const char *, ...); + void errx(int , const char *, ...); + void warnx(const char *, ...); +#endif -- cgit v1.2.3-2-gb3c3