diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-07 08:12:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-07 08:12:04 +0000 |
commit | 853f923c318fb8f199a0c951492c6c0ba6b4ae3f (patch) | |
tree | e798828849d23b05a64905e6bd826c458bd1635d /source3/include | |
parent | 7914f66ef07e186af5e9c3339caf5cabf7aadb6f (diff) | |
download | samba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.tar.gz samba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.tar.bz2 samba-853f923c318fb8f199a0c951492c6c0ba6b4ae3f.zip |
detect __sys_llseek()
(This used to be commit 2a25034b033d207b5ce50946f3d9c9fad2c3a153)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 020fe0a7c7..0402e0bc67 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -239,6 +239,9 @@ /* Define if you have the __stat64 function. */ #undef HAVE___STAT64 +/* Define if you have the __sys_llseek function. */ +#undef HAVE___SYS_LLSEEK + /* Define if you have the __telldir function. */ #undef HAVE___TELLDIR @@ -734,8 +737,8 @@ /* Define if you have the <sys/wait.h> header file. */ #undef HAVE_SYS_WAIT_H -/* Define if you have the <sysacll.h> header file. */ -#undef HAVE_SYSACLL_H +/* Define if you have the <syscall.h> header file. */ +#undef HAVE_SYSCALL_H /* Define if you have the <termios.h> header file. */ #undef HAVE_TERMIOS_H |