diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-06-13 12:20:07 +1000 |
---|---|---|
committer | Bjoern Jacke <bj@sernet.de> | 2012-09-06 09:08:57 +0200 |
commit | 24013bda4526b1f1cb1c245da83f290210f6e6bc (patch) | |
tree | d5aae22aa21aba4e3a50b76ee9b1f90e360646c9 /source3/configure.in | |
parent | b7b0d7d868027e6a9e63639838d811febc946109 (diff) | |
download | samba-24013bda4526b1f1cb1c245da83f290210f6e6bc.tar.gz |
build: Remove Unicos support (quota in particular)
Unicos machines are long gone now (Cray now make Linux compute nodes),
so remove the quota support.
Andrew Bartlett
Signed-off-by: Björn Jacke <bj@sernet.de>
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/source3/configure.in b/source3/configure.in index 4cb811f85b9..f1c791cfa36 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -500,13 +500,6 @@ case "$host_os" in ;; # -# CRAY Unicos has broken const handling - *unicos*) - AC_MSG_RESULT([disabling const]) - CPPFLAGS="$CPPFLAGS -Dconst=" - ;; - -# # AIX4.x doesn't even admit to having large # files *at all* unless the -D_LARGE_FILE or -D_LARGE_FILE_API flags are set. # @@ -4721,22 +4714,6 @@ if test x"$samba_cv_HAVE_QUOTACTL_4B" = x"yes"; then fi fi -if test x"$samba_cv_SYSQUOTA_FOUND" != x"yes"; then -AC_CACHE_CHECK([for CRAY int quotactl (char *spec, int request, char *arg)],samba_cv_HAVE_QUOTACTL_3,[ -AC_TRY_RUN_STRICT([ -#define HAVE_QUOTACTL_3 1 -#define AUTOCONF_TEST 1 -#include "confdefs.h" -#include "${srcdir-.}/../tests/sysquotas.c"],[$CFLAGS $Werror_FLAGS],[$CPPFLAGS],[$LDFLAGS], - samba_cv_HAVE_QUOTACTL_3=yes,samba_cv_HAVE_QUOTACTL_3=no,samba_cv_HAVE_QUOTACTL_3=cross)]) -if test x"$samba_cv_HAVE_QUOTACTL_3" = x"yes"; then - echo "CRAY int quotactl (char *spec, int request, char *arg) is NOT reworked for the sys_quota api" - samba_cv_SYSQUOTA_FOUND=yes; - AC_DEFINE(HAVE_QUOTACTL_3,1,[Whether CRAY int quotactl (char *spec, int request, char *arg); is available]) - samba_cv_sysquotas_file="lib/sysquotas_3.c" -fi -fi - AC_CACHE_CHECK([for NFS QUOTAS],samba_cv_HAVE_NFS_QUOTAS,[ AC_TRY_COMPILE([ #include <rpc/rpc.h> |