diff options
author | bernd <bernd> | 2007-04-27 18:04:40 +0000 |
---|---|---|
committer | bernd <bernd> | 2007-04-27 18:04:40 +0000 |
commit | fa515a82d06813c0ee1a0ae049b14b79626bf664 (patch) | |
tree | 122f83b3de146f5e484b2bff8728ebfd71430084 /acconfig.h | |
parent | d957b53c6f55b3db8d3afc2544c15c0253f96251 (diff) | |
download | cwm-fa515a82d06813c0ee1a0ae049b14b79626bf664.tar.gz cwm-fa515a82d06813c0ee1a0ae049b14b79626bf664.tar.xz cwm-fa515a82d06813c0ee1a0ae049b14b79626bf664.zip |
Remove autoconf crap and other stuff we don't need.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 27 |
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 |