summaryrefslogtreecommitdiff
path: root/source/acconfig.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-07 16:49:32 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-07 16:49:32 +0000
commit361c1b7ea994cc25d460ebd25b2ad9025f90848c (patch)
treedbb3fa50424c78a39f8a0aa7ef5850e5d3b1ad9d /source/acconfig.h
parente3f0f1ad9c2b81fd3489d858a9a98338001538c5 (diff)
downloadsamba-361c1b7ea994cc25d460ebd25b2ad9025f90848c.tar.gz
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.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r--source/acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index b138f0696ce..0d7b2533c7e 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -10,6 +10,7 @@
#undef ssize_t
#undef loff_t
#undef offset_t
+#undef aclent_t
#undef HAVE_CONNECT
#undef HAVE_SHORT_INO_T
#undef WITH_AFS