build: Remove Unicos support (quota in particular)
[kai/samba.git] / source3 / tests / sysquotas.c
index 53d3a67aa1bc73fefde5d81f1324f590428545b0..e9a699c95a9ccd2402c8c6af2facac51d7eef712 100644 (file)
        return ret;
 }
 
-#elif defined(HAVE_QUOTACTL_3)
-/* int quotactl (char *spec, int request, char *arg); */
-
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
-#endif
-#ifdef HAVE_SYS_QUOTA_H
-#include <sys/quota.h>
-#endif
-
- int autoconf_quota(void)
-{
-       int ret = -1;
-       struct q_request request;
-
-       ret = quotactl("/", Q_GETQUOTA, &request);
-
-       return ret;
-}
-
 #elif defined(HAVE_QUOTACTL_2)
 
 #error HAVE_QUOTACTL_2 not implemented