summaryrefslogtreecommitdiffstats
path: root/source/acconfig.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1999-02-04 21:29:18 +0000
committerJeremy Allison <jra@samba.org>1999-02-04 21:29:18 +0000
commit6fe4790b6931fe974755f59405da617c1130359f (patch)
treebeb3bc65551296118e9a35b2fc9cfb4494fb7ea0 /source/acconfig.h
parent7b05d1df517b67897ec459481aaae8dc6b9e94ae (diff)
downloadsamba-6fe4790b6931fe974755f59405da617c1130359f.tar.gz
samba-6fe4790b6931fe974755f59405da617c1130359f.tar.xz
samba-6fe4790b6931fe974755f59405da617c1130359f.zip
Fixes for HPUX.
I have added a new define for configure - HAVE_EXPLICIT_LARGEFILE_SUPPORT. This is tested for at the end of configure by the following check : "As a gating factor for large file support, in order to use <4GB files we must have the following minimal support available. long long, a 64 bit off_t or off64_t, a 64 bit ino_t or ino64_t. If we don't have all of these then disable large file support." I have to do this as HPUX will detect the open64 etc. functions in libc but *THEY DON'T WORK* before HPUX11.x. The definitions in include/includes.h that set up large file defines, and the calls in lib/system.c that use the explicit large file functions are now depended on HAVE_EXPLICIT_LARGEFILE_SUPPORT also being defined. include/rpc_lsa.h: Upped number of groups to 96 as a temporary measure. Jeremy.
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 4181bfb8041..406570d1cae 100644
--- a/source/acconfig.h
+++ b/source/acconfig.h
@@ -105,3 +105,4 @@
#undef HAVE_TRUNCATED_SALT
#undef BROKEN_NISPLUS_INCLUDE_FILES
#undef HAVE_RPC_AUTH_ERROR_CONFLICT
+#undef HAVE_EXPLICIT_LARGEFILE_SUPPORT