aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorbernd2007-04-27 18:04:40 +0000
committerbernd2007-04-27 18:04:40 +0000
commite350df9a3778c6cb7c7ed92e108fc2c98958b798 (patch)
tree44843249f292d1a1ab17e72ae52d0313a3d07465 /acconfig.h
parent45db842dd9a154c8159b45e52a29c882a2b8ea1c (diff)
downloadcwm-e350df9a3778c6cb7c7ed92e108fc2c98958b798.tar.gz
Remove autoconf crap and other stuff we don't need.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/acconfig.h b/acconfig.h
deleted file mode 100644
index 1afc2bb..0000000
--- a/acconfig.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#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