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 | 2087e0ce89e113d3989deefdf79b22b2757e008b (patch) | |
tree | 4b34467920e100803037d6946a8677e8ead1324b /source/include/config.h.in | |
parent | 7a7b5ee1689b6be57752d176c7b77a2f1b453486 (diff) | |
download | samba-2087e0ce89e113d3989deefdf79b22b2757e008b.tar.gz samba-2087e0ce89e113d3989deefdf79b22b2757e008b.tar.xz samba-2087e0ce89e113d3989deefdf79b22b2757e008b.zip |
added pread pread64 pwrite pwrite64 and open64
Diffstat (limited to 'source/include/config.h.in')
-rw-r--r-- | source/include/config.h.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/source/include/config.h.in b/source/include/config.h.in index df613d2d3b9..7b5d4be0434 100644 --- a/source/include/config.h.in +++ b/source/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 |