1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/tests
Martin Pool 8b0a5bc436 Add check for working AF_LOCAL sockets, which are borken
on RH7.0 with _LARGEFILE64_SOURCE, and probably not
present on non-Unix systems like VMS.
0001-01-01 00:00:00 +00:00
..
.cvsignore Add check for working AF_LOCAL sockets, which are borken 0001-01-01 00:00:00 +00:00
crypttest.c Changes from APPLIANCE_HEAD: 0001-01-01 00:00:00 +00:00
fcntl_lock64.c Added check for LL suffix to long long ints needed by AIX 4.3.x compiler 0001-01-01 00:00:00 +00:00
fcntl_lock.c allow env variable TESTDIR for directory for fcntl_lock test 0001-01-01 00:00:00 +00:00
ftruncate.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
getgroups.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
README merge from the autoconf2 branch to the main branch 0001-01-01 00:00:00 +00:00
shared_mmap.c first pass at updating head branch to be to be the same as the SAMBA_2_0 branch 0001-01-01 00:00:00 +00:00
summary.c removed some obsolete configure tests (sysv ipc etc) 0001-01-01 00:00:00 +00:00
trivial.c some people are foolishly running ./configure from other than the 0001-01-01 00:00:00 +00:00
unixsock.c Add check for working AF_LOCAL sockets, which are borken 0001-01-01 00:00:00 +00:00

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