summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-01-04 19:21:51 +0000
committerJeremy Allison <jra@samba.org>1999-01-04 19:21:51 +0000
commit0258a4e63b9c1ee47cb492f52e86119fb2671ab2 (patch)
tree85cda2e5eeb20da28c15aaa62028de090fa85e76 /source/configure.in
parente8393f32c81e6c16c7db870198e7bded2ce56e5b (diff)
downloadsamba-0258a4e63b9c1ee47cb492f52e86119fb2671ab2.tar.gz
samba-0258a4e63b9c1ee47cb492f52e86119fb2671ab2.tar.xz
samba-0258a4e63b9c1ee47cb492f52e86119fb2671ab2.zip
acconfig.h configure configure.in include/config.h.in lib/system.c: Fixed --with-mmap code.
lib/time.c: Changed %T to %H:%M:%S for systems that don't have %T. locking/locking_slow.c: Re-added FTRUNCATE_NEEDS_ROOT code - now to test for it... smbd/quotas.c: Fixed IRIX quota compile. Jeremy.
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/configure.in b/source/configure.in
index e59a2d77090..5cae42049b2 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -421,6 +421,10 @@ case "$host_os" in
*bsd*) LDSHFLAGS="-shared -Bshareable"
;;
*irix*) AC_DEFINE(IRIX)
+ case "$host_os" in
+ *irix6*) AC_DEFINE(IRIX6)
+ ;;
+ esac
ATTEMPT_WRAP32_BUILD=yes
;;
*aix*) AC_DEFINE(AIX);;
@@ -803,6 +807,7 @@ AC_TRY_RUN([#include "${srcdir-.}/tests/shared_mmap.c"],
samba_cv_HAVE_SHARED_MMAP=yes,samba_cv_HAVE_SHARED_MMAP=no,samba_cv_HAVE_SHARED_MMAP=cross)])
if test x"$samba_cv_HAVE_SHARED_MMAP" = x"yes"; then
AC_DEFINE(HAVE_SHARED_MMAP)
+ AC_DEFINE(HAVE_MMAP)
fi
AC_CACHE_CHECK([for fcntl locking],samba_cv_HAVE_FCNTL_LOCK,[