diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 615666b7ff2..2934d438dcb 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -154,6 +154,9 @@ /* Define if you have the execl function. */ #undef HAVE_EXECL +/* Define if you have the fseek64 function. */ +#undef HAVE_FSEEK64 + /* Define if you have the fstat function. */ #undef HAVE_FSTAT @@ -163,6 +166,9 @@ /* Define if you have the fsync function. */ #undef HAVE_FSYNC +/* Define if you have the ftell64 function. */ +#undef HAVE_FTELL64 + /* Define if you have the ftruncate function. */ #undef HAVE_FTRUNCATE |