diff options
author | Jeremy Allison <jra@samba.org> | 1998-09-18 21:57:12 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-09-18 21:57:12 +0000 |
commit | 11fe457e336168ab7491cfe123899240441316b8 (patch) | |
tree | 90eb236a07224f15f727e2f11854f500b8077bb6 /source3/acconfig.h | |
parent | 0ebdf28c9843dc7830a483980432a67955114db2 (diff) | |
download | samba-11fe457e336168ab7491cfe123899240441316b8.tar.gz samba-11fe457e336168ab7491cfe123899240441316b8.tar.xz samba-11fe457e336168ab7491cfe123899240441316b8.zip |
Now that Alexandre Oliva has explained the use of acconfig.h to
me, I'm adding the HAVE_LIBREADLINE and other stuff correctly.
Thanks Alexandre :-).
Jeremy.
(This used to be commit 89a4a73caf474e59f239f50ad6d93e5df66ae300)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index c0146b118b6..e1247664fc6 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -6,6 +6,7 @@ #undef HAVE_UNSIGNED_CHAR #undef HAVE_UTIMBUF #undef ino_t +#undef ssize_t #undef HAVE_CONNECT #undef HAVE_SHORT_INO_T #undef WITH_AFS @@ -59,3 +60,5 @@ #undef HAVE_STRUCT_FLOCK64 #undef SIZEOF_INO_T #undef SIZEOF_OFF_T +#undef STAT_STATVFS64 +#undef HAVE_LIBREADLINE |