diff options
author | Jeremy Allison <jra@samba.org> | 2002-09-18 20:07:56 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-09-18 20:07:56 +0000 |
commit | 994638f577d2d0df8f5f185fd96d4448dcd9d7e5 (patch) | |
tree | 40249f238acb7f0aaa629622002e0f9486157654 /source3/include/config.h.in | |
parent | aad3c35ac1197a70c04eccaf7d4fee804a210954 (diff) | |
download | samba-994638f577d2d0df8f5f185fd96d4448dcd9d7e5.tar.gz samba-994638f577d2d0df8f5f185fd96d4448dcd9d7e5.tar.bz2 samba-994638f577d2d0df8f5f185fd96d4448dcd9d7e5.zip |
HPUX sendfile is now detected correctly.
Jeremy.
(This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 8e744e43f7..770af1a6b5 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader. */ /* Define if on AIX 3. System headers sometimes define this. @@ -294,6 +294,7 @@ #undef LINUX_BROKEN_SENDFILE_API #undef WITH_SENDFILE #undef FREEBSD_SENDFILE_API +#undef HPUX_SENDFILE_API #undef WITH_ADS /* The number of bytes in a int. */ |