From dad5e9d0b5f226965c79d9a01af3dd875bee9fca Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 7 May 1998 03:57:26 +0000 Subject: [PATCH] now using autoheader as well as autoconf --- acconfig.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 acconfig.h 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 -- 2.34.1