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

removed lukes acl check in configure (not needed)

(This used to be commit a3339c111d)
This commit is contained in:
Andrew Tridgell 1998-10-08 00:02:43 +00:00
parent 0dc8033f7d
commit 08e890aee6
3 changed files with 247 additions and 286 deletions

527
source3/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -85,7 +85,6 @@ AC_STRUCT_ST_RDEV
AC_DIRENT_D_OFF
AC_CHECK_TYPE(ino_t,unsigned)
AC_CHECK_TYPE(loff_t,off_t)
AC_CHECK_TYPE(aclent_t, int)
AC_CHECK_TYPE(offset_t,loff_t)
AC_CHECK_TYPE(ssize_t, int)

View File

@ -2346,11 +2346,6 @@ off_t smbw_lseek(int fd, off_t offset, int whence);
int smbw_dup(int fd);
int smbw_dup2(int fd, int fd2);
int smbw_fork(void);
int smbw_acl(const char *pathp, int cmd, int nentries, aclent_t *aclbufp);
int smbw_facl(int fd, int cmd, int nentries, aclent_t *aclbufp);
void stat64_convert(struct stat *st, struct stat64 *st64);
void dirent64_convert(struct dirent *d, struct dirent64 *d64);
void xstat_convert(int vers, struct stat *st, struct kernel_stat *kbuf);
/*The following definitions come from smbwrapper/smbw_dir.c */