1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fixed up Solaris 64 bit configure.

Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent b619458dde
commit 36516b2ca9
4 changed files with 714 additions and 706 deletions

View File

@ -158,3 +158,4 @@
#undef MMAP_BLACKLIST
#undef HAVE_IMMEDIATE_STRUCTURES
#undef HAVE_CUPS
#undef WITH_TDBSAM

1411
source/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -109,7 +109,10 @@ case "$host_os" in
#
*solaris*)
case `uname -r` in
5.6*|5.7*)
5.0*|5.1*|5.2*|5.3*|5.5*)
AC_MSG_RESULT([no large file support])
;;
5.*)
AC_MSG_RESULT([enabling large file support])
if test "$ac_cv_prog_gcc" = yes; then
${CC-cc} -v >conftest.c 2>&1

View File

@ -124,7 +124,7 @@
#undef WITH_SSL
#undef WITH_LDAP
#undef WITH_NISPLUS
#undef WITH_TDBSAM
#undef WITH_TDBPWD
#undef WITH_PAM
#undef WITH_NISPLUS_HOME
#undef WITH_AUTOMOUNT
@ -221,6 +221,7 @@
#undef MMAP_BLACKLIST
#undef HAVE_IMMEDIATE_STRUCTURES
#undef HAVE_CUPS
#undef WITH_TDBSAM
/* The number of bytes in a int. */
#undef SIZEOF_INT