1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-29 16:23:52 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Stefan Metzmacher
d53eb6bd10 r18455: check if getdents() and getdirentries() are available.
(only for the nicer configure output)

metze
2007-10-10 14:18:32 -05:00
Stefan Metzmacher
f9f14a9429 r18454: this was just for debugging...
metze
2007-10-10 14:18:32 -05:00
Stefan Metzmacher
dd791d255c 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
2007-10-10 14:18:32 -05:00
Stefan Metzmacher
a564194817 r18451: move repdir/ into the top dir
metze
2007-10-10 14:18:31 -05:00