mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
4d7e4c8058
acl format as we use in pvfs (and hopefully use common code too)
- removed a lot of old cruft from our autoconf tests. This may well break some builds,
but then we can fix them properly instead of the "if solaris version 5.1.2" crap
This was prompted by someone sending me solaris 10 patches that
patched the configure script with if statements for several more
versions of solaris to check for and do special stuff. That is just
silly.
(This used to be commit
|
||
---|---|---|
.. | ||
crypttest.c | ||
fcntl_lock64.c | ||
fcntl_lock_thread.c | ||
fcntl_lock.c | ||
ftruncate.c | ||
getgroups.c | ||
README | ||
shared_mmap.c | ||
shlib.c | ||
summary.c | ||
trivial.c | ||
unixsock.c |
This directory contains autoconf test programs that are too large to comfortably fit in configure.in. These programs should test one feature of the OS and exit(0) if it works or exit(1) if it doesn't work (do _not_ use return) The programs should be kept simple and to the point. Beautiful/fast code is not necessary