summaryrefslogtreecommitdiffstats
path: root/source/include
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/include
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/include')
-rw-r--r--source/include/config.h.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in
index 38162b12406..f63b98e76a9 100644
--- a/source/include/config.h.in
+++ b/source/include/config.h.in
@@ -18,6 +18,9 @@
/* Define to `int' if <sys/types.h> doesn't define. */
#undef gid_t
+/* Define if you have a working `mmap' system call. */
+#undef HAVE_MMAP
+
/* Define if your struct stat has st_rdev. */
#undef HAVE_ST_RDEV
@@ -84,6 +87,7 @@
#undef AIX
#undef BSD
#undef IRIX
+#undef IRIX6
#undef HPUX
#undef QNX
#undef SCO
@@ -91,6 +95,7 @@
#undef NEXT2
#undef RELIANTUNIX
#undef HAVE_SHARED_MMAP
+#undef HAVE_MMAP
#undef HAVE_SYSV_IPC
#undef HAVE_FCNTL_LOCK
#undef HAVE_FTRUNCATE_EXTEND