diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-05 02:14:19 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-05 02:14:19 +0000 |
commit | e248b8905dd61937ebaa5c06b8fdb10bb4917e28 (patch) | |
tree | e16f96a60577f1b52afb8648c86258dc8c03c067 /source3/include | |
parent | 93bbfce02b4ad3f51cef9b057a3959f4e091529f (diff) | |
download | samba-e248b8905dd61937ebaa5c06b8fdb10bb4917e28.tar.gz samba-e248b8905dd61937ebaa5c06b8fdb10bb4917e28.tar.bz2 samba-e248b8905dd61937ebaa5c06b8fdb10bb4917e28.zip |
added pread pread64 pwrite pwrite64 and open64
(This used to be commit 2087e0ce89e113d3989deefdf79b22b2757e008b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index df613d2d3b..7b5d4be043 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -196,9 +196,24 @@ /* Define if you have the __open function. */ #undef HAVE___OPEN +/* Define if you have the __open64 function. */ +#undef HAVE___OPEN64 + /* Define if you have the __opendir function. */ #undef HAVE___OPENDIR +/* Define if you have the __pread function. */ +#undef HAVE___PREAD + +/* Define if you have the __pread64 function. */ +#undef HAVE___PREAD64 + +/* Define if you have the __pwrite function. */ +#undef HAVE___PWRITE + +/* Define if you have the __pwrite64 function. */ +#undef HAVE___PWRITE64 + /* Define if you have the __read function. */ #undef HAVE___READ @@ -280,9 +295,24 @@ /* Define if you have the _open function. */ #undef HAVE__OPEN +/* Define if you have the _open64 function. */ +#undef HAVE__OPEN64 + /* Define if you have the _opendir function. */ #undef HAVE__OPENDIR +/* Define if you have the _pread function. */ +#undef HAVE__PREAD + +/* Define if you have the _pread64 function. */ +#undef HAVE__PREAD64 + +/* Define if you have the _pwrite function. */ +#undef HAVE__PWRITE + +/* Define if you have the _pwrite64 function. */ +#undef HAVE__PWRITE64 + /* Define if you have the _read function. */ #undef HAVE__READ @@ -412,6 +442,9 @@ /* Define if you have the mktime function. */ #undef HAVE_MKTIME +/* Define if you have the open64 function. */ +#undef HAVE_OPEN64 + /* Define if you have the pam_authenticate function. */ #undef HAVE_PAM_AUTHENTICATE @@ -421,9 +454,21 @@ /* Define if you have the pipe function. */ #undef HAVE_PIPE +/* Define if you have the pread function. */ +#undef HAVE_PREAD + +/* Define if you have the pread64 function. */ +#undef HAVE_PREAD64 + /* Define if you have the putprpwnam function. */ #undef HAVE_PUTPRPWNAM +/* Define if you have the pwrite function. */ +#undef HAVE_PWRITE + +/* Define if you have the pwrite64 function. */ +#undef HAVE_PWRITE64 + /* Define if you have the rand function. */ #undef HAVE_RAND |