From cf115a77d038dbd357cf476a6042f1bd5eb1e392 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 7 Oct 1998 16:49:32 +0000 Subject: added aclent_t autoconf test (defines as an int if it doesn't exist). this is to stop a compilation error caused by make proto putting functions that are wrapped in #if HAVE_ACLxxx code. maybe a better fix would be to have mkproto.awk exclude any functions wrapped in #if HAVEs that don't exist. (This used to be commit 361c1b7ea994cc25d460ebd25b2ad9025f90848c) --- source3/include/config.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/config.h.in') diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 0402e0bc67..1018e17b35 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -67,6 +67,7 @@ #undef ssize_t #undef loff_t #undef offset_t +#undef aclent_t #undef HAVE_CONNECT #undef HAVE_SHORT_INO_T #undef WITH_AFS -- cgit