r18452: add configure test for a getdirentries() based replacement for broken readdir()
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Sep 2006 10:00:45 +0000 (10:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:18:32 +0000 (14:18 -0500)
commitdfef2dc22fd8188b5ac577c7c87ab6f58ebb6440
tree81c14f62ecafdc9d014092185f2ece474fe69fc1
parentc564344766c1e888c0ab3f866ea4b3318135d0e5
r18452: add configure test for a getdirentries() based replacement for broken readdir()

Tru64 need this, linux also has getdirentries() but the native readdir() works
but it means we can write the code on linux and when it works it may work on Tru64
too.

tridge: can you try to implement this?

metze
(This used to be commit dd791d255ca61159b38a59b89f954a61fc5e9cf6)
source4/lib/replace/repdir.m4
source4/lib/replace/repdir_getdirentries.c [new file with mode: 0644]