summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2001-07-02 04:47:55 +0000
committerAndrew Bartlett <abartlet@samba.org>2001-07-02 04:47:55 +0000
commitd2af8d03ab0722865e21df57ba07dfc1611d149e (patch)
tree24c95d37c8d42297cbf66f731e27201aede90985 /source3/include/config.h.in
parentbe242703e1dcdd562a5e9b39ee5c0fd95a5ac5cc (diff)
downloadsamba-d2af8d03ab0722865e21df57ba07dfc1611d149e.tar.gz
samba-d2af8d03ab0722865e21df57ba07dfc1611d149e.tar.bz2
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.in3
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