diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 01:25:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 01:25:39 +0000 |
commit | 901399b70699e4f90421c2df2df2671e000c496e (patch) | |
tree | a38a3f2ea1f0525f550dbc46dc769fe3f76eb262 /source3/include | |
parent | 933db19db30b84aaa25facca2f62ed3991815269 (diff) | |
download | samba-901399b70699e4f90421c2df2df2671e000c496e.tar.gz samba-901399b70699e4f90421c2df2df2671e000c496e.tar.xz samba-901399b70699e4f90421c2df2df2671e000c496e.zip |
tests for readdir64
(This used to be commit bdf02378c634e0d18f4f2de7a74b2f2fc5965e9a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 29a1d71310a..df613d2d3b9 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -205,6 +205,9 @@ /* Define if you have the __readdir function. */ #undef HAVE___READDIR +/* Define if you have the __readdir64 function. */ +#undef HAVE___READDIR64 + /* Define if you have the __seekdir function. */ #undef HAVE___SEEKDIR @@ -286,6 +289,9 @@ /* Define if you have the _readdir function. */ #undef HAVE__READDIR +/* Define if you have the _readdir64 function. */ +#undef HAVE__READDIR64 + /* Define if you have the _seekdir function. */ #undef HAVE__SEEKDIR @@ -427,6 +433,9 @@ /* Define if you have the rdchk function. */ #undef HAVE_RDCHK +/* Define if you have the readdir64 function. */ +#undef HAVE_READDIR64 + /* Define if you have the rename function. */ #undef HAVE_RENAME |