From: Andrew Tridgell Date: Thu, 7 May 1998 03:57:26 +0000 (+0000) Subject: now using autoheader as well as autoconf X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/dad5e9d0b5f226965c79d9a01af3dd875bee9fca now using autoheader as well as autoconf --- diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 00000000..9fbb13d8 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,8 @@ +#undef HAVE_BROKEN_READDIR +#undef HAVE_ERRNO_DECL +#undef HAVE_LONGLONG +#undef HAVE_OFF64_T +#undef HAVE_REMSH +#undef HAVE_UNSIGNED_CHAR +#undef HAVE_UTIMBUF +#undef ino_t