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

9 Commits

Author SHA1 Message Date
Stefan Metzmacher
4ed53dfafc r19032: let the getdents replacement fail and see what the build-farm says.
metze
2007-10-10 14:20:30 -05:00
Stefan Metzmacher
268c8bc7ef r19023: lets see what the build-farm says about trying the
getdirentries() based readdir() replacement first.

metze
2007-10-10 14:20:29 -05:00
Stefan Metzmacher
cb334632fa r18960: fix caching of some configure tests AC_CACHE_CHECK()
*needs* '_cv_' in the shell var to do caching...

metze
2007-10-10 14:20:24 -05:00
Stefan Metzmacher
1f4e602ff2 r18505: add configure checks for telldir() and seekdir()
telldir() is different on older OpenBSD versions
seekdir() is different Tru64

tridge: OpenBSD seems to like this replacement:-)
        while MAC OS 10 gets 134 runtime error:-(
	lets wait what Tru64 will give

metze
2007-10-10 14:18:40 -05:00
Stefan Metzmacher
0b61ea3ed7 r18462: make the output a bit nicer
metze
2007-10-10 14:18:33 -05:00
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