From a805d9f4c76e4b21c6cd1d6aa24408232592f5fb Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 25 Aug 1997 20:57:56 +0000 Subject: [PATCH] mode_t git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3146 ec53bebd-3082-4978-b11e-865c3cabbd6b --- acconfig.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/acconfig.h b/acconfig.h index 40f3a53d0..d12ee8e72 100644 --- a/acconfig.h +++ b/acconfig.h @@ -13,9 +13,15 @@ #undef HAVE_U_INT32_T #undef HAVE_U_INT64_T +/* Define this to the type ssize_t should be */ #undef ssize_t + +/* Define this to the type sig_atomic_t should be */ #undef sig_atomic_t +/* Define this to the type mode_t should be */ +#undef mode_t + /* Define this if struct utmp have ut_user */ #undef HAVE_UT_USER