svn commit: samba r25248 - in branches/SAMBA_3_2/source: .

metze at samba.org metze at samba.org
Thu Sep 20 06:52:31 GMT 2007


Author: metze
Date: 2007-09-20 06:52:30 +0000 (Thu, 20 Sep 2007)
New Revision: 25248

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25248

Log:
According to the build-farm all this defines are not needed
for HPUX large file support.

But it would be nice if someone could verify that.

metze
Modified:
   branches/SAMBA_3_2/source/configure.in


Changeset:
Modified: branches/SAMBA_3_2/source/configure.in
===================================================================
--- branches/SAMBA_3_2/source/configure.in	2007-09-19 22:11:09 UTC (rev 25247)
+++ branches/SAMBA_3_2/source/configure.in	2007-09-20 06:52:30 UTC (rev 25248)
@@ -755,25 +755,9 @@
 # password hashing - hence the USE_BOTH_CRYPT_CALLS define.
 #
       case `uname -r` in
-			*9*|*10*)
-#				CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_POSIX_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DMAX_POSITIVE_LOCK_OFFSET=0x1ffffffffffLL"
-		   		AC_DEFINE(USE_BOTH_CRYPT_CALLS, 1, [Whether to use both of HPUX' crypt calls])
-#				AC_DEFINE(_HPUX_SOURCE, 1, [Whether to use HPUX extensions])
-#				AC_DEFINE(_POSIX_SOURCE, 1, [Whether to use POSIX compatible functions])
-#				AC_DEFINE(_ALIGNMENT_REQUIRED,1,[Required alignment])
-#				AC_DEFINE(_MAX_ALIGNMENT,4,[Maximum alignment])
-#				AC_DEFINE(MAX_POSITIVE_LOCK_OFFSET,0x1ffffffffffLL,[Maximun positive lock offset])
-				;;
-			*11*)
-#				CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_POSIX_SOURCE -D_LARGEFILE64_SOURCE -D_ALIGNMENT_REQUIRED=1 -D_MAX_ALIGNMENT=4 -DMAX_POSITIVE_LOCK_OFFSET=0x1ffffffffffLL"
-		   		AC_DEFINE(USE_BOTH_CRYPT_CALLS, 1, [Whether to use both of HPUX' crypt calls])
-#				AC_DEFINE(_HPUX_SOURCE, 1, [Whether to use HPUX extensions])
-#				AC_DEFINE(_POSIX_SOURCE, 1, [Whether to use POSIX compatible functions])
-#				AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to use large file support])
-#				AC_DEFINE(_ALIGNMENT_REQUIRED, 1, [Required alignment])
-#				AC_DEFINE(_MAX_ALIGNMENT, 4, [Maximum alignment])
-#				AC_DEFINE(MAX_POSITIVE_LOCK_OFFSET,0x1ffffffffffLL,[Maximun positive lock offset])
-				;;
+		*9*|*10*|*11)
+			AC_DEFINE(USE_BOTH_CRYPT_CALLS, 1, [Whether to use both of HPUX' crypt calls])
+		;;
       esac
       ;;
 



More information about the samba-cvs mailing list