diff options
author | Andrew Bartlett <abartlet@samba.org> | 2001-07-02 04:47:55 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2001-07-02 04:47:55 +0000 |
commit | d2af8d03ab0722865e21df57ba07dfc1611d149e (patch) | |
tree | 24c95d37c8d42297cbf66f731e27201aede90985 /source3/include/config.h.in | |
parent | be242703e1dcdd562a5e9b39ee5c0fd95a5ac5cc (diff) | |
download | samba-d2af8d03ab0722865e21df57ba07dfc1611d149e.tar.gz samba-d2af8d03ab0722865e21df57ba07dfc1611d149e.tar.xz samba-d2af8d03ab0722865e21df57ba07dfc1611d149e.zip |
Not all OSs have setbuffer, so we better check for it.
Andrew Bartlett
(This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index fed57a33fe..a983f49890 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -640,6 +640,9 @@ /* Define if you have the set_auth_parameters function. */ #undef HAVE_SET_AUTH_PARAMETERS +/* Define if you have the setbuffer function. */ +#undef HAVE_SETBUFFER + /* Define if you have the setenv function. */ #undef HAVE_SETENV |